[lib] Add position in owl_request

This commit is contained in:
Matteo Cypriani 2011-03-31 15:33:53 +02:00
parent 5945617994
commit 6823cd4028
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@ typedef struct _owl_request
uint8_t mobile_mac_addr_bytes[ETHER_ADDR_LEN] ; // MAC of the mobile
owl_timestamp request_time ; // Request ID (timestamp on the mobile)
uint16_t nb_info ; // Number of (listener MAC;signal strength) couples
/* Calibration data */
float x_position ;
float y_position ;
float z_position ;
owl_direction direction ;
} owl_request ;