26 #ifndef ORCASIM_BASE_INCLUDE_MODEL_HPP_ 27 #define ORCASIM_BASE_INCLUDE_MODEL_HPP_ 54 explicit Model(std::string name);
74 #endif // ORCASIM_BASE_INCLUDE_MODEL_HPP_ Models a generic hardware model.
void SetName(std::string s)
Setter method for the <_name> field.
std::string GetName()
Getter method for the <_name> field.
std::string _name
A name for the model.
virtual ~Model()=0
Virtual destructor, must implement by subclass.