26 #ifndef REALTIMEMONITOR_H_ 27 #define REALTIMEMONITOR_H_ 36 #include <boost/date_time/posix_time/posix_time.hpp> 55 boost::posix_time::ptime ptime_offset ;
Abstract base class for all Monitor objects.
Definition: Monitor.h:47
virtual ~RealTimeMonitor()
Definition: RealTimeMonitor.cpp:51
Monitor class to record the system time in every timestep.
Definition: RealTimeMonitor.h:45
double AurynDouble
Higher precision floating point datatype.
Definition: auryn_definitions.h:158
RealTimeMonitor(std::string filename, AurynDouble start=1e-3, AurynDouble stop=100)
Definition: RealTimeMonitor.cpp:30
Definition: ABSConnection.h:38
void execute()
Definition: RealTimeMonitor.cpp:55
NeuronID AurynTime
Defines Auryns discrete time unit of the System clock. Change to AurynLong if 120h of simtime are not...
Definition: auryn_definitions.h:155
std::string string
Standard library string type which is imported into Auryn namespace.
Definition: auryn_definitions.h:156