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

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

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

Functions

TCommand_NVRAM object_Command_NVRAM ((TCommand_Base::TCommand_Descriptor *)&struct_Command_NVRAM)
 NVRAM command object global instance. More...
 

Variables

COMMAND_DATABASE const TCommand_Base::TCommand_Descriptor struct_Command_NVRAM
 NVRAM command desctiptor structure. More...
 

Detailed Description

ConOpSys terminal system command NVRAM class implementation file.

Attention
No special attention requered.
Revision
2487
Date
2021-03-16 21:33:19 +0500 (Di, 16 Mrz 2021)
Author
minch

Function Documentation

◆ object_Command_NVRAM()

TCommand_NVRAM object_Command_NVRAM ( (TCommand_Base::TCommand_Descriptor *)&  struct_Command_NVRAM)

NVRAM command object global instance.

Variable Documentation

◆ struct_Command_NVRAM

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

NVRAM command desctiptor structure.