SEAnesthesiaMachineOxygenWallPortPressureLoss Class Reference

#include <SEAnesthesiaMachineOxygenWallPortPressureLoss.h>

Inherits SEAnesthesiaMachineAction.

Public Member Functions

 SEAnesthesiaMachineOxygenWallPortPressureLoss (Logger *logger=nullptr)
 
virtual ~SEAnesthesiaMachineOxygenWallPortPressureLoss ()
 
std::string GetName () const override
 
void Clear () override
 
virtual void Copy (const SEAnesthesiaMachineOxygenWallPortPressureLoss &src, bool=false)
 
bool IsValid () const override
 
bool IsActive () const override
 
void Deactivate () override
 
virtual eSwitch GetState () const
 
virtual void SetState (eSwitch state)
 
const SEScalarGetScalar (const std::string &name) override
 
- Public Member Functions inherited from SEAnesthesiaMachineAction
 SEAnesthesiaMachineAction (Logger *logger)
 
virtual ~SEAnesthesiaMachineAction ()
 
std::string GetActionType () const override
 
void Clear () override
 
bool IsValid () const override
 
- Public Member Functions inherited from SEEquipmentAction
 SEEquipmentAction (Logger *logger)
 
virtual ~SEEquipmentAction ()
 
void Clear () override
 
bool IsValid () const override
 
void Activate () override
 
bool IsActive () const override
 
void Deactivate () override
 
- Public Member Functions inherited from SEAction
 SEAction (Logger *logger)
 
virtual ~SEAction ()
 
 SEAction (const SEAction &)=delete
 
SEActionoperator= (const SEAction &)=delete
 
virtual std::string GetName () const =0
 
virtual std::string GetActionType () const
 
virtual void Clear ()
 
virtual bool SerializeToString (std::string &dst, eSerializationFormat fmt) const
 
virtual bool IsValid () const
 
virtual void Activate ()
 
virtual bool IsActive () const
 
virtual void Deactivate ()
 
virtual std::string GetComment () const
 
virtual void SetComment (const std::string &comment)
 
virtual bool HasComment () const
 
virtual void InvalidateComment ()
 
virtual const SEScalarGetScalar (const std::string &name)=0
 
virtual std::string ToJSON () const
 
virtual std::string ToString () const
 
- Public Member Functions inherited from Loggable
 Loggable (Logger *logger=nullptr)
 
 Loggable (std::string const &logfile)
 
virtual ~Loggable ()
 
virtual LoggerGetLogger () 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
 

Static Public Attributes

static constexpr char const * Name = "Oxygen Wall Port Pressure Loss"
 
- Static Public Attributes inherited from SEAnesthesiaMachineAction
static constexpr char const * ActionType = "Anesthesia Machine"
 
- Static Public Attributes inherited from SEAction
static constexpr char const * ActionType = "Action"
 

Protected Attributes

SEScalarEnum< eSwitch > m_State
 
- Protected Attributes inherited from SEAction
bool m_Active = true
 
std::string m_Comment
 
- Protected Attributes inherited from Loggable
bool myLogger
 
Loggerm_Logger
 

Friends

class PBEquipmentAction
 

Additional Inherited Members

- Static Public Member Functions inherited from SEAction
static SEActionCopy (const SEAction &, const SESubstanceManager &)
 
static SEActionSerializeFromString (const std::string, eSerializationFormat fmt, const SESubstanceManager &)
 
static std::string PrettyPrint (const std::string &str)
 

Constructor & Destructor Documentation

◆ SEAnesthesiaMachineOxygenWallPortPressureLoss()

SEAnesthesiaMachineOxygenWallPortPressureLoss::SEAnesthesiaMachineOxygenWallPortPressureLoss ( Logger logger = nullptr)

◆ ~SEAnesthesiaMachineOxygenWallPortPressureLoss()

SEAnesthesiaMachineOxygenWallPortPressureLoss::~SEAnesthesiaMachineOxygenWallPortPressureLoss ( )
virtual

Member Function Documentation

◆ Clear()

void SEAnesthesiaMachineOxygenWallPortPressureLoss::Clear ( )
overridevirtual

Reimplemented from SEAnesthesiaMachineAction.

◆ Copy()

void SEAnesthesiaMachineOxygenWallPortPressureLoss::Copy ( const SEAnesthesiaMachineOxygenWallPortPressureLoss src,
bool  = false 
)
virtual

◆ Deactivate()

void SEAnesthesiaMachineOxygenWallPortPressureLoss::Deactivate ( )
overridevirtual

Reimplemented from SEAction.

◆ GetName()

std::string SEAnesthesiaMachineOxygenWallPortPressureLoss::GetName ( ) const
inlineoverridevirtual

Implements SEAction.

◆ GetScalar()

const SEScalar * SEAnesthesiaMachineOxygenWallPortPressureLoss::GetScalar ( const std::string &  name)
overridevirtual

Implements SEAction.

◆ GetState()

eSwitch SEAnesthesiaMachineOxygenWallPortPressureLoss::GetState ( ) const
virtual

◆ IsActive()

bool SEAnesthesiaMachineOxygenWallPortPressureLoss::IsActive ( ) const
overridevirtual

Reimplemented from SEAction.

◆ IsValid()

bool SEAnesthesiaMachineOxygenWallPortPressureLoss::IsValid ( ) const
overridevirtual

Test if the action has all data it needs

Reimplemented from SEAnesthesiaMachineAction.

◆ SetState()

void SEAnesthesiaMachineOxygenWallPortPressureLoss::SetState ( eSwitch  state)
virtual

Friends And Related Function Documentation

◆ PBEquipmentAction

friend class PBEquipmentAction
friend

Member Data Documentation

◆ m_State

SEScalarEnum<eSwitch> SEAnesthesiaMachineOxygenWallPortPressureLoss::m_State
protected

◆ Name

constexpr char const* SEAnesthesiaMachineOxygenWallPortPressureLoss::Name = "Oxygen Wall Port Pressure Loss"
staticconstexpr

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.