SEMechanicalVentilatorMode Class Reference
#include <SEMechanicalVentilatorMode.h>
Inheritance diagram for SEMechanicalVentilatorMode:

Public Member Functions | |
SEMechanicalVentilatorMode (Logger *logger) | |
virtual | ~SEMechanicalVentilatorMode () |
void | Clear () override |
bool | IsValid () const override |
bool | IsActive () const override |
virtual bool | ToSettings (SEMechanicalVentilatorSettings &s, const SESubstanceManager &subMgr) |
virtual eSwitch | GetConnection () const |
virtual void | SetConnection (eSwitch c) |
bool | HasSupplementalSettings () const |
SEMechanicalVentilatorSettings & | GetSupplementalSettings () |
const SEMechanicalVentilatorSettings * | GetSupplementalSettings () const |
![]() | |
SEMechanicalVentilatorAction (Logger *logger) | |
virtual | ~SEMechanicalVentilatorAction () |
std::string | GetActionType () const override |
![]() | |
SEEquipmentAction (Logger *logger) | |
virtual | ~SEEquipmentAction () |
void | Clear () override |
bool | IsValid () const override |
void | Activate () override |
bool | IsActive () const override |
void | Deactivate () override |
![]() | |
SEAction (Logger *logger) | |
virtual | ~SEAction () |
SEAction (const SEAction &)=delete | |
SEAction & | operator= (const SEAction &)=delete |
virtual std::string | GetName () const =0 |
virtual bool | SerializeToString (std::string &dst, eSerializationFormat fmt) const |
virtual std::string | GetComment () const |
virtual void | SetComment (const std::string &comment) |
virtual bool | HasComment () const |
virtual void | InvalidateComment () |
virtual const SEScalar * | GetScalar (const std::string &name)=0 |
virtual std::string | ToJSON () const |
virtual std::string | ToString () const |
![]() | |
Loggable (Logger *logger=nullptr) | |
Loggable (std::string const &logfile) | |
virtual | ~Loggable () |
virtual Logger * | GetLogger () const |
virtual void | SetLogger (Logger &logger) |
virtual void | Debug (std::string const &msg) const |
virtual void | Debug (std::stringstream &msg) const |
virtual void | Debug (std::ostream &msg) const |
virtual void | Info (std::string const &msg) const |
virtual void | Info (std::stringstream &msg) const |
virtual void | Info (const std::stringstream &msg) const |
virtual void | Info (std::ostream &msg) const |
virtual void | Warning (std::string const &msg) const |
virtual void | Warning (std::stringstream &msg) const |
virtual void | Warning (std::ostream &msg) const |
virtual void | Error (std::string const &msg) const |
virtual void | Error (std::stringstream &msg) const |
virtual void | Error (std::ostream &msg) const |
virtual void | Fatal (std::string const &msg) const |
virtual void | Fatal (std::stringstream &msg) const |
virtual void | Fatal (std::ostream &msg) const |
Protected Attributes | |
eSwitch | m_Connection |
SEMechanicalVentilatorSettings * | m_SupplementalSettings |
![]() | |
bool | m_Active = true |
std::string | m_Comment |
![]() | |
bool | myLogger |
Logger * | m_Logger |
Friends | |
class | PBEquipmentAction |
Additional Inherited Members | |
![]() | |
static SEAction * | Copy (const SEAction &, const SESubstanceManager &) |
static SEAction * | SerializeFromString (const std::string, eSerializationFormat fmt, const SESubstanceManager &) |
static std::string | PrettyPrint (const std::string &str) |
![]() | |
static constexpr char const * | ActionType = "Mechanical Ventilator" |
![]() | |
static constexpr char const * | ActionType = "Action" |
Constructor & Destructor Documentation
◆ SEMechanicalVentilatorMode()
SEMechanicalVentilatorMode::SEMechanicalVentilatorMode | ( | Logger * | logger | ) |
◆ ~SEMechanicalVentilatorMode()
|
virtual |
Member Function Documentation
◆ Clear()
|
overridevirtual |
Reimplemented from SEMechanicalVentilatorAction.
Reimplemented in SEMechanicalVentilatorVolumeControl, and SEMechanicalVentilatorPressureControl.
◆ GetConnection()
|
virtual |
◆ GetSupplementalSettings() [1/2]
SEMechanicalVentilatorSettings & SEMechanicalVentilatorMode::GetSupplementalSettings | ( | ) |
◆ GetSupplementalSettings() [2/2]
const SEMechanicalVentilatorSettings * SEMechanicalVentilatorMode::GetSupplementalSettings | ( | ) | const |
◆ HasSupplementalSettings()
bool SEMechanicalVentilatorMode::HasSupplementalSettings | ( | ) | const |
◆ IsActive()
|
overridevirtual |
Reimplemented from SEAction.
Reimplemented in SEMechanicalVentilatorVolumeControl, and SEMechanicalVentilatorPressureControl.
◆ IsValid()
|
overridevirtual |
Test if the action has all data it needs
Reimplemented from SEMechanicalVentilatorAction.
Reimplemented in SEMechanicalVentilatorVolumeControl, and SEMechanicalVentilatorPressureControl.
◆ SetConnection()
|
virtual |
◆ ToSettings()
|
virtual |
Friends And Related Function Documentation
◆ PBEquipmentAction
|
friend |
Member Data Documentation
◆ m_Connection
|
protected |
◆ m_SupplementalSettings
|
protected |