Untimed models represent hardware models whose clock period is irrelevant for the simulation.
More...
#include <UntimedModel.hpp>
Untimed models represent hardware models whose clock period is irrelevant for the simulation.
Definition at line 39 of file UntimedModel.hpp.
§ UntimedModel()
UntimedModel::UntimedModel |
( |
std::string |
name | ) |
|
|
explicit |
§ ~UntimedModel()
UntimedModel::~UntimedModel |
( |
| ) |
|
|
pure virtual |
§ GetName()
std::string Model::GetName |
( |
| ) |
|
|
inherited |
Getter method for the <_name> field.
Definition at line 34 of file Model.cpp.
std::string _name
A name for the model.
§ SetName()
void Model::SetName |
( |
std::string |
s | ) |
|
|
inherited |
Setter method for the <_name> field.
- Parameters
-
Definition at line 38 of file Model.cpp.
std::string _name
A name for the model.
The documentation for this class was generated from the following files: