NEST
2.6.0,not_revisioned_source_dir@0
|
Public Attributes | |
bool | new_request_ |
Flag active till first DataLoggingReply during an update() call processed. More... | |
size_t | current_request_data_start_ |
Index to first S_.data_ entry for currently processed request. More... | |
size_t nest::Multimeter::Variables_::current_request_data_start_ |
Index to first S_.data_ entry for currently processed request.
This variable is set by the first DataLoggingReply arriving after a DataLoggingRequest has been sent out. Subsequently arriving replies use it to find the correct entries for accumulating data.
Referenced by nest::Multimeter::calibrate(), and nest::Multimeter::handle().
bool nest::Multimeter::Variables_::new_request_ |
Flag active till first DataLoggingReply during an update() call processed.
This flag is set to true by update() before dispatching the DataLoggingRequest event and is reset to false by handle() as soon as the first DataLoggingReply has been handled. This is needed when the Multimeter is running in accumulator mode.
Referenced by nest::Multimeter::calibrate(), nest::Multimeter::handle(), and nest::Multimeter::update().