|
ConOpSys V2970
P004.07
ANVILEX control operating system
|
Command descriptor structure. More...
#include <Command_Base.h>

Public Attributes | |
| C8 * | c8_Command_Name |
| Pointer to the command name. More... | |
| C8 * | c8_Command_Description |
| Pointer to the command description text. More... | |
| TCommand_Type | e8_Command_Type |
| Command type. More... | |
| TCommand_Base * | object_Command |
| Pointer to the command object. More... | |
Command descriptor structure.
| C8* TCommand_Base::TCommand_Descriptor::c8_Command_Description |
Pointer to the command description text.
Referenced by TCommand_Base::Send_Information().
| C8* TCommand_Base::TCommand_Descriptor::c8_Command_Name |
Pointer to the command name.
Referenced by TCommand_Base::Is_Command_Name(), and TCommand_Base::Send_Information().
| TCommand_Type TCommand_Base::TCommand_Descriptor::e8_Command_Type |
Command type.
| TCommand_Base* TCommand_Base::TCommand_Descriptor::object_Command |
Pointer to the command object.