Swarm-NG
1.1
|
Empty monitor to use as a template. More...
#include <monitor_template.hpp>
Public Member Functions | |
GPUAPI bool | is_deactivate_on () |
Provide these functions, so two monitors can be combined. | |
GPUAPI bool | pass_one (int thread_in_system) |
set the initial condition to false | |
GPUAPI int | pass_two (int thread_in_system) |
set the system state to disabled when three conditions are met | |
GPUAPI | monitor_template (const params &p, ensemble::SystemRef &s, log_t &l) |
default monitor_template construct | |
Empty monitor to use as a template.
Signal is always false. Does not do any logging.
Definition at line 46 of file monitor_template.hpp.