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

ConOpSys terminal system command SCOPE.STATUS class implementation file. More...

#include "Command_Manager_Defines.h"
#include "System_Resource.h"
#include "Command_SCOPE_STATUS.h"
Include dependency graph for System_Command_SCOPE_STATUS.cpp:

Functions

TCommand_SCOPE_STATUS object_Command_SCOPE_STATUS ((TCommand_Base::TCommand_Descriptor *)&struct_Command_SCOPE_STATUS)
 

Variables

COMMAND_DATABASE const TCommand_Base::TCommand_Descriptor struct_Command_SCOPE_STATUS
 

Detailed Description

ConOpSys terminal system command SCOPE.STATUS class implementation file.

Attention
No special attention requered.
Revision
2262
Date
2020-12-05 07:20:48 +0500 (Sa, 05 Dez 2020)
Author
minch

Function Documentation

◆ object_Command_SCOPE_STATUS()

TCommand_SCOPE_STATUS object_Command_SCOPE_STATUS ( (TCommand_Base::TCommand_Descriptor *)&  struct_Command_SCOPE_STATUS)

Variable Documentation

◆ struct_Command_SCOPE_STATUS

COMMAND_DATABASE const TCommand_Base::TCommand_Descriptor struct_Command_SCOPE_STATUS
Initial value:
=
{
.c8_Command_Name = (C8*)"SCOPE.STATUS",
.c8_Command_Description = (C8*)"Show current scope status.",
}
char C8
ASCII 8-Bit char datatype defenition.
Definition: Defines.h:156
TCommand_SCOPE_STATUS object_Command_SCOPE_STATUS((TCommand_Base::TCommand_Descriptor *)&struct_Command_SCOPE_STATUS)
ConOpSys terminal command base class.
Definition: Command_Base.h:86