Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
biogears::SEInhalerConfiguration Class Reference
#include <SEInhalerConfiguration.h>
Inheritance diagram for biogears::SEInhalerConfiguration:

Public Member Functions | |
| SEInhalerConfiguration (SESubstanceManager &substances) | |
| virtual | ~SEInhalerConfiguration () override |
| const char * | classname () const override |
| virtual void | Clear () override |
| virtual bool | IsValid () const override |
| virtual bool | Load (const CDM::InhalerConfigurationData &in) |
| virtual CDM::InhalerConfigurationData * | Unload () const override |
| bool | HasConfiguration () const |
| SEInhaler & | GetConfiguration () |
| const SEInhaler * | GetConfiguration () const |
| virtual const char * | GetConfigurationFile_cStr () const |
| virtual std::string | GetConfigurationFile () const |
| virtual void | SetConfigurationFile (const char *fileName) |
| virtual void | SetConfigurationFile (const std::string &fileName) |
| virtual bool | HasConfigurationFile () const |
| virtual void | InvalidateConfigurationFile () |
| virtual void | ToString (std::ostream &str) const override |
Public Member Functions inherited from biogears::SEInhalerAction | |
| SEInhalerAction () | |
| virtual | ~SEInhalerAction () |
| virtual bool | Load (const CDM::InhalerActionData &in) |
Public Member Functions inherited from biogears::SEAction | |
| SEAction () | |
| virtual | ~SEAction () |
| virtual bool | IsActive () const |
| 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 |
Static Public Member Functions | |
| static constexpr const char * | TypeTag () |
Static Public Member Functions inherited from biogears::SEAction | |
| static SEAction * | newFromBind (const CDM::ActionData &action, SESubstanceManager &substances) |
Protected Member Functions | |
| virtual void | Unload (CDM::InhalerConfigurationData &data) const |
Protected Member Functions inherited from biogears::SEInhalerAction | |
| virtual void | Unload (CDM::InhalerActionData &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 | |
| SESubstanceManager & | m_Substances |
| std::string | m_ConfigurationFile |
| SEInhaler * | m_Configuration |
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 Attributes inherited from biogears::Loggable | |
| static const std::string | empty |
| static const char * | empty_cStr |
Constructor & Destructor Documentation
| biogears::SEInhalerConfiguration::SEInhalerConfiguration | ( | SESubstanceManager & | substances | ) |
|
overridevirtual |
Member Function Documentation
|
inlineoverridevirtual |
Implements biogears::SEAction.
|
overridevirtual |
Reimplemented from biogears::SEInhalerAction.
| SEInhaler & biogears::SEInhalerConfiguration::GetConfiguration | ( | ) |
| const SEInhaler * biogears::SEInhalerConfiguration::GetConfiguration | ( | ) | const |
|
virtual |
|
virtual |
| bool biogears::SEInhalerConfiguration::HasConfiguration | ( | ) | const |
|
virtual |
|
virtual |
|
overridevirtual |
Test if the action has all data it needs
Reimplemented from biogears::SEInhalerAction.
|
virtual |
|
virtual |
|
virtual |
|
overridevirtual |
Implements biogears::SEInhalerAction.
|
inlinestatic |
|
overridevirtual |
Reimplemented from biogears::SEInhalerAction.
|
protectedvirtual |
Member Data Documentation
|
protected |
|
protected |
|
protected |


Public Member Functions inherited from