Swarm-NG  1.1
stop_on_ejection.hpp File Reference

Defines and implements the monitor swarm::monitors::stop_on_ejection that signals and logs when bodies meets ejection criteria. More...

#include <limits>
#include "../swarm/types/config.hpp"

Go to the source code of this file.

Classes

struct  swarm::monitors::stop_on_ejection_params
 Parameters for stop_on_ejection monitor deactivate_on_ejection (bool): log_on_ejection (bool): verbose_on_ejection (bool): rmax (real): minimum distance to check for ejections. More...
 
class  swarm::monitors::stop_on_ejection< log_t >
 Simple monitor that signals and logs when any body (other than body 0) meets all of the following criteria: 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::stop_on_ejection that signals and logs when bodies meets ejection criteria.

Definition in file stop_on_ejection.hpp.