This is the class used to store information about the machine used for, and the time of, the model run.
More...
#include <runid.h>
|
char * | hostname |
| This is the name of the host machine that is running the current model. More...
|
|
char * | timestring |
| This is the time stamp used to denote the time that the current model run started. More...
|
|
time_t | runtime |
| This is the host machine that is running the current model. More...
|
|
This is the class used to store information about the machine used for, and the time of, the model run.
◆ RunID()
This is the default RunID constructor.
◆ ~RunID()
This is the default RunID destructor.
◆ Print()
void RunID::Print |
( |
ostream & |
o | ) |
|
This will print the model run information for the current model.
- Parameters
-
o | is the ofstream that the model run information will be written to |
◆ printTime()
void RunID::printTime |
( |
ostream & |
o | ) |
|
This will print information about the run time for the current model.
- Parameters
-
o | is the ofstream that the model run information will be written to |
◆ hostname
This is the name of the host machine that is running the current model.
◆ runtime
This is the host machine that is running the current model.
This is the time that the current model started the simulation
◆ timestring
This is the time stamp used to denote the time that the current model run started.
The documentation for this class was generated from the following files: