41 #ifndef __RUNDESCRIPTOR_HPP__ 
   42 #define __RUNDESCRIPTOR_HPP__ 
   49 namespace openfluid { 
namespace fluidx {
 
   62     bool m_IsUserValuesBufferSize;
 
   63     unsigned int m_ValuesBufferSize;
 
   86     inline void setDeltaT(
const int DeltaT) { m_DeltaT = DeltaT; };
 
   90       m_ValuesBufferSize = StepsNbr;  m_IsUserValuesBufferSize = 
true;
 
  103     inline void setFilled(
const bool Filled) { m_Filled = Filled; };
 
  107       m_IsUserValuesBufferSize = 
false;
 
void setDeltaT(const int DeltaT)
Definition: RunDescriptor.hpp:86
Class for management of date and time information. 
Definition: DateTime.hpp:131
void setBeginDate(const openfluid::core::DateTime BeginDate)
Definition: RunDescriptor.hpp:78
void unsetUserValuesBufferSize()
Definition: RunDescriptor.hpp:105
void setEndDate(const openfluid::core::DateTime EndDate)
Definition: RunDescriptor.hpp:82
void setFilled(const bool Filled)
Definition: RunDescriptor.hpp:103
void setSchedulingConstraint(const openfluid::base::SimulationStatus::SchedulingConstraint &SConst)
Definition: RunDescriptor.hpp:99
bool isFilled() const 
Definition: RunDescriptor.hpp:101
openfluid::core::DateTime getEndDate() const 
Definition: RunDescriptor.hpp:80
unsigned int getValuesBufferSize() const 
Definition: RunDescriptor.hpp:95
openfluid::base::SimulationStatus::SchedulingConstraint getSchedulingConstraint() const 
Definition: RunDescriptor.hpp:97
int getDeltaT() const 
Definition: RunDescriptor.hpp:84
SchedulingConstraint
Definition: SimulationStatus.hpp:62
openfluid::core::DateTime getBeginDate() const 
Definition: RunDescriptor.hpp:76
Definition: RunDescriptor.hpp:51
bool isUserValuesBufferSize() const 
Definition: RunDescriptor.hpp:93
void setValuesBufferSize(const unsigned int StepsNbr)
Definition: RunDescriptor.hpp:88
#define DLLEXPORT
Definition: dllexport.hpp:51