CARMA C++
|
A factory to produce monitor subsystems based on name. More...
#include <carma/monitor/MonitorSubsystemMaster.h>
Public Member Functions | |
virtual | ~MonitorSubsystemMaster () |
Destructor. More... | |
Static Public Member Functions | |
static MonitorSubsystem & | makeSubsystem (const std::string &subsystemName) |
Produce a monitor subsystem on the heap The subsystems can be upcast if needed. More... | |
A factory to produce monitor subsystems based on name.
It has a single static method to produce a subsystem on the heap.
Definition at line 30 of file MonitorSubsystemMaster.h.
|
virtual |
Destructor.
Definition at line 36 of file MonitorSubsystemMaster.h.
|
static |
Produce a monitor subsystem on the heap The subsystems can be upcast if needed.
Note subsystems returned by this static method are leaked!
subsystemName | case insensitive |
carma::util::IllegalArgumentException | on invalid subsystemName. |