#include <CSWVariousCommands.h>
Public Member Functions | |
virtual ARSTD::Command::PtrType | copy () const |
![]() | |
virtual std::string | getName () const |
![]() | |
virtual PtrType | copy () const =0 |
virtual std::string | getName () const =0 |
virtual bool | wasExecuted () const |
virtual double | getProgress () const |
Static Public Member Functions | |
static PtrType | create (std::shared_ptr< CSWEvent > pEvent) |
This is a specialization of a command. It provides the functionality to send an event.
|
virtual |
|
static |
Creates a new send event command. If no valid event is given an exception is thrown.
pEvent | The event which should be sent. This must be not None. |