![]() |
helics
2.8.1
|
#include <InputInfo.hpp>
Public Member Functions | |
| dataRecord ()=default | |
| dataRecord (Time recordTime, std::shared_ptr< const data_block > recordData) | |
| dataRecord (Time recordTime, unsigned int recordIteration, std::shared_ptr< const data_block > recordData) | |
Public Attributes | |
| Time | time {Time::minVal()} |
| the time of the data value | |
| unsigned int | iteration {0} |
| the iteration number of the data value | |
| std::shared_ptr< const data_block > | data |
| the data value | |
data structure containing a helics data value recorded from a publication
|
default |
default constructor
1.8.17