Classes | |
struct | cxd56_geofence_region_s |
Region center point and radius data. More... | |
struct | cxd56_geofence_mode_s |
Geofence mode setting parameter. More... | |
struct | cxd56_geofence_trans_s |
The transition data. More... | |
struct | cxd56_geofence_status_s |
Geofence output data structer. More... | |
Variables | |
uint8_t | id |
long | latitude |
long | longitude |
uint16_t | radius |
uint16_t | deadzone |
uint16_t | dwell_detecttime |
uint8_t | id |
uint8_t | status |
uint8_t | update |
struct cxd56_geofence_trans_s | status [CXD56_GEOFENCE_REGION_CAPACITY] |
uint8_t id |
Region ID
The range of ID is 0 to 19.
long latitude |
Latitude (degree) of the center position of the region.
long longitude |
Longitude (degree) of the center position of the region.
uint16_t radius |
Radius (m) of the region.
uint16_t deadzone |
dead zone [meter]
uint16_t dwell_detecttime |
Dewlling period time [sec]
uint8_t id |
Region ID
uint8_t status |
Transition status.
The status is CXD56_GEOFENCE_TRANSITION_EXIT or CXD56_GEOFENCE_TRANSITION_ENTER or CXD56_GEOFENCE_TRANSITION_DWELL.
uint8_t update |
Updated region ID count
struct cxd56_geofence_trans_s status[CXD56_GEOFENCE_REGION_CAPACITY] |
The detail data od updated region ID