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

Public Member Functions | |
| SEChestCompressionForceScale () | |
| virtual | ~SEChestCompressionForceScale () |
| virtual void | Clear () |
| virtual bool | IsValid () const |
| virtual bool | IsActive () const |
| virtual bool | Load (const CDM::ChestCompressionForceScaleData &in) |
| virtual CDM::ChestCompressionForceScaleData * | Unload () const |
| virtual bool | HasForceScale () const |
| virtual SEScalar0To1 & | GetForceScale () |
| virtual bool | HasForcePeriod () const |
| virtual SEScalarTime & | GetForcePeriod () |
| virtual void | ToString (std::ostream &str) const |
Public Member Functions inherited from biogears::SEChestCompression | |
| SEChestCompression () | |
| virtual | ~SEChestCompression () override |
| const char * | classname () const override |
| virtual bool | Load (const CDM::ChestCompressionData &in) |
Public Member Functions inherited from biogears::SEPatientAction | |
| SEPatientAction () | |
| virtual | ~SEPatientAction () |
| virtual bool | Load (const CDM::PatientActionData &in) |
Public Member Functions inherited from biogears::SEAction | |
| SEAction () | |
| virtual | ~SEAction () |
| virtual bool | Load (const CDM::ActionData &in) |
| virtual const char * | GetComment () const |
| virtual void | SetComment (const char *comment) |
| virtual void | SetComment (const std::string &comment) |
| virtual bool | HasComment () const |
| virtual void | InvalidateComment () |
| virtual const char * | ToString () const |
Public Member Functions inherited from biogears::Loggable | |
| Loggable () | |
| Loggable (Logger *log) | |
| virtual | ~Loggable () |
| virtual Logger * | GetLogger () const |
Protected Member Functions | |
| virtual void | Unload (CDM::ChestCompressionForceScaleData &data) const |
Protected Member Functions inherited from biogears::SEChestCompression | |
| virtual void | Unload (CDM::ChestCompressionData &data) const |
Protected Member Functions inherited from biogears::SEPatientAction | |
| virtual void | Unload (CDM::PatientActionData &data) const |
Protected Member Functions inherited from biogears::SEAction | |
| void | Unload (CDM::ActionData &data) const |
Protected Member Functions inherited from biogears::Loggable | |
| virtual void | Debug (const char *msg, const char *origin="") const |
| virtual void | Debug (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Debug (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Info (const char *msg, const char *origin="") const |
| virtual void | Info (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Info (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Warning (const char *msg, const char *origin="") const |
| virtual void | Warning (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Warning (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Error (const char *msg, const char *origin="") const |
| virtual void | Error (const std::string msg, const std::string origin=empty) const |
| virtual void | Error (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Fatal (const char *msg, const char *origin="") const |
| virtual void | Fatal (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Fatal (std::ostream &msg, const std::string &origin=empty) const |
Protected Attributes | |
| SEScalar0To1 * | m_ForceScale |
| SEScalarTime * | m_ForcePeriod |
Protected Attributes inherited from biogears::SEAction | |
| std::string | m_Comment |
| std::string | m_StringRepresnetation |
Protected Attributes inherited from biogears::Loggable | |
| Logger * | m_Logger |
Additional Inherited Members | |
Static Public Member Functions inherited from biogears::SEChestCompression | |
| static constexpr const char * | TypeTag () |
Static Public Member Functions inherited from biogears::SEAction | |
| static SEAction * | newFromBind (const CDM::ActionData &action, SESubstanceManager &substances) |
Static Public Attributes inherited from biogears::Loggable | |
| static const std::string | empty |
| static const char * | empty_cStr |
Constructor & Destructor Documentation
| biogears::SEChestCompressionForceScale::SEChestCompressionForceScale | ( | ) |
|
virtual |
Member Function Documentation
|
virtual |
Reimplemented from biogears::SEChestCompression.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Actions can be turned off or on with various data combinations This method will encapsulate that logic in a single function
Reimplemented from biogears::SEChestCompression.
|
virtual |
Test if the action has all data it needs
Reimplemented from biogears::SEChestCompression.
|
virtual |
|
virtual |
Implements biogears::SEChestCompression.
|
virtual |
Implements biogears::SEPatientAction.
|
protectedvirtual |
Member Data Documentation
|
protected |
|
protected |


Public Member Functions inherited from