UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

37 lines (35 loc) 3.2 kB
type MAV_SYS_STATUS_SENSOR = 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096 | 8192 | 16384 | 32768 | 65536 | 131072 | 262144 | 524288 | 1048576 | 2097152 | 4194304 | 8388608 | 16777216 | 33554432 | 67108864 | 134217728 | 268435456 | 536870912 | 1073741824 | 2147483648; declare const MAV_SYS_STATUS_SENSOR_3D_GYRO: 1; declare const MAV_SYS_STATUS_SENSOR_3D_ACCEL: 2; declare const MAV_SYS_STATUS_SENSOR_3D_MAG: 4; declare const MAV_SYS_STATUS_SENSOR_ABSOLUTE_PRESSURE: 8; declare const MAV_SYS_STATUS_SENSOR_DIFFERENTIAL_PRESSURE: 16; declare const MAV_SYS_STATUS_SENSOR_GPS: 32; declare const MAV_SYS_STATUS_SENSOR_OPTICAL_FLOW: 64; declare const MAV_SYS_STATUS_SENSOR_VISION_POSITION: 128; declare const MAV_SYS_STATUS_SENSOR_LASER_POSITION: 256; declare const MAV_SYS_STATUS_SENSOR_EXTERNAL_GROUND_TRUTH: 512; declare const MAV_SYS_STATUS_SENSOR_ANGULAR_RATE_CONTROL: 1024; declare const MAV_SYS_STATUS_SENSOR_ATTITUDE_STABILIZATION: 2048; declare const MAV_SYS_STATUS_SENSOR_YAW_POSITION: 4096; declare const MAV_SYS_STATUS_SENSOR_Z_ALTITUDE_CONTROL: 8192; declare const MAV_SYS_STATUS_SENSOR_XY_POSITION_CONTROL: 16384; declare const MAV_SYS_STATUS_SENSOR_MOTOR_OUTPUTS: 32768; declare const MAV_SYS_STATUS_SENSOR_RC_RECEIVER: 65536; declare const MAV_SYS_STATUS_SENSOR_3D_GYRO2: 131072; declare const MAV_SYS_STATUS_SENSOR_3D_ACCEL2: 262144; declare const MAV_SYS_STATUS_SENSOR_3D_MAG2: 524288; declare const MAV_SYS_STATUS_GEOFENCE: 1048576; declare const MAV_SYS_STATUS_AHRS: 2097152; declare const MAV_SYS_STATUS_TERRAIN: 4194304; declare const MAV_SYS_STATUS_REVERSE_MOTOR: 8388608; declare const MAV_SYS_STATUS_LOGGING: 16777216; declare const MAV_SYS_STATUS_SENSOR_BATTERY: 33554432; declare const MAV_SYS_STATUS_SENSOR_PROXIMITY: 67108864; declare const MAV_SYS_STATUS_SENSOR_SATCOM: 134217728; declare const MAV_SYS_STATUS_PREARM_CHECK: 268435456; declare const MAV_SYS_STATUS_OBSTACLE_AVOIDANCE: 536870912; declare const MAV_SYS_STATUS_SENSOR_PROPULSION: 1073741824; declare const MAV_SYS_STATUS_EXTENSION_USED: 2147483648; export { MAV_SYS_STATUS_AHRS, MAV_SYS_STATUS_EXTENSION_USED, MAV_SYS_STATUS_GEOFENCE, MAV_SYS_STATUS_LOGGING, MAV_SYS_STATUS_OBSTACLE_AVOIDANCE, MAV_SYS_STATUS_PREARM_CHECK, MAV_SYS_STATUS_REVERSE_MOTOR, MAV_SYS_STATUS_SENSOR_3D_ACCEL, MAV_SYS_STATUS_SENSOR_3D_ACCEL2, MAV_SYS_STATUS_SENSOR_3D_GYRO, MAV_SYS_STATUS_SENSOR_3D_GYRO2, MAV_SYS_STATUS_SENSOR_3D_MAG, MAV_SYS_STATUS_SENSOR_3D_MAG2, MAV_SYS_STATUS_SENSOR_ABSOLUTE_PRESSURE, MAV_SYS_STATUS_SENSOR_ANGULAR_RATE_CONTROL, MAV_SYS_STATUS_SENSOR_ATTITUDE_STABILIZATION, MAV_SYS_STATUS_SENSOR_BATTERY, MAV_SYS_STATUS_SENSOR_DIFFERENTIAL_PRESSURE, MAV_SYS_STATUS_SENSOR_EXTERNAL_GROUND_TRUTH, MAV_SYS_STATUS_SENSOR_GPS, MAV_SYS_STATUS_SENSOR_LASER_POSITION, MAV_SYS_STATUS_SENSOR_MOTOR_OUTPUTS, MAV_SYS_STATUS_SENSOR_OPTICAL_FLOW, MAV_SYS_STATUS_SENSOR_PROPULSION, MAV_SYS_STATUS_SENSOR_PROXIMITY, MAV_SYS_STATUS_SENSOR_RC_RECEIVER, MAV_SYS_STATUS_SENSOR_SATCOM, MAV_SYS_STATUS_SENSOR_VISION_POSITION, MAV_SYS_STATUS_SENSOR_XY_POSITION_CONTROL, MAV_SYS_STATUS_SENSOR_YAW_POSITION, MAV_SYS_STATUS_SENSOR_Z_ALTITUDE_CONTROL, MAV_SYS_STATUS_TERRAIN }; export type { MAV_SYS_STATUS_SENSOR };