![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This concrete class implements the MApp Manager. More...
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>
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::MAppApi * | lookUpMApp (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. | |
![]() | |
virtual | ~ManagerApi () |
Virtual destructor. | |
![]() | |
CloseSync (PostApi &myMbox) noexcept | |
Constructor. | |
bool | close (void *args=nullptr) |
See CloseSync. | |
![]() | |
OpenSync (PostApi &myMbox) noexcept | |
Constructor. | |
bool | open (void *args=nullptr) |
See OpenApi. | |
![]() | |
virtual | ~OpenApi () |
Virtual destructor. | |
![]() | |
virtual | ~CloseApi () |
Virtual destructor. | |
![]() | |
virtual | ~StartMAppRequest () |
Virtual Destructor. | |
![]() | |
virtual | ~StopMAppRequest () |
Virtual Destructor. | |
![]() | |
virtual | ~StopAllMAppRequest () |
Virtual Destructor. | |
![]() | |
virtual | ~GetAvailableMAppRequest () |
Virtual Destructor. | |
![]() | |
virtual | ~GetStartedMAppRequest () |
Virtual Destructor. | |
![]() | |
virtual | ~LookupMAppRequest () |
Virtual Destructor. | |
Protected Attributes | |
Cpl::Container::Map< MAppApi > & | m_inactiveMApps |
List of inactive MApps. | |
Cpl::Container::Map< MAppApi > | m_startedMApps |
List of started MApps. | |
bool | m_opened |
My open/close state. | |
![]() | |
PostApi & | m_mbox |
Mailbox (of the server implementing the ITC request() method. | |
Cpl::MApp::Manager::Manager | ( | Cpl::Dm::MailboxServer & | myMbox, |
Cpl::Container::Map< MAppApi > & | listOfMApps | ||
) |
Constructor.
|
inline |
Destructor.
|
virtualnoexcept |
See Cpl::MApp::MAppApi.
Implements Cpl::MApp::ManagerApi.
|
virtualnoexcept |
See Cpl::MApp::MAppApi.
Implements Cpl::MApp::ManagerApi.
|
virtualnoexcept |
See Cpl::MApp::MAppApi.
Implements Cpl::MApp::ManagerApi.
|
virtual |
Performs the in-thread shutdown of the service.
Implements Cpl::Itc::CloseRequest.
|
virtual |
Perform the in-thread initialization of the service.
Implements Cpl::Itc::OpenRequest.
|
virtual |
Set Cpl::MApp::Requests.
Implements Cpl::MApp::GetAvailableMAppRequest.
|
virtual |
Set Cpl::MApp::Requests.
Implements Cpl::MApp::GetStartedMAppRequest.
|
virtual |
Set Cpl::MApp::Requests.
Implements Cpl::MApp::LookupMAppRequest.
|
virtual |
Set Cpl::MApp::Requests.
Implements Cpl::MApp::StartMAppRequest.
|
virtual |
Set Cpl::MApp::Requests.
Implements Cpl::MApp::StopAllMAppRequest.
|
virtual |
Set Cpl::MApp::Requests.
Implements Cpl::MApp::StopMAppRequest.
|
virtualnoexcept |
See Cpl::MApp::MAppApi.
Implements Cpl::MApp::ManagerApi.
|
virtualnoexcept |
See Cpl::MApp::MAppApi.
Implements Cpl::MApp::ManagerApi.
|
virtualnoexcept |
See Cpl::MApp::MAppApi.
Implements Cpl::MApp::ManagerApi.
|
protected |
List of inactive MApps.
|
protected |
My open/close state.
|
protected |
List of started MApps.