15#include "usmtf_export.h"
61 using Leg = std::tuple<size_t, LatLon, LatLon, TrackWidth, VerticalDimension>;
62 using Legs = std::vector<Leg>;
63 OneTrack(
const std::string& aSTF,
const std::vector<Field>& aFields)
noexcept;
69 bool AreLegsSequential(const
std::
string& aLegSequence,
size_t aCurrentIteration);
const Legs & GetLegs() const noexcept
Definition Onetrack.cpp:45
std::tuple< size_t, LatLon, LatLon, TrackWidth, VerticalDimension > Leg
Definition Onetrack.hpp:61
OneTrack(const std::string &aSTF, const std::vector< Field > &aFields) noexcept
Definition Onetrack.cpp:19
OneTrack(const OneTrack &)=delete
std::vector< Leg > Legs
Definition Onetrack.hpp:62
TabularSet(const std::string &aSTF, const std::vector< Field > &aFields, const size_t aHeaderOffset=1) noexcept
Definition TabularSet.cpp:18
Template specialization for wsf::comm::Address. Allows usage of Address in std::unordered_map/set.
Definition WsfCommAddress.hpp:185