This commit is contained in:
2025-10-21 17:48:21 +03:00
parent fc64642bd6
commit 49a2e2f9c1
6 changed files with 69 additions and 778 deletions

View File

@@ -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
*/