![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This abstract class define ITC message type and payload for the application to stop the current MApp. More...
This abstract class define ITC message type and payload for the application to stop the current MApp.
#include <Requests.h>
Classes | |
class | Payload |
Payload for Message: StopMApp (No actual Data -->just a type name) More... | |
Public Types | |
typedef Cpl::Itc::SAP< StopAllMAppRequest > | SAP |
SAP for this API. | |
typedef Cpl::Itc::RequestMessage< StopAllMAppRequest, Payload > | StopAllMAppMsg |
Message Type: Stop. | |
Public Member Functions | |
virtual void | request (StopAllMAppMsg &msg)=0 |
Request: Stop message. | |
virtual | ~StopAllMAppRequest () |
Virtual Destructor. | |
SAP for this API.
typedef Cpl::Itc::RequestMessage<StopAllMAppRequest, Payload> Cpl::MApp::StopAllMAppRequest::StopAllMAppMsg |
Message Type: Stop.
|
inlinevirtual |
Virtual Destructor.
|
pure virtual |
Request: Stop message.
Implemented in Cpl::MApp::Manager.