Generic version of data logger for connections.
More...
#include <connection_data_logger.h>
|
typedef double(ConnectionType::* | DataAccessFct) () const |
|
typedef nest::index | recorder_port |
|
template<typename ConnectionType>
class spore::ConnectionDataLogger< ConnectionType >
Generic version of data logger for connections.
◆ record()
template<typename ConnectionType >
Record current variable values from the given host connection. Values are recorded only if the last recording time is older than the recorder interval.
- Parameters
-
time | current time of recording. |
host | the host connection. |
port | the recorder port of the host connection. |
◆ register_recordable_variable()
template<typename ConnectionType >
Add a new recordable variable to the recorder object.
- Parameters
-
name | name of the recordable variable. |
data_access_fct | pointer to the member function to retrieve the variable. |
The documentation for this class was generated from the following file: