|
CARLsim
4.1.0
CARLsim: a GPU-accelerated SNN simulator
|
#include <neuron_monitor.h>
Public Member Functions | |
| NeuronMonitor (NeuronMonitorCore *neuronMonitorCorePtr) | |
| NeuronMonitor constructor. More... | |
| ~NeuronMonitor () | |
| NeuronMonitor destructor. More... | |
| void | clear () |
| bool | isRecording () |
| void | print () |
| void | setLogFile (const std::string &logFileName) |
| void | startRecording () |
| void | stopRecording () |
Definition at line 58 of file neuron_monitor.h.
| NeuronMonitor | ( | NeuronMonitorCore * | neuronMonitorCorePtr | ) |
Creates a new instance of the NeuronMonitor class.
Definition at line 59 of file neuron_monitor.cpp.
| ~NeuronMonitor | ( | ) |
Cleans up all the memory upon object deletion.
Definition at line 64 of file neuron_monitor.cpp.
| void clear | ( | ) |
Definition at line 68 of file neuron_monitor.cpp.
| bool isRecording | ( | ) |
Definition at line 75 of file neuron_monitor.cpp.
| void print | ( | ) |
Definition at line 117 of file neuron_monitor.cpp.
| void setLogFile | ( | const std::string & | logFileName | ) |
Definition at line 93 of file neuron_monitor.cpp.
| void startRecording | ( | ) |
Definition at line 79 of file neuron_monitor.cpp.
| void stopRecording | ( | ) |
Definition at line 86 of file neuron_monitor.cpp.