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

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

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

Functions

TCommand_STACK object_Command_STACK ((TCommand_Base::TCommand_Descriptor *)&struct_Command_STACK)
 STACK command object global instance. More...
 

Variables

COMMAND_DATABASE const TCommand_Base::TCommand_Descriptor struct_Command_STACK
 STACK command desctiptor structure. More...
 

Detailed Description

ConOpSys terminal system command STACK class implementation file.

Attention
No special attention requered.
Revision
2828
Date
2021-07-28 20:21:17 +0500 (Mi, 28 Jul 2021)
Author
ggavrituhin

Function Documentation

◆ object_Command_STACK()

TCommand_STACK object_Command_STACK ( (TCommand_Base::TCommand_Descriptor *)&  struct_Command_STACK)

STACK command object global instance.

Variable Documentation

◆ struct_Command_STACK

Initial value:
=
{
.c8_Command_Name = (C8*)"STACK",
.c8_Command_Description = (C8*)"Show STACK content.",
.object_Command = (TCommand_Base*)&object_Command_STACK
}
@ e8_System_Command
System embedded command type.
char C8
ASCII 8-Bit char datatype defenition.
Definition: Defines.h:156
TCommand_STACK object_Command_STACK((TCommand_Base::TCommand_Descriptor *)&struct_Command_STACK)
STACK command object global instance.
ConOpSys terminal command base class.
Definition: Command_Base.h:86

STACK command desctiptor structure.