Swarm-NG  1.1
stop_on_any_large_distance.hpp File Reference

Defines and implements the monitor swarm::monitors::stop_on_any_large_distance that logs the body that is separated from origin and other bodies by at least "rmax". More...

#include <limits>

Go to the source code of this file.

Classes

struct  swarm::monitors::stop_on_any_large_distance_params
 Parameters for stop_on_any_large_distance monitor deactivate_on_close_encounter (bool): log_on_close_encounter (bool): verbose_on_close_encounter (bool): rmax (real): minimum distance between bodies to trigger. More...
 
class  swarm::monitors::stop_on_any_large_distance< log_t >
 Simple monitor that logs when any one body is separated from EXPERIMENTAL: This class is not thoroughly tested. 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_any_large_distance that logs the body that is separated from origin and other bodies by at least "rmax".

EXPERIMENTAL: This class is not thoroughly tested.

Definition in file stop_on_any_large_distance.hpp.