6 #ifndef SWIFT_MISC_AVIATION_ATCSTATIONLIST_H
7 #define SWIFT_MISC_AVIATION_ATCSTATIONLIST_H
24 namespace swift::misc::aviation
47 bool hasComUnitTunedInChannelSpacing(
const CComSystem &comUnit)
const;
56 int setOnline(
const CCallsign &callsign,
bool online);
66 int removeIfOutsideRange();
72 void sortByAtcSuffixSortOrderAndDistance();
Generic ordered container with value semantics.
Generic sequential container with value semantics.
CSequence()=default
Default constructor.
Value object for a list of ATC stations.
Value object encapsulating information of a callsign.
List of objects with callsign.
List of objects with geo coordinates.
Value object encapsulating a list of voice rooms.
#define SWIFT_DECLARE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template declaration of mixins for a CSequence subclass to be placed near the top of the hea...
#define SWIFT_MISC_EXPORT
Export a class or function from the library.