NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::RecordingDevice::Parameters_ Struct Reference

Public Member Functions

 Parameters_ ()
 
 Parameters_ (const Parameters_ &)=default
 
Parameters_ & operator= (const Parameters_ &)=default
 
void get (Dictionary &) const
 
void set (const Dictionary &)
 

Public Attributes

std::string label_
 A user-defined label for symbolic device names.
 
std::string record_to_
 The name of the recording backend to use.
 

Constructor & Destructor Documentation

◆ Parameters_() [1/2]

nest::RecordingDevice::Parameters_::Parameters_ ( )

◆ Parameters_() [2/2]

nest::RecordingDevice::Parameters_::Parameters_ ( const Parameters_ &  )
default

Member Function Documentation

◆ get()

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

References nest::names::label(), and nest::names::record_to().

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

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

◆ operator=()

Parameters_ & nest::RecordingDevice::Parameters_::operator= ( const Parameters_ &  )
default

◆ set()

void nest::RecordingDevice::Parameters_::set ( const Dictionary &  d)

References nest::kernel(), nest::names::label(), and nest::names::record_to().

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

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

Member Data Documentation

◆ label_

std::string nest::RecordingDevice::Parameters_::label_

A user-defined label for symbolic device names.

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

◆ record_to_

std::string nest::RecordingDevice::Parameters_::record_to_

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