You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
uint8 GEOFENCE_MAX_VERTICES = 16
|
|
|
|
|
|
|
|
uint32 count # number of actual vertices
|
|
|
|
fence_vertex[16] vertices # geofence positions
|