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

Public Member Functions

 State_ ()
 Sets default parameter values. More...
 
void clear_events ()
 clear all data More...
 
void get (DictionaryDatum &, const Parameters_ &) const
 Store current values in dictionary. More...
 
void set (const DictionaryDatum &)
 Get values from dictionary. More...
 

Public Attributes

size_t events_
 Event counter. More...
 
std::vector< long > event_senders_
 List of event sender ids. More...
 
std::vector< double_tevent_times_ms_
 List of event times in ms. More...
 
std::vector< long > event_times_steps_
 List of event times in steps. More...
 
std::vector< double_tevent_times_offsets_
 List of event time offsets. More...
 
std::vector< double_tevent_weights_
 List of event weights. More...
 

Constructor & Destructor Documentation

nest::RecordingDevice::State_::State_ ( )

Sets default parameter values.

Member Function Documentation

void nest::RecordingDevice::State_::clear_events ( )

clear all data

Referenced by nest::RecordingDevice::set_status().

void nest::RecordingDevice::State_::get ( DictionaryDatum d,
const Parameters_ p 
) const
void nest::RecordingDevice::State_::set ( const DictionaryDatum d)

Get values from dictionary.

References nest::names::n_events.

Referenced by nest::RecordingDevice::set_status().

Member Data Documentation

std::vector<long> nest::RecordingDevice::State_::event_senders_

List of event sender ids.

std::vector<double_t> nest::RecordingDevice::State_::event_times_ms_

List of event times in ms.

std::vector<double_t> nest::RecordingDevice::State_::event_times_offsets_

List of event time offsets.

std::vector<long> nest::RecordingDevice::State_::event_times_steps_

List of event times in steps.

std::vector<double_t> nest::RecordingDevice::State_::event_weights_

List of event weights.

size_t nest::RecordingDevice::State_::events_

Event counter.

Referenced by nest::RecordingDevice::set_status().


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