|
QuectelGnssRK
|
State data passed to the worker thread for getLocation and getLocationAsync calls. More...
#include <QuectelGnssRK.h>
Data Fields | |
| LocationCommand | command |
| bool | sendResponse |
| LocationDoneCallback | doneCallback |
| bool | publish |
| LocationPoint * | point |
State data passed to the worker thread for getLocation and getLocationAsync calls.
| LocationCommand QuectelGnssRK::LocationCommandContext::command |
command request from user thread
| LocationDoneCallback QuectelGnssRK::LocationCommandContext::doneCallback |
call a callback function (if send response is not set)
| LocationPoint* QuectelGnssRK::LocationCommandContext::point |
where to store the location result if not null
| bool QuectelGnssRK::LocationCommandContext::publish |
publish a loc event if a fix is obtained
| bool QuectelGnssRK::LocationCommandContext::sendResponse |
send response back to user thread