47#ifndef MODELS_SENSORS_SIMPLE_CAMERA_SENSOR_H
48#define MODELS_SENSORS_SIMPLE_CAMERA_SENSOR_H
78 SIGNAL(alpha_bias,
double, 0.0)
82 SIGNAL(beta_bias,
double, 0.0)
85 SIGNAL(alpha_gaussian_noise,
double, 0.0)
88 SIGNAL(beta_gaussian_noise,
double, 0.0)
97 SIGNAL(mount_alignment_mf, clockwerk::Quaternion, clockwerk::Quaternion({1.0, 0.0, 0.0, 0.0}))
102 SIGNAL(seed_value,
int, 0)
105 SIGNAL(operational_power_draw,
double, 0.0)
122 SIGNAL(measured_alpha,
double, 0.0)
126 SIGNAL(measured_beta,
double, 0.0)
130 SIGNAL(perfect_alpha,
double, 0.0)
134 SIGNAL(perfect_beta,
double, 0.0)
137 SIGNAL(current_power_draw,
double, 0.0)
155 int16
start()
override;
#define SIGNAL(NAME, TYPE, INITIAL_VALUE)
Definition appmacros.h:27
#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
Class defining a direction cosine matrix inherited from Matrix.
Definition DCM.h:69
Frame class definition.
Definition Frame.h:96
#define CartesianVector3
Definition mathmacros.h:43
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
CartesianVector3 _pos_tgt_mount__mount
Definition SimpleCamera.h:174
int16 start() override
Class to execute logging.
SIGNAL(_mu, double, warpos::earth_wgs84.mu)
BiasNoiseModel _sensor_bias_noise
The bias and noise model for sensor output.
Definition SimpleCamera.h:165
Frame _sensor_frame
The sensor frame in which all measurements will be taken.
Definition Accelerometer.h:237
void _configureInternal()
Function to configure sensor – runs in all constructors.
warptwin::RateMonitor * rateMonitor()
Accessor for the internal rate monitor model.
Definition Accelerometer.h:224
int16 activate() override
MODEL(Servo) public int16 deactivate() override
Model to simulate a servo's motion.
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
clockwerk::DCM _tmp_dcm
Definition SimpleCamera.h:171
MODEL(Magnetometer) public warptwin::MarkovUncertaintyModel * biasNoiseModel()
Accessor for the internal bias and noise model.
Definition Magnetometer.h:202
int16 execute() override
Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in...
RateMonitor _rate_monitor
Rate monitor to control the rate at which the sensor runs.
Definition Accelerometer.h:243