File typedefs.hpp
File List > astrea > trace > trace > types > typedefs.hpp
Go to the documentation of this file
#pragma once
#include <cstdint>
namespace astrea {
namespace trace {
using EnumType = uint32_t;
using LatLon = std::pair<Angle, Angle>;
} // namespace trace
} // namespace astrea