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

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

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

Functions

TCommand_APPLICATION object_Command_APPLICATION ((TCommand_Base::TCommand_Descriptor *)&struct_Command_APPLICATION)
 APPLICATION command object global instance. More...
 

Variables

COMMAND_DATABASE const TCommand_Base::TCommand_Descriptor struct_Command_APPLICATION
 APPLICATION command desctiptor structure. More...
 

Detailed Description

ConOpSys terminal system command APPLICATION class implementation file.

Attention
No special attention requered.
Revision
2765
Date
2021-07-04 04:32:25 +0500 (So, 04 Jul 2021)
Author
minch

Function Documentation

◆ object_Command_APPLICATION()

TCommand_APPLICATION object_Command_APPLICATION ( (TCommand_Base::TCommand_Descriptor *)&  struct_Command_APPLICATION)

APPLICATION command object global instance.

Variable Documentation

◆ struct_Command_APPLICATION

COMMAND_DATABASE const TCommand_Base::TCommand_Descriptor struct_Command_APPLICATION
Initial value:
=
{
.c8_Command_Name = (C8*)"APPLICATION",
.c8_Command_Description = (C8*)"Show application information.",
}
@ e8_System_Command
System embedded command type.
char C8
ASCII 8-Bit char datatype defenition.
Definition: Defines.h:156
TCommand_APPLICATION object_Command_APPLICATION((TCommand_Base::TCommand_Descriptor *)&struct_Command_APPLICATION)
APPLICATION command object global instance.
ConOpSys terminal command base class.
Definition: Command_Base.h:86

APPLICATION command desctiptor structure.