QuectelGnssRK
Loading...
Searching...
No Matches
Data Fields
QuectelGnssRK::LocationCommandContext Struct Reference

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
 
LocationPointpoint
 

Detailed Description

State data passed to the worker thread for getLocation and getLocationAsync calls.

Field Documentation

◆ command

LocationCommand QuectelGnssRK::LocationCommandContext::command

command request from user thread

◆ doneCallback

LocationDoneCallback QuectelGnssRK::LocationCommandContext::doneCallback

call a callback function (if send response is not set)

◆ point

LocationPoint* QuectelGnssRK::LocationCommandContext::point

where to store the location result if not null

◆ publish

bool QuectelGnssRK::LocationCommandContext::publish

publish a loc event if a fix is obtained

◆ sendResponse

bool QuectelGnssRK::LocationCommandContext::sendResponse

send response back to user thread


The documentation for this struct was generated from the following file: