Definition of ICommand interface. More...
Go to the source code of this file.
Classes | |
class | GENAPI_NAMESPACE::CCommandRefT< T > |
Namespaces | |
GENAPI_NAMESPACE | |
Part of the generic device API. | |
Typedefs | |
typedef CCommandRefT< ICommand > | GENAPI_NAMESPACE::CCommandRef |
Reference to an ICommand pointer. More... | |
Functions | |
virtual bool | GENAPI_NAMESPACE::IsDone (bool Verify=true)=0 |
Query whether the command is executed. More... | |
virtual bool | GENAPI_NAMESPACE::operator() () const |
Get node value. More... | |
Variables | |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::ICommand |
Interface for command like properties. More... | |
Definition of ICommand interface.
Definition in file ICommand.h.