...
This commit is contained in:
@@ -286,6 +286,14 @@ public:
|
||||
}
|
||||
|
||||
|
||||
error_t getTarget(mcc_skypoint_c auto* sp)
|
||||
{
|
||||
sp = _enteredTargetPos;
|
||||
|
||||
return MccTelemetryErrorCode::ERROR_OK;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// blocks the current thread until telemetry data is received.
|
||||
// the maximum blocking time is equal to the set timeout (see setTelemetryDataTimeout method)
|
||||
|
||||
Reference in New Issue
Block a user