pub type MavOdidTimeAcc = MavOdidTimeAcc;
Expand description

Originally defined in common::enums::mav_odid_time_acc

Aliased Type§

enum MavOdidTimeAcc {
Show 16 variants Unknown = 0, _01Second = 1, _02Second = 2, _03Second = 3, _04Second = 4, _05Second = 5, _06Second = 6, _07Second = 7, _08Second = 8, _09Second = 9, _10Second = 10, _11Second = 11, _12Second = 12, _13Second = 13, _14Second = 14, _15Second = 15,
}

Variants§

§

Unknown = 0

MAVLink enum entry MAV_ODID_TIME_ACC_UNKNOWN.

The timestamp accuracy is unknown.

§

_01Second = 1

MAVLink enum entry MAV_ODID_TIME_ACC_0_1_SECOND.

The timestamp accuracy is smaller than or equal to 0.1 second.

§

_02Second = 2

MAVLink enum entry MAV_ODID_TIME_ACC_0_2_SECOND.

The timestamp accuracy is smaller than or equal to 0.2 second.

§

_03Second = 3

MAVLink enum entry MAV_ODID_TIME_ACC_0_3_SECOND.

The timestamp accuracy is smaller than or equal to 0.3 second.

§

_04Second = 4

MAVLink enum entry MAV_ODID_TIME_ACC_0_4_SECOND.

The timestamp accuracy is smaller than or equal to 0.4 second.

§

_05Second = 5

MAVLink enum entry MAV_ODID_TIME_ACC_0_5_SECOND.

The timestamp accuracy is smaller than or equal to 0.5 second.

§

_06Second = 6

MAVLink enum entry MAV_ODID_TIME_ACC_0_6_SECOND.

The timestamp accuracy is smaller than or equal to 0.6 second.

§

_07Second = 7

MAVLink enum entry MAV_ODID_TIME_ACC_0_7_SECOND.

The timestamp accuracy is smaller than or equal to 0.7 second.

§

_08Second = 8

MAVLink enum entry MAV_ODID_TIME_ACC_0_8_SECOND.

The timestamp accuracy is smaller than or equal to 0.8 second.

§

_09Second = 9

MAVLink enum entry MAV_ODID_TIME_ACC_0_9_SECOND.

The timestamp accuracy is smaller than or equal to 0.9 second.

§

_10Second = 10

MAVLink enum entry MAV_ODID_TIME_ACC_1_0_SECOND.

The timestamp accuracy is smaller than or equal to 1.0 second.

§

_11Second = 11

MAVLink enum entry MAV_ODID_TIME_ACC_1_1_SECOND.

The timestamp accuracy is smaller than or equal to 1.1 second.

§

_12Second = 12

MAVLink enum entry MAV_ODID_TIME_ACC_1_2_SECOND.

The timestamp accuracy is smaller than or equal to 1.2 second.

§

_13Second = 13

MAVLink enum entry MAV_ODID_TIME_ACC_1_3_SECOND.

The timestamp accuracy is smaller than or equal to 1.3 second.

§

_14Second = 14

MAVLink enum entry MAV_ODID_TIME_ACC_1_4_SECOND.

The timestamp accuracy is smaller than or equal to 1.4 second.

§

_15Second = 15

MAVLink enum entry MAV_ODID_TIME_ACC_1_5_SECOND.

The timestamp accuracy is smaller than or equal to 1.5 second.