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

ConOpSys command ethernet class implementation file. More...

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

Functions

TCommand_ETHERNET object_Command_ETHERNET ((TCommand_Base::TCommand_Descriptor *)&struct_Command_ETHERNET)
 ETHERNET command object global instance. More...
 

Variables

COMMAND_DATABASE const TCommand_Base::TCommand_Descriptor struct_Command_ETHERNET
 ETHERNET command desctiptor structure. More...
 

Detailed Description

ConOpSys command ethernet class implementation file.

Attention
No special attention requered.
Revision
2061
Date
2020-09-06 05:50:05 +0500 (Вс, 06 сен 2020)
Author
minch

Function Documentation

◆ object_Command_ETHERNET()

TCommand_ETHERNET object_Command_ETHERNET ( (TCommand_Base::TCommand_Descriptor *)&  struct_Command_ETHERNET)

ETHERNET command object global instance.

Variable Documentation

◆ struct_Command_ETHERNET

Initial value:
=
{
.c8_Command_Name = (C8*)"ETHERNET",
.c8_Command_Description = (C8*)"Show communication port ethernet information.",
}
@ e8_System_Command
System embedded command type.
char C8
ASCII 8-Bit char datatype defenition.
Definition: Defines.h:156
TCommand_ETHERNET object_Command_ETHERNET((TCommand_Base::TCommand_Descriptor *)&struct_Command_ETHERNET)
ETHERNET command object global instance.
ConOpSys terminal command base class.
Definition: Command_Base.h:86

ETHERNET command desctiptor structure.