NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::DataLoggingReply::Item Struct Reference

Data item with pertaining time stamp. More...

#include <event.h>

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_t>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

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

Member Data Documentation

DataItem nest::DataLoggingReply::Item::data
Time nest::DataLoggingReply::Item::timestamp

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