#include <neuron_monitor.h>
Definition at line 62 of file neuron_monitor.h.
◆ NeuronMonitor()
◆ ~NeuronMonitor()
◆ clear()
◆ getLastUpdated()
◆ getPersistentData()
bool getPersistentData |
( |
| ) |
|
This function returns a flag that indicates whether PersistentMode is currently on (true) or off (false). If PersistentMode is off, only the last recording period will be considered for calculating metrics. If PersistentMode is on, all the recording periods will be considered. By default, PersistentMode is off, but can be switched on at any point in time by calling setPersistentData(bool).
Definition at line 129 of file neuron_monitor.cpp.
◆ getVectorI()
std::vector< std::vector< float > > getVectorI |
( |
| ) |
|
◆ getVectorU()
std::vector< std::vector< float > > getVectorU |
( |
| ) |
|
◆ getVectorV()
std::vector< std::vector< float > > getVectorV |
( |
| ) |
|
◆ isRecording()
◆ print()
void print |
( |
bool |
meanOnly = false | ) |
|
◆ setLogFile()
void setLogFile |
( |
const std::string & |
logFileName | ) |
|
◆ setPersistentData()
void setPersistentData |
( |
bool |
persistentData | ) |
|
This function sets PersistentMode either on (true) or off (false). If PersistentMode is off, only the last recording period will be considered for calculating metrics. If PersistentMode is on, all the recording periods will be considered. By default, PersistentMode is off, but can be switched on at any point in time. The current state of PersistentMode can be retrieved by calling getPersistentData().
Definition at line 133 of file neuron_monitor.cpp.
◆ startRecording()
◆ stopRecording()
The documentation for this class was generated from the following files: