helics  3.5.1
Public Member Functions | Public Attributes | List of all members
helics::InputInfo::dataRecord Struct Reference

#include <InputInfo.hpp>

Public Member Functions

 dataRecord ()=default
 
 dataRecord (Time recordTime, std::shared_ptr< const SmallBuffer > recordData)
 
 dataRecord (Time recordTime, unsigned int recordIteration, std::shared_ptr< const SmallBuffer > 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 SmallBufferdata
 the data value
 

Detailed Description

data structure containing a helics data value recorded from a publication

Constructor & Destructor Documentation

◆ dataRecord()

helics::InputInfo::dataRecord::dataRecord ( )
default

default constructor


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