NTRT Simulator
Version: Master
|
#include <tscDataObserver.h>
Public Member Functions | |
tscDataObserver (std::string filePrefix) | |
virtual | ~tscDataObserver () |
virtual void | onSetup (BaseSpineModelLearning &model) |
virtual void | onStep (BaseSpineModelLearning &model, double dt) |
A class that dispatches data loggers. Should be included by observers, since they will know when to step this, and we don't have any model specific information here.
Definition at line 43 of file tscDataObserver.h.
|
virtual |
A class with virtual member functions must have a virtual destructor.
Definition at line 54 of file tscDataObserver.cpp.
|
virtual |
Definition at line 61 of file tscDataObserver.cpp.
|
virtual |
Dispatch the visitors to the given model and log data
[in] | the | number of seconds since the previous call; must be positive |
Definition at line 151 of file tscDataObserver.cpp.