NEST
2.6.0,not_revisioned_source_dir@0
|
Data item with pertaining time stamp. More...
#include <event.h>
Public Member Functions | |
Item (size_t n) | |
Public Attributes | |
DataItem | data |
Time | timestamp |
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
|
inline |
DataItem nest::DataLoggingReply::Item::data |
Time nest::DataLoggingReply::Item::timestamp |