ConOpSys V2970  P004.07
ANVILEX control operating system
Functions | Variables
System_Command_ENABLE.cpp File Reference

ConOpSys terminal system command ENABLE class implementation file. More...

#include "Command_Manager_Defines.h"
#include "Parameter_DEVICE_OPERATION.h"
#include "System_Command_ENABLE.h"
Include dependency graph for System_Command_ENABLE.cpp:

Functions

TCommand_ENABLE object_Command_ENABLE ((TCommand_Base::TCommand_Descriptor *)&struct_Command_ENABLE)
 

Variables

COMMAND_DATABASE const TCommand_Base::TCommand_Descriptor struct_Command_ENABLE
 

Detailed Description

ConOpSys terminal system command ENABLE class implementation file.

Attention
No special attention requered.
Revision
2478
Date
2021-03-14 18:04:11 +0500 (So, 14 Mrz 2021)
Author
minch

Function Documentation

◆ object_Command_ENABLE()

TCommand_ENABLE object_Command_ENABLE ( (TCommand_Base::TCommand_Descriptor *)&  struct_Command_ENABLE)

Variable Documentation

◆ struct_Command_ENABLE

Initial value:
=
{
.c8_Command_Name = (C8*)"ENABLE",
.c8_Command_Description = (C8*)"Enable system operation.",
.object_Command = (TCommand_Base*)&object_Command_ENABLE
}
char C8
ASCII 8-Bit char datatype defenition.
Definition: Defines.h:156
TCommand_ENABLE object_Command_ENABLE((TCommand_Base::TCommand_Descriptor *)&struct_Command_ENABLE)
ConOpSys terminal command base class.
Definition: Command_Base.h:86