Class to write spikes to text file, caching in memory before writing.
More...
#include <spikeRecorder.h>
|
void | recordSpikes (double t, unsigned int spikeCount, const unsigned int *currentSpikes) |
|
Class to write spikes to text file, caching in memory before writing.
◆ SpikeWriterTextCached() [1/2]
SpikeWriterTextCached::SpikeWriterTextCached |
( |
const std::string & |
filename, |
|
|
const std::string & |
delimiter = " " , |
|
|
bool |
header = false |
|
) |
| |
|
inline |
◆ SpikeWriterTextCached() [2/2]
◆ ~SpikeWriterTextCached()
SpikeWriterTextCached::~SpikeWriterTextCached |
( |
| ) |
|
|
inline |
◆ recordSpikes()
void SpikeWriterTextCached::recordSpikes |
( |
double |
t, |
|
|
unsigned int |
spikeCount, |
|
|
const unsigned int * |
currentSpikes |
|
) |
| |
|
inlineprotected |
◆ writeCache()
void SpikeWriterTextCached::writeCache |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: