Swarm-NG  1.1
log_time_interval.hpp File Reference

Defines and implements the monitor swarm::monitors::log_time_interval that logs the entire state of systems at periodic intervals. More...

Go to the source code of this file.

Classes

struct  swarm::monitors::log_time_interval_params
 Parameters for log_time_interval monitor log_on_interval (bool): log_interval (real): time between sucessive logging. More...
 
class  swarm::monitors::log_time_interval< log_t >
 Monitor that logs the entire state of systems at periodic intervals of approximately "log_interval" Systems may be integrated for more than log interval before another log entry is written. More...
 

Namespaces

 swarm
 Swarm-NG library.
 
 swarm::monitors
 Namespace for monitors (i.e., stoppers & loggers) and their associated classes.
 

Constant Groups

 swarm
 Swarm-NG library.
 
 swarm::monitors
 Namespace for monitors (i.e., stoppers & loggers) and their associated classes.
 

Detailed Description

Defines and implements the monitor swarm::monitors::log_time_interval that logs the entire state of systems at periodic intervals.

Definition in file log_time_interval.hpp.