GeNN  4.9.0
GPU enhanced Neuronal Networks (GeNN)
SpikeWriterText Class Reference

Class to write spikes to text file. More...

#include <spikeRecorder.h>

Public Member Functions

 SpikeWriterText (const std::string &filename, const std::string &delimiter=" ", bool header=false)
 
 SpikeWriterText (SpikeWriterText &&other)
 

Protected Member Functions

void recordSpikes (double t, unsigned int spikeCount, const unsigned int *currentSpikes)
 

Detailed Description

Class to write spikes to text file.

Constructor & Destructor Documentation

◆ SpikeWriterText() [1/2]

SpikeWriterText::SpikeWriterText ( const std::string &  filename,
const std::string &  delimiter = " ",
bool  header = false 
)
inline

◆ SpikeWriterText() [2/2]

SpikeWriterText::SpikeWriterText ( SpikeWriterText &&  other)
inline

Member Function Documentation

◆ recordSpikes()

void SpikeWriterText::recordSpikes ( double  t,
unsigned int  spikeCount,
const unsigned int *  currentSpikes 
)
inlineprotected

The documentation for this class was generated from the following file: