ConOpSys V2970  P004.07
ANVILEX control operating system
Public Member Functions | List of all members
TCommand_HEAP Class Reference

ConOpSys terminal command HEAP class. More...

#include <System_Command_HEAP.h>

Inheritance diagram for TCommand_HEAP:
Inheritance graph
Collaboration diagram for TCommand_HEAP:
Collaboration graph

Public Member Functions

 TCommand_HEAP (TCommand_Descriptor *struct_Descriptor)
 Class constructor method. More...
 
virtual VOID Execute (TProtocol_Base *object_Protocol)
 Execute command method. More...
 
- Public Member Functions inherited from TCommand_Base
 TCommand_Base (TCommand_Descriptor *struct_Descriptor)
 Class constructor method. More...
 
virtual ~TCommand_Base ()
 Class distructor method. More...
 
BOOL Is_Command_Name (C8 *c8_Command_String)
 Test command name. More...
 
VOID Send_Information (TProtocol_Base *object_Protocol)
 Send information about cpecific command over communication link protocol. More...
 

Detailed Description

ConOpSys terminal command HEAP class.


Constructor & Destructor Documentation

◆ TCommand_HEAP()

TCommand_HEAP::TCommand_HEAP ( TCommand_Descriptor struct_Descriptor)
explicit

Class constructor method.


Note
None
Parameters
[in]*struct_Descriptor- Pointer to the command description
Override
Not allowed
Attention
Don't call this method directly.
UML diagram
dot_TCommand_HEAP__TCommand_HEAP.png

Member Function Documentation

◆ Execute()

VOID TCommand_HEAP::Execute ( TProtocol_Base object_Protocol)
virtual

Execute command method.


Note
This method executes command specific functionality.
Parameters
[in]*object_Protocol- Pointer to the communication link protocol
Override
Required
Attention
None
UML diagram
dot_TCommand_HEAP__Execute.png

Reimplemented from TCommand_Base.

References THeap_Base::Get_Bottom_Address(), THeap_Base::Get_Not_Usage_Space(), THeap_Base::Get_Size(), THeap_Base::Get_Top_Address(), THeap_Base::Get_Usage_Space(), object_System_HEAP, TProtocol_Base::Transmit_Buffer_As_U8_Dump(), TProtocol_Base::Transmit_New_Line(), TProtocol_Base::Transmit_String(), and TProtocol_Base::Transmit_U32_Value_As_Hex().

Here is the call graph for this function:

The documentation for this class was generated from the following files: