This commit is contained in:
Timur A. Fatkhullin
2025-10-25 19:26:42 +03:00
parent 47c57dca72
commit ec27cd981a
2 changed files with 127 additions and 3 deletions

View File

@@ -682,7 +682,7 @@ protected:
(*this)(value.count(), bytes);
} else if constexpr (mcc_eqt_hrz_coord_c<T>) {
// output format: RA, DEC, HA, AZ, ZD, ALT, X, Y, pair-kind, time-point
// in the case of sexagesimal output X,Y coordinates will be interprateted
// in the case of sexagesimal output X,Y coordinates will be interpretated
// according to value.pair_kind field
if (_currentCoordFormat == MccNetMessageCoordFormat::CFMT_DEGREES) {
std::format_to(std::back_inserter(bytes), "{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}",