...
This commit is contained in:
@@ -49,7 +49,10 @@ namespace mcc
|
||||
struct MccTelemetryCategory : public std::error_category {
|
||||
MccTelemetryCategory() : std::error_category() {}
|
||||
|
||||
const char* name() const noexcept { return "ALTITUDE-LIMIT-PZ"; }
|
||||
const char* name() const noexcept
|
||||
{
|
||||
return "ALTITUDE-LIMIT-PZ";
|
||||
}
|
||||
|
||||
std::string message(int ec) const
|
||||
{
|
||||
@@ -576,7 +579,10 @@ public:
|
||||
}
|
||||
|
||||
|
||||
bool isInternalTelemetryDataUpdating() const { return *_internalUpdating; }
|
||||
bool isInternalTelemetryDataUpdating() const
|
||||
{
|
||||
return *_internalUpdating;
|
||||
}
|
||||
|
||||
|
||||
error_t updateTelemetryData(traits::mcc_time_duration_c auto const& timeout)
|
||||
@@ -646,7 +652,7 @@ public:
|
||||
{
|
||||
/*
|
||||
* If apparent coordinates are specified (e.g. AZZD),
|
||||
* they are assumed to be fixed in time,
|
||||
* they are assumed to be fixed in time (i.e. pt.time_point will be ignored),
|
||||
* and other coordinates will be calculated from them
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user