|
WSF
|
Defines a table of simulation output rate as a function of simulation time. More...
#include <OutputRate.hpp>
Classes | |
| struct | Item |
Public Member Functions | |
| void | Append (double aTime, double aPeriod) |
| double | GetPeriod (double aSimTime) const |
| void | ProcessInputBlock (UtInputBlock &aInputBlock) |
Defines a table of simulation output rate as a function of simulation time.
|
inline |
Append an entry to the rate table. The caller is responsible for ensuring the resulting table is valid.
Referenced by engage::InputConfig::InputConfig().
| double engage::OutputRate::GetPeriod | ( | double | aSimTime | ) | const |
Return the output period for the specified simulation time.
| aSimTime | The current simulation time. |
| void engage::OutputRate::ProcessInputBlock | ( | UtInputBlock & | aInputBlock | ) |
Referenced by engage::InputConfig::ProcessInput().