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