GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces
Requests.h File Reference
#include "Cpl/Itc/RequestMessage.h"
#include "Cpl/Itc/ResponseMessage.h"
#include "Cpl/Itc/SAP.h"
#include "Cpl/MApp/MAppApi.h"
Include dependency graph for Requests.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::MApp::StartMAppRequest
 This abstract class define ITC message type and payload for the application to start a MApp. More...
 
class  Cpl::MApp::StartMAppRequest::Payload
 Payload for Message: GetLaMApp. More...
 
class  Cpl::MApp::StopMAppRequest
 This abstract class define ITC message type and payload for the application to stop the current MApp. More...
 
class  Cpl::MApp::StopMAppRequest::Payload
 Payload for Message: StopMApp. More...
 
class  Cpl::MApp::StopAllMAppRequest
 This abstract class define ITC message type and payload for the application to stop the current MApp. More...
 
class  Cpl::MApp::StopAllMAppRequest::Payload
 Payload for Message: StopMApp (No actual Data -->just a type name) More...
 
class  Cpl::MApp::GetAvailableMAppRequest
 This abstract class define ITC message type and payload for the application to get list of all of the MApps instances. More...
 
class  Cpl::MApp::GetAvailableMAppRequest::Payload
 Payload for Message: More...
 
class  Cpl::MApp::GetStartedMAppRequest
 This abstract class define ITC message type and payload for the application to Get a list of started MApp instances. More...
 
class  Cpl::MApp::GetStartedMAppRequest::Payload
 Payload for Message: More...
 
class  Cpl::MApp::LookupMAppRequest
 This abstract class define ITC message type and payload for the application to look-up a MApp by name. More...
 
class  Cpl::MApp::LookupMAppRequest::Payload
 Payload for Message: More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::MApp
 The 'MApp' namespace is provides a 'micro application' framework for asynchronously running micro applications.