Module objective

Source
Expand description

This module defines various objectives and their handling system. It includes algorithms for managing and interacting with beacon objectives, as well as zoned and secret objectives. Also this module contains the whole logic for beacon measurements and their filtering.

Re-exportsยง

pub use beacon_objective::BeaconObjective;
pub use known_img_objective::KnownImgObjective;
pub use beacon_controller::BeaconController;
pub use beacon_controller::BeaconControllerState;

Modulesยง

bayesian_set ๐Ÿ”’
beacon_controller ๐Ÿ”’
beacon_objective ๐Ÿ”’
beacon_objective_done ๐Ÿ”’
known_img_objective ๐Ÿ”’
secret_img_objective ๐Ÿ”’