|
enum | UpdatedType { CONSTANT
, DYNAMIC
} |
| The recorded variable Type/Updated frequency. More...
|
|
string | toXML (const string &name, vector< multipleTypes > &singleVariableBuffer_, const string &basicType) const |
| Retrieves values of a vector of variant and outputs them to a xml file.
|
|
void | getStarterNeuronMatrix (VectorMatrix &matrix, const vector< bool > &starterMap) |
|
vector< singleVariableInfo > | variableTable_ |
| List of registered variables for recording.
|
|
ofstream | resultOut_ |
| a file stream for xml output
|
|
string | resultFileName_ |
| File path to the file that the results will be printed to.
|
|
log4cplus::Logger | fileLogger_ |
| Loggers used to print to using log4cplus logging macros, prints to Results/Debug/logging.txt.
|
|
Definition at line 19 of file Xml911Recorder.h.
◆ compileHistories()
void Xml911Recorder::compileHistories |
( |
| ) |
|
|
overridevirtual |
Compile history information in every epoch
- Parameters
-
[in] | vertices | The entire list of vertices. |
Reimplemented from XmlRecorder.
Definition at line 21 of file Xml911Recorder.cpp.
◆ Create()
static Recorder * Xml911Recorder::Create |
( |
| ) |
|
|
inlinestatic |
◆ printParameters()
void Xml911Recorder::printParameters |
( |
| ) |
|
|
overridevirtual |
◆ saveSimData()
void Xml911Recorder::saveSimData |
( |
| ) |
|
|
overridevirtual |
Writes simulation results to an output destination.
- Parameters
-
vertices | the Vertex list to search from. |
Reimplemented from XmlRecorder.
Definition at line 28 of file Xml911Recorder.cpp.
The documentation for this class was generated from the following files: