Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_COMMS_NMEA_ENUMS_HPP_
2#define IV_SRC_COMMS_NMEA_ENUMS_HPP_
3
5{
6
10enum class Pole
11{
12 True,
14};
15
16}// namespace iv::comms::nmea0183
17#endif//IV_SRC_COMMS_NMEA_ENUMS_HPP_
Definition enums.hpp:5
Pole
Kinds of North pole.
Definition enums.hpp:11