NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::DataLoggingReply::Item Struct Reference

Data item with pertaining time stamp. More...

#include <event.h>

Collaboration diagram for nest::DataLoggingReply::Item:
[legend]

Public Member Functions

 Item (size_t n)
 

Public Attributes

DataItem data
 
Time timestamp
 

Detailed Description

Data item with pertaining time stamp.

Items are initialized with time stamp -inf to mark them as invalid. Data is initialized to <double>::max() as a highly implausible value. Ideally, we should initialized to a NaN, but since the C++-standard does not require NaN, that would result in unportable code. max() should draw the users att

Constructor & Destructor Documentation

◆ Item()

nest::DataLoggingReply::Item::Item ( size_t  n)
inline

Member Data Documentation

◆ data

DataItem nest::DataLoggingReply::Item::data

◆ timestamp

Time nest::DataLoggingReply::Item::timestamp

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