SEAnesthesiaMachineOxygenTankPressureLoss Class Reference

#include <SEAnesthesiaMachineOxygenTankPressureLoss.h>

Inherits SEAnesthesiaMachineAction.

Public Member Functions

 SEAnesthesiaMachineOxygenTankPressureLoss (Logger *logger=nullptr)
 
virtual ~SEAnesthesiaMachineOxygenTankPressureLoss ()
 
virtual std::string GetName () const
 
virtual void Clear ()
 
virtual void Copy (const SEAnesthesiaMachineOxygenTankPressureLoss &src, bool=false)
 
virtual bool IsValid () const
 
virtual bool IsActive () const
 
virtual void Deactivate ()
 
virtual eSwitch GetState () const
 
virtual void SetState (eSwitch state)
 
virtual const SEScalarGetScalar (const std::string &name)
 
- Public Member Functions inherited from SEAnesthesiaMachineAction
 SEAnesthesiaMachineAction (Logger *logger)
 
virtual ~SEAnesthesiaMachineAction ()
 
virtual std::string GetActionType () const
 
virtual void Clear ()
 
virtual bool IsValid () const
 
- Public Member Functions inherited from SEEquipmentAction
 SEEquipmentAction (Logger *logger)
 
virtual ~SEEquipmentAction ()
 
virtual void Clear ()
 
virtual bool IsValid () const
 
- 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 bool IsActive () const
 
virtual void Activate ()
 
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 Tank 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

◆ SEAnesthesiaMachineOxygenTankPressureLoss()

SEAnesthesiaMachineOxygenTankPressureLoss::SEAnesthesiaMachineOxygenTankPressureLoss ( Logger logger = nullptr)

◆ ~SEAnesthesiaMachineOxygenTankPressureLoss()

SEAnesthesiaMachineOxygenTankPressureLoss::~SEAnesthesiaMachineOxygenTankPressureLoss ( )
virtual

Member Function Documentation

◆ Clear()

void SEAnesthesiaMachineOxygenTankPressureLoss::Clear ( )
virtual

Reimplemented from SEAnesthesiaMachineAction.

◆ Copy()

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

◆ Deactivate()

void SEAnesthesiaMachineOxygenTankPressureLoss::Deactivate ( )
virtual

Reimplemented from SEAction.

◆ GetName()

virtual std::string SEAnesthesiaMachineOxygenTankPressureLoss::GetName ( ) const
inlinevirtual

Implements SEAction.

◆ GetScalar()

const SEScalar * SEAnesthesiaMachineOxygenTankPressureLoss::GetScalar ( const std::string &  name)
virtual

Implements SEAction.

◆ GetState()

eSwitch SEAnesthesiaMachineOxygenTankPressureLoss::GetState ( ) const
virtual

◆ IsActive()

bool SEAnesthesiaMachineOxygenTankPressureLoss::IsActive ( ) const
virtual

Actions can be turned off or on with various data combinations This method will encapsulate that logic in a single function

Reimplemented from SEAction.

◆ IsValid()

bool SEAnesthesiaMachineOxygenTankPressureLoss::IsValid ( ) const
virtual

Test if the action has all data it needs

Reimplemented from SEAnesthesiaMachineAction.

◆ SetState()

void SEAnesthesiaMachineOxygenTankPressureLoss::SetState ( eSwitch  state)
virtual

Friends And Related Function Documentation

◆ PBEquipmentAction

friend class PBEquipmentAction
friend

Member Data Documentation

◆ m_State

SEScalarEnum<eSwitch> SEAnesthesiaMachineOxygenTankPressureLoss::m_State
protected

◆ Name

constexpr char const* SEAnesthesiaMachineOxygenTankPressureLoss::Name = "Oxygen Tank Pressure Loss"
staticconstexpr

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.