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

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

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

Functions

TCommand_TERMINAL object_Command_TERMINAL ((TCommand_Base::TCommand_Descriptor *)&struct_Command_TERMINAL)
 TERMINAL command object global instance. More...
 

Variables

COMMAND_DATABASE const TCommand_Base::TCommand_Descriptor struct_Command_TERMINAL
 TERMINAL command desctiptor structure. More...
 

Detailed Description

ConOpSys terminal system command TERMINAL 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_TERMINAL()

TCommand_TERMINAL object_Command_TERMINAL ( (TCommand_Base::TCommand_Descriptor *)&  struct_Command_TERMINAL)

TERMINAL command object global instance.

Variable Documentation

◆ struct_Command_TERMINAL

Initial value:
=
{
.c8_Command_Name = (C8*)"TERMINAL",
.c8_Command_Description = (C8*)"Switch communication link to the terminal mode.",
}
@ e8_System_Command
System embedded command type.
char C8
ASCII 8-Bit char datatype defenition.
Definition: Defines.h:156
TCommand_TERMINAL object_Command_TERMINAL((TCommand_Base::TCommand_Descriptor *)&struct_Command_TERMINAL)
TERMINAL command object global instance.
ConOpSys terminal command base class.
Definition: Command_Base.h:86

TERMINAL command desctiptor structure.