42#ifndef MODELS_SENSORS_SIMPLE_CAMERA_SENSOR_H
43#define MODELS_SENSORS_SIMPLE_CAMERA_SENSOR_H
75 SIGNAL(range_gaussian_noise,
double, 0.0)
78 SIGNAL(range_rate_gaussian_noise,
double, 0.0)
106 SIGNAL(range_measured,
double, 0.0)
128 int16
start()
override;
#define START_PARAMS
Definition appmacros.h:42
#define END_OUTPUTS
Definition appmacros.h:33
#define END_PARAMS
Definition appmacros.h:47
#define START_OUTPUTS
Definition appmacros.h:28
#define END_INPUTS
Definition appmacros.h:40
#define START_INPUTS
Definition appmacros.h:35
int16 execute() override
Definition GroundStationSensor.cpp:70
int16 start() override
Definition GroundStationSensor.cpp:62
BiasNoiseModel _sensor_bias_noise
The bias and noise model for sensor output.
Definition GroundStationSensor.h:135
warptwin::RateMonitor * rateMonitor()
Accessor for the internal rate monitor model.
Definition GroundStationSensor.h:119
RateMonitor _rate_monitor
Rate monitor to control the rate at which the sensor runs.
Definition GroundStationSensor.h:138
START_PARAMS SIGNAL(range_bias, double, 0.0) SIGNAL(range_rate_bias
GroundStationSensor(Model &pnt, const std::string &m_name="ground_station_sensor")
Definition GroundStationSensor.cpp:26
void _configureInternal()
Function to configure sensor – runs in all constructors.
Definition GroundStationSensor.cpp:51
virtual ~GroundStationSensor()
Definition GroundStationSensor.h:126
START_PARAMS END_PARAMS START_INPUTS clockwerk::Time(0)) SIGNAL(range_measured
Base model class for derived implementation.
Definition Model.h:88
Model(Model &pnt, int16 schedule_slot, const std::string &m_name="Unnamed")
Task-based constructor for the task. Auto-assigns executive.
Definition Model.cpp:26
Implementation of the executive class for simulation.
Definition SimulationExecutive.h:64
Definition CircularBuffer.hpp:28
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
MODEL(Magnetometer) public warptwin::MarkovUncertaintyModel * biasNoiseModel()
Accessor for the internal bias and noise model.
Definition Magnetometer.h:202