Public Member Functions | List of all members
openfluid::fluidx::RunDescriptor Class Reference

#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 ()
 

Constructor & Destructor Documentation

◆ RunDescriptor() [1/2]

openfluid::fluidx::RunDescriptor::RunDescriptor ( )

◆ RunDescriptor() [2/2]

openfluid::fluidx::RunDescriptor::RunDescriptor ( int  DeltaT,
openfluid::core::DateTime  BeginDate,
openfluid::core::DateTime  EndDate 
)

◆ ~RunDescriptor()

openfluid::fluidx::RunDescriptor::~RunDescriptor ( )

Member Function Documentation

◆ getBeginDate()

openfluid::core::DateTime openfluid::fluidx::RunDescriptor::getBeginDate ( ) const
inline

◆ getDeltaT()

int openfluid::fluidx::RunDescriptor::getDeltaT ( ) const
inline

◆ getEndDate()

openfluid::core::DateTime openfluid::fluidx::RunDescriptor::getEndDate ( ) const
inline

◆ getSchedulingConstraint()

openfluid::base::SimulationStatus::SchedulingConstraint openfluid::fluidx::RunDescriptor::getSchedulingConstraint ( ) const
inline

◆ getValuesBufferSize()

unsigned int openfluid::fluidx::RunDescriptor::getValuesBufferSize ( ) const
inline

◆ isFilled()

bool openfluid::fluidx::RunDescriptor::isFilled ( ) const
inline

◆ isUserValuesBufferSize()

bool openfluid::fluidx::RunDescriptor::isUserValuesBufferSize ( ) const
inline

◆ setBeginDate()

void openfluid::fluidx::RunDescriptor::setBeginDate ( const openfluid::core::DateTime  BeginDate)
inline

◆ setDeltaT()

void openfluid::fluidx::RunDescriptor::setDeltaT ( const int  DeltaT)
inline

◆ setEndDate()

void openfluid::fluidx::RunDescriptor::setEndDate ( const openfluid::core::DateTime  EndDate)
inline

◆ setFilled()

void openfluid::fluidx::RunDescriptor::setFilled ( const bool  Filled)
inline

◆ setSchedulingConstraint()

void openfluid::fluidx::RunDescriptor::setSchedulingConstraint ( const openfluid::base::SimulationStatus::SchedulingConstraint SConst)
inline

◆ setValuesBufferSize()

void openfluid::fluidx::RunDescriptor::setValuesBufferSize ( const unsigned int  StepsNbr)
inline

◆ unsetUserValuesBufferSize()

void openfluid::fluidx::RunDescriptor::unsetUserValuesBufferSize ( )
inline

The documentation for this class was generated from the following file: