|
| long | precision_ |
| | Number of decimal places used when writing decimal values.
|
| |
| bool | time_in_steps_ |
| | Should time be recorded in steps (ms if false)
|
| |
| std::string | modelname_ |
| | File name up to but not including the ".".
|
| |
| std::string | vp_node_id_string_ |
| | The vp and node ID component of the filename.
|
| |
| std::string | file_extension_ |
| | File name extension without leading ".".
|
| |
| std::string | label_ |
| | The label of the device.
|
| |
| std::ofstream | file_ |
| | File stream to use for the device.
|
| |
| std::vector< std::string > | double_value_names_ |
| | names for values of type double
|
| |
| std::vector< std::string > | long_value_names_ |
| | names for values of type long
|
| |
◆ DeviceData() [1/2]
| nest::RecordingBackendASCII::DeviceData::DeviceData |
( |
| ) |
|
|
delete |
◆ DeviceData() [2/2]
| nest::RecordingBackendASCII::DeviceData::DeviceData |
( |
std::string |
modelname, |
|
|
std::string |
vp_node_id_string |
|
) |
| |
◆ close_file()
| void nest::RecordingBackendASCII::DeviceData::close_file |
( |
| ) |
|
◆ compute_filename_()
| std::string nest::RecordingBackendASCII::DeviceData::compute_filename_ |
( |
| ) |
const |
|
private |
◆ flush_file()
| void nest::RecordingBackendASCII::DeviceData::flush_file |
( |
| ) |
|
◆ get_status()
| void nest::RecordingBackendASCII::DeviceData::get_status |
( |
Dictionary & |
d | ) |
const |
◆ open_file()
| void nest::RecordingBackendASCII::DeviceData::open_file |
( |
| ) |
|
◆ set_status()
| void nest::RecordingBackendASCII::DeviceData::set_status |
( |
const Dictionary & |
d | ) |
|
◆ set_value_names()
| void nest::RecordingBackendASCII::DeviceData::set_value_names |
( |
const std::vector< std::string > & |
double_value_names, |
|
|
const std::vector< std::string > & |
long_value_names |
|
) |
| |
◆ write()
| void nest::RecordingBackendASCII::DeviceData::write |
( |
const Event & |
event, |
|
|
const std::vector< double > & |
double_values, |
|
|
const std::vector< long > & |
long_values |
|
) |
| |
◆ double_value_names_
| std::vector< std::string > nest::RecordingBackendASCII::DeviceData::double_value_names_ |
|
private |
names for values of type double
◆ file_
| std::ofstream nest::RecordingBackendASCII::DeviceData::file_ |
|
private |
File stream to use for the device.
◆ file_extension_
| std::string nest::RecordingBackendASCII::DeviceData::file_extension_ |
|
private |
File name extension without leading ".".
◆ label_
| std::string nest::RecordingBackendASCII::DeviceData::label_ |
|
private |
◆ long_value_names_
| std::vector< std::string > nest::RecordingBackendASCII::DeviceData::long_value_names_ |
|
private |
names for values of type long
◆ modelname_
| std::string nest::RecordingBackendASCII::DeviceData::modelname_ |
|
private |
File name up to but not including the ".".
◆ precision_
| long nest::RecordingBackendASCII::DeviceData::precision_ |
|
private |
Number of decimal places used when writing decimal values.
◆ time_in_steps_
| bool nest::RecordingBackendASCII::DeviceData::time_in_steps_ |
|
private |
Should time be recorded in steps (ms if false)
◆ vp_node_id_string_
| std::string nest::RecordingBackendASCII::DeviceData::vp_node_id_string_ |
|
private |
The vp and node ID component of the filename.
The documentation for this struct was generated from the following files: