ConOpSys V2970  P004.07
ANVILEX control operating system
Public Attributes | List of all members
TCommand_Base::TCommand_Descriptor Struct Reference

Command descriptor structure. More...

#include <Command_Base.h>

Collaboration diagram for TCommand_Base::TCommand_Descriptor:
Collaboration graph

Public Attributes

C8c8_Command_Name
 Pointer to the command name. More...
 
C8c8_Command_Description
 Pointer to the command description text. More...
 
TCommand_Type e8_Command_Type
 Command type. More...
 
TCommand_Baseobject_Command
 Pointer to the command object. More...
 

Detailed Description

Command descriptor structure.

Member Data Documentation

◆ c8_Command_Description

C8* TCommand_Base::TCommand_Descriptor::c8_Command_Description

Pointer to the command description text.

Referenced by TCommand_Base::Send_Information().

◆ c8_Command_Name

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().

◆ e8_Command_Type

TCommand_Type TCommand_Base::TCommand_Descriptor::e8_Command_Type

Command type.

◆ object_Command

TCommand_Base* TCommand_Base::TCommand_Descriptor::object_Command

Pointer to the command object.


The documentation for this struct was generated from the following file: