ConOpSys V2970  P004.07
ANVILEX control operating system
Classes | Enumerations
Command_Base.h File Reference

ConOpSys command base class header file. More...

#include "Application_Resource_Configuration.h"
#include "Protocol_Base.h"
Include dependency graph for Command_Base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TCommand_Base
 ConOpSys terminal command base class. More...
 
struct  TCommand_Base::TCommand_Descriptor
 Command descriptor structure. More...
 

Enumerations

enum class  TCommand_Type : U8 { e8_Undefined_Command = 0 , e8_System_Command = 1 , e8_Application_Command = 2 }
 Command type enumeration. More...
 

Detailed Description

ConOpSys command base class header file.

Attention
No special attention requered.
Revision
2797
Date
2021-07-12 16:13:33 +0500 (Mo, 12 Jul 2021)
Author
minch

Enumeration Type Documentation

◆ TCommand_Type

enum TCommand_Type : U8
strong

Command type enumeration.

Enumerator
e8_Undefined_Command 

Undefined command type.

e8_System_Command 

System embedded command type.

e8_Application_Command 

User application command type.