Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1
2#ifndef IV_SRC_COMMS_NMEA2K_ENUMS_HPP_
3#define IV_SRC_COMMS_NMEA2K_ENUMS_HPP_
4#include "core/defines.hpp"
5
7{
14
16{
17 switch (pgn)
18 {
19 case 0xEC00:
21 case 0xEB00:
23 default:
25 }
26}
27}// namespace iv::comms::nmea2k
28#endif//IV_SRC_COMMS_NMEA2K_ENUMS_HPP_
Definition enums.hpp:7
ePacketTypes getPacketType(iv::types::comms::pgn pgn)
Definition enums.hpp:15
ePacketTypes
Definition enums.hpp:9
uint32_t pgn
Definition defines.hpp:25