Swarm-NG  1.1
stop_on_close_encounter.hpp File Reference

Defines and implements the monitor swarm::monitors::stop_on_close_encounter that signals and logs when the distance between any two bodies is less than "close_approach". More...

#include <limits>

Go to the source code of this file.

Classes

struct  swarm::monitors::stop_on_close_encounter_param
 Parameters for stop_on_close_encounter monitor deactivate_on_close_encounter (bool): log_on_close_encounter (bool): verbose_on_close_encounter (bool): close_approach (real): maximum distance in Hill radii to trigger action. More...
 
class  swarm::monitors::stop_on_close_encounter< log_t >
 Simple monitor to detect close encounters. 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_close_encounter that signals and logs when the distance between any two bodies is less than "close_approach".

Definition in file stop_on_close_encounter.hpp.