NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::multimeter::Parameters_ Struct Reference
Collaboration diagram for nest::multimeter::Parameters_:
[legend]

Public Member Functions

 Parameters_ ()
 
 Parameters_ (const Parameters_ &)
 
Parameters_ & operator= (const Parameters_ &)
 
void get (Dictionary &) const
 
void set (const Dictionary &, const Buffers_ &, Node *node)
 

Public Attributes

Time interval_
 recording interval, in ms
 
Time offset_
 offset relative to 0, in ms
 
std::vector< std::string > record_from_
 which data to record
 

Constructor & Destructor Documentation

◆ Parameters_() [1/2]

nest::multimeter::Parameters_::Parameters_ ( )

◆ Parameters_() [2/2]

nest::multimeter::Parameters_::Parameters_ ( const Parameters_ &  p)

References nest::Time::calibrate(), and interval_.

Here is the call graph for this function:

Member Function Documentation

◆ get()

void nest::multimeter::Parameters_::get ( Dictionary &  d) const

References nest::names::interval(), nest::names::offset(), and nest::names::record_from().

Referenced by nest::multimeter::get_status().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

multimeter::Parameters_ & nest::multimeter::Parameters_::operator= ( const Parameters_ &  p)

◆ set()

void nest::multimeter::Parameters_::set ( const Dictionary &  d,
const Buffers_ &  b,
Node *  node 
)

References nest::Time::get_resolution(), nest::names::interval(), nest::names::offset(), nest::names::record_from(), and nest::update_value_param().

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

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ interval_

Time nest::multimeter::Parameters_::interval_

◆ offset_

Time nest::multimeter::Parameters_::offset_

offset relative to 0, in ms

Referenced by nest::multimeter::calibrate_time(), and nest::multimeter::send_test_event().

◆ record_from_

std::vector< std::string > nest::multimeter::Parameters_::record_from_

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