Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
Loading...
Searching...
No Matches
Recorders Directory Reference
Directory dependency graph for Recorders:
Simulator/Recorders

Directories

 NG911
 

Files

 Hdf5Recorder.cpp
 An implementation for recording spikes history on hdf5 file.
 
 Hdf5Recorder.h
 
 RecordableBase.h
 An abstract base class defining the interface for recordable variables in the simulator.
 
 RecordableVector.h
 A template class providing a concrete implementation of the recordable variable interface for one-dimensional variables.
 
 Recorder.h
 An interface for recording variables/data acquisition system.
 
 XmlRecorder.cpp
 An implementation for recording variable information on xml file.
 
 XmlRecorder.h
 Provides an implementation for recording Graph-based simulation variable history in an XML file. It can be reused to: 1) Change variables to record in an existing model. 2) Record variables for new integrated network simulations. Supports updated types: Constant and Dynamic. Supports recording 1-D variables whose base class is RecordableBase.