Skip to content

GeofenceStatus (UORB message)

TOPICS: geofence_status

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64time since system start (microseconds)
geofence_iduint32loaded geofence id
statusuint8Current geofence status

Constants

NameTypeValueDescription
GF_STATUS_LOADINGuint80
GF_STATUS_READYuint81

Source Message

Source file (GitHub)

Click here to see original file
c
uint64 timestamp                        # time since system start (microseconds)

uint32 geofence_id 			# loaded geofence id
uint8 status 				# Current geofence status

uint8 GF_STATUS_LOADING = 0
uint8 GF_STATUS_READY = 1