|
ConOpSys V2970
P004.07
ANVILEX control operating system
|
ConOpSys terminal command RESET class. More...
#include <System_Command_RESET.h>


Public Member Functions | |
| TCommand_RESET (TCommand_Descriptor *struct_Descriptor) | |
| Class constructor method. More... | |
| virtual VOID | Execute (TProtocol_Base *object_Protocol) |
| Execute command method. More... | |
Public Member Functions inherited from TCommand_Base | |
| TCommand_Base (TCommand_Descriptor *struct_Descriptor) | |
| Class constructor method. More... | |
| virtual | ~TCommand_Base () |
| Class distructor method. More... | |
| BOOL | Is_Command_Name (C8 *c8_Command_String) |
| Test command name. More... | |
| VOID | Send_Information (TProtocol_Base *object_Protocol) |
| Send information about cpecific command over communication link protocol. More... | |
ConOpSys terminal command RESET class.
| TCommand_RESET::TCommand_RESET | ( | TCommand_Descriptor * | struct_Descriptor | ) |
Class constructor method.
| [in] | *struct_Descriptor | - Pointer to the command description |
|
virtual |
Execute command method.
| [in] | *object_Protocol | - Pointer to the communication link protocol |
Reimplemented from TCommand_Base.
References object_Application_Controller, TApplication_Controller::Set_Error_Reset_Request(), and TProtocol_Base::Transmit_String().
