Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
system_state.h
Go to the documentation of this file.
1/*
2 * system_state.h
3 *
4 * Created on: Jan 19, 2023
5 * Author: schaefer
6 */
7
8#ifndef INC_SYSTEM_STATE_H_
9#define INC_SYSTEM_STATE_H_
10
29
31
32inline void update_system_state_set( unsigned value)
33{
35}
36
37inline void update_system_state_clear( unsigned value)
38{
40}
41
55
56#endif /* INC_SYSTEM_STATE_H_ */
mathematical vector of arbitrary type and size
Definition vector.h:40
availability_bits
@ USB_OUTPUT_ACTIVE
@ USART_2_OUTPUT_ACTIVE
@ GNSS_AVAILABLE
@ MS5611_STATIC_AVAILABLE
@ BLUEZ_OUTPUT_ACTIVE
@ USART_1_OUTPUT_ACTIVE
@ CAN_OUTPUT_ACTIVE
@ D_GNSS_AVAILABLE
@ L3GD20_SENSOR_AVAILABLE
@ AIR_SENSOR_AVAILABLE
@ FXOS_SENSOR_AVAILABLE
@ PITOT_SENSOR_AVAILABLE
@ MTI_SENSOR_AVAILABE
void update_system_state_clear(unsigned value)
bool essential_sensors_available(bool need_DGNSS)
void update_system_state_set(unsigned value)
uint32_t system_state
bits collected from availability_bits