GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Protected Attributes
Cpl::MApp::Manager Class Reference

This concrete class implements the MApp Manager. More...

Detailed Description

This concrete class implements the MApp Manager.

The MApp Manager is the 'public facing' entity that is responsible for starting, stopping, etc. MApp instances.

#include <Manager.h>

Inheritance diagram for Cpl::MApp::Manager:
[legend]
Collaboration diagram for Cpl::MApp::Manager:
[legend]

Public Member Functions

 Manager (Cpl::Dm::MailboxServer &myMbox, Cpl::Container::Map< MAppApi > &listOfMApps)
 Constructor.
 
 ~Manager ()
 Destructor.
 
void request (Cpl::Itc::OpenRequest::OpenMsg &msg)
 Perform the in-thread initialization of the service.
 
void request (Cpl::Itc::CloseRequest::CloseMsg &msg)
 Performs the in-thread shutdown of the service.
 
bool startMApp (const char *name, char *args) noexcept
 See Cpl::MApp::MAppApi.
 
bool stopMApp (const char *name) noexcept
 See Cpl::MApp::MAppApi.
 
void stopAllMApps () noexcept
 See Cpl::MApp::MAppApi.
 
bool getAvailableMApps (Cpl::MApp::MAppApi *dstList[], size_t dstMaxElements, size_t &numElemsFound) noexcept
 See Cpl::MApp::MAppApi.
 
bool getStartedMApps (Cpl::MApp::MAppApi *dstList[], size_t dstMaxElements, size_t &numElemsFound) noexcept
 See Cpl::MApp::MAppApi.
 
Cpl::MApp::MAppApilookUpMApp (const char *mappName) noexcept
 See Cpl::MApp::MAppApi.
 
void request (StartMAppMsg &msg)
 Set Cpl::MApp::Requests.
 
void request (StopMAppMsg &msg)
 Set Cpl::MApp::Requests.
 
void request (StopAllMAppMsg &msg)
 Set Cpl::MApp::Requests.
 
void request (GetAvailableMAppMsg &msg)
 Set Cpl::MApp::Requests.
 
void request (GetStartedMAppMsg &msg)
 Set Cpl::MApp::Requests.
 
void request (LookupMAppMsg &msg)
 Set Cpl::MApp::Requests.
 
- Public Member Functions inherited from Cpl::MApp::ManagerApi
virtual ~ManagerApi ()
 Virtual destructor.
 
- Public Member Functions inherited from Cpl::Itc::CloseSync
 CloseSync (PostApi &myMbox) noexcept
 Constructor.
 
bool close (void *args=nullptr)
 See CloseSync.
 
- Public Member Functions inherited from Cpl::Itc::OpenSync
 OpenSync (PostApi &myMbox) noexcept
 Constructor.
 
bool open (void *args=nullptr)
 See OpenApi.
 
- Public Member Functions inherited from Cpl::Itc::OpenApi
virtual ~OpenApi ()
 Virtual destructor.
 
- Public Member Functions inherited from Cpl::Itc::CloseApi
virtual ~CloseApi ()
 Virtual destructor.
 
- Public Member Functions inherited from Cpl::MApp::StartMAppRequest
virtual ~StartMAppRequest ()
 Virtual Destructor.
 
- Public Member Functions inherited from Cpl::MApp::StopMAppRequest
virtual ~StopMAppRequest ()
 Virtual Destructor.
 
- Public Member Functions inherited from Cpl::MApp::StopAllMAppRequest
virtual ~StopAllMAppRequest ()
 Virtual Destructor.
 
- Public Member Functions inherited from Cpl::MApp::GetAvailableMAppRequest
virtual ~GetAvailableMAppRequest ()
 Virtual Destructor.
 
- Public Member Functions inherited from Cpl::MApp::GetStartedMAppRequest
virtual ~GetStartedMAppRequest ()
 Virtual Destructor.
 
- Public Member Functions inherited from Cpl::MApp::LookupMAppRequest
virtual ~LookupMAppRequest ()
 Virtual Destructor.
 

Protected Attributes

Cpl::Container::Map< MAppApi > & m_inactiveMApps
 List of inactive MApps.
 
Cpl::Container::Map< MAppApim_startedMApps
 List of started MApps.
 
bool m_opened
 My open/close state.
 
- Protected Attributes inherited from Cpl::Itc::OpenSync
PostApim_mbox
 Mailbox (of the server implementing the ITC request() method.
 

Additional Inherited Members

- Public Types inherited from Cpl::Itc::OpenRequest
typedef Cpl::Itc::SAP< OpenRequestSAP
 SAP for this API.
 
typedef RequestMessage< OpenRequest, OpenPayloadOpenMsg
 Message Type: Open.
 
- Public Types inherited from Cpl::Itc::CloseRequest
typedef Cpl::Itc::SAP< CloseRequestSAP
 SAP for this API.
 
typedef RequestMessage< CloseRequest, ClosePayloadCloseMsg
 Message Type: Close.
 
- Public Types inherited from Cpl::MApp::StartMAppRequest
typedef Cpl::Itc::SAP< StartMAppRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< StartMAppRequest, PayloadStartMAppMsg
 Message Type: Start.
 
- Public Types inherited from Cpl::MApp::StopMAppRequest
typedef Cpl::Itc::SAP< StopMAppRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< StopMAppRequest, PayloadStopMAppMsg
 Message Type: Stop.
 
- Public Types inherited from Cpl::MApp::StopAllMAppRequest
typedef Cpl::Itc::SAP< StopAllMAppRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< StopAllMAppRequest, PayloadStopAllMAppMsg
 Message Type: Stop.
 
- Public Types inherited from Cpl::MApp::GetAvailableMAppRequest
typedef Cpl::Itc::SAP< GetAvailableMAppRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< GetAvailableMAppRequest, PayloadGetAvailableMAppMsg
 Message Type: GetAvailable.
 
- Public Types inherited from Cpl::MApp::GetStartedMAppRequest
typedef Cpl::Itc::SAP< GetStartedMAppRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< GetStartedMAppRequest, PayloadGetStartedMAppMsg
 Message Type: GetStarted.
 
- Public Types inherited from Cpl::MApp::LookupMAppRequest
typedef Cpl::Itc::SAP< LookupMAppRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< LookupMAppRequest, PayloadLookupMAppMsg
 Message Type: Lookup.
 

Constructor & Destructor Documentation

◆ Manager()

Cpl::MApp::Manager::Manager ( Cpl::Dm::MailboxServer myMbox,
Cpl::Container::Map< MAppApi > &  listOfMApps 
)

Constructor.

◆ ~Manager()

Cpl::MApp::Manager::~Manager ( )
inline

Destructor.

Member Function Documentation

◆ getAvailableMApps()

bool Cpl::MApp::Manager::getAvailableMApps ( Cpl::MApp::MAppApi dstList[],
size_t  dstMaxElements,
size_t &  numElemsFound 
)
virtualnoexcept

◆ getStartedMApps()

bool Cpl::MApp::Manager::getStartedMApps ( Cpl::MApp::MAppApi dstList[],
size_t  dstMaxElements,
size_t &  numElemsFound 
)
virtualnoexcept

◆ lookUpMApp()

Cpl::MApp::MAppApi * Cpl::MApp::Manager::lookUpMApp ( const char *  mappName)
virtualnoexcept

◆ request() [1/8]

void Cpl::MApp::Manager::request ( Cpl::Itc::CloseRequest::CloseMsg msg)
virtual

Performs the in-thread shutdown of the service.

Implements Cpl::Itc::CloseRequest.

◆ request() [2/8]

void Cpl::MApp::Manager::request ( Cpl::Itc::OpenRequest::OpenMsg msg)
virtual

Perform the in-thread initialization of the service.

Implements Cpl::Itc::OpenRequest.

◆ request() [3/8]

void Cpl::MApp::Manager::request ( GetAvailableMAppMsg msg)
virtual

Set Cpl::MApp::Requests.

Implements Cpl::MApp::GetAvailableMAppRequest.

◆ request() [4/8]

void Cpl::MApp::Manager::request ( GetStartedMAppMsg msg)
virtual

Set Cpl::MApp::Requests.

Implements Cpl::MApp::GetStartedMAppRequest.

◆ request() [5/8]

void Cpl::MApp::Manager::request ( LookupMAppMsg msg)
virtual

Set Cpl::MApp::Requests.

Implements Cpl::MApp::LookupMAppRequest.

◆ request() [6/8]

void Cpl::MApp::Manager::request ( StartMAppMsg msg)
virtual

Set Cpl::MApp::Requests.

Implements Cpl::MApp::StartMAppRequest.

◆ request() [7/8]

void Cpl::MApp::Manager::request ( StopAllMAppMsg msg)
virtual

Set Cpl::MApp::Requests.

Implements Cpl::MApp::StopAllMAppRequest.

◆ request() [8/8]

void Cpl::MApp::Manager::request ( StopMAppMsg msg)
virtual

Set Cpl::MApp::Requests.

Implements Cpl::MApp::StopMAppRequest.

◆ startMApp()

bool Cpl::MApp::Manager::startMApp ( const char *  name,
char *  args 
)
virtualnoexcept

◆ stopAllMApps()

void Cpl::MApp::Manager::stopAllMApps ( )
virtualnoexcept

◆ stopMApp()

bool Cpl::MApp::Manager::stopMApp ( const char *  name)
virtualnoexcept

Member Data Documentation

◆ m_inactiveMApps

Cpl::Container::Map<MAppApi>& Cpl::MApp::Manager::m_inactiveMApps
protected

List of inactive MApps.

◆ m_opened

bool Cpl::MApp::Manager::m_opened
protected

My open/close state.

◆ m_startedMApps

Cpl::Container::Map<MAppApi> Cpl::MApp::Manager::m_startedMApps
protected

List of started MApps.


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