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_PEAK_ENUMS_HPP_
2#define IV_SRC_COMMS_PEAK_ENUMS_HPP_
3
4#include "core/assert.hpp"
5#include "core/defines.hpp"
6
7#include <iostream>
8#include <map>
9
11{
12
13enum class eDriverType
14{
15 NetDev
16};
17
18}// namespace iv::comms::socketcan
19
20#endif//IV_SRC_COMMS_PEAK_ENUMS_HPP_
Definition enums.hpp:11
eDriverType
Definition enums.hpp:14