Vanetza
 
Loading...
Searching...
No Matches
profile.hpp
1#ifndef PROFILE_HPP_V9RMCGL2
2#define PROFILE_HPP_V9RMCGL2
3
4namespace vanetza
5{
6namespace dcc
7{
8
9enum class Profile : unsigned
10{
11 DP0,
12 DP1,
13 DP2,
14 DP3
15};
16
17} // namespace dcc
18} // namespace vanetza
19
20#endif /* PROFILE_HPP_V9RMCGL2 */
21