
#include <fluidx/RunDescriptor.hpp>
Public Member Functions | |
| RunDescriptor () | |
| RunDescriptor (int DeltaT, openfluid::core::DateTime BeginDate, openfluid::core::DateTime EndDate) | |
| ~RunDescriptor () | |
| openfluid::core::DateTime | getBeginDate () const |
| void | setBeginDate (const openfluid::core::DateTime BeginDate) |
| openfluid::core::DateTime | getEndDate () const |
| void | setEndDate (const openfluid::core::DateTime EndDate) |
| int | getDeltaT () const |
| void | setDeltaT (const int DeltaT) |
| void | setValuesBufferSize (const unsigned int StepsNbr) |
| bool | isUserValuesBufferSize () const |
| unsigned int | getValuesBufferSize () const |
| openfluid::base::SimulationStatus::SchedulingConstraint | getSchedulingConstraint () const |
| void | setSchedulingConstraint (const openfluid::base::SimulationStatus::SchedulingConstraint &SConst) |
| bool | isFilled () const |
| void | setFilled (const bool Filled) |
| void | unsetUserValuesBufferSize () |
| openfluid::fluidx::RunDescriptor::RunDescriptor | ( | int | DeltaT, |
| openfluid::core::DateTime | BeginDate, | ||
| openfluid::core::DateTime | EndDate | ||
| ) |
| openfluid::core::DateTime openfluid::fluidx::RunDescriptor::getBeginDate | ( | ) | const [inline] |
| int openfluid::fluidx::RunDescriptor::getDeltaT | ( | ) | const [inline] |
| openfluid::core::DateTime openfluid::fluidx::RunDescriptor::getEndDate | ( | ) | const [inline] |
| openfluid::base::SimulationStatus::SchedulingConstraint openfluid::fluidx::RunDescriptor::getSchedulingConstraint | ( | ) | const [inline] |
| unsigned int openfluid::fluidx::RunDescriptor::getValuesBufferSize | ( | ) | const [inline] |
| bool openfluid::fluidx::RunDescriptor::isFilled | ( | ) | const [inline] |
| bool openfluid::fluidx::RunDescriptor::isUserValuesBufferSize | ( | ) | const [inline] |
| void openfluid::fluidx::RunDescriptor::setBeginDate | ( | const openfluid::core::DateTime | BeginDate | ) | [inline] |
| void openfluid::fluidx::RunDescriptor::setDeltaT | ( | const int | DeltaT | ) | [inline] |
| void openfluid::fluidx::RunDescriptor::setEndDate | ( | const openfluid::core::DateTime | EndDate | ) | [inline] |
| void openfluid::fluidx::RunDescriptor::setFilled | ( | const bool | Filled | ) | [inline] |
| void openfluid::fluidx::RunDescriptor::setSchedulingConstraint | ( | const openfluid::base::SimulationStatus::SchedulingConstraint & | SConst | ) | [inline] |
| void openfluid::fluidx::RunDescriptor::setValuesBufferSize | ( | const unsigned int | StepsNbr | ) | [inline] |
| void openfluid::fluidx::RunDescriptor::unsetUserValuesBufferSize | ( | ) | [inline] |
1.7.6.1