#include <iosfwd>
Go to the source code of this file.
Enumerations | |
enum class | vanetza::access::AccessCategory { BK = 1 , BE = 3 , VI = 5 , VO = 7 } |
AccessCategory represents packet priority at link layer. More... | |
Functions | |
std::ostream & | vanetza::access::operator<< (std::ostream &os, AccessCategory ac) |
Variables | |
BK = 1 | |
Background (lowest priority) | |
BE = 3 | |
Best effort. | |
VI = 5 | |
Video. | |
VO = 7 | |
Voice (highest priority) | |
|
strong |
AccessCategory represents packet priority at link layer.
See ETSI EN 302 663 V1.2.1 (2013-07), Table B.3
Enumerator | |
---|---|
BK | Background (lowest priority) |
BE | Best effort. |
VI | Video. |
VO | Voice (highest priority) |
Definition at line 18 of file access_category.hpp.
std::ostream & vanetza::access::operator<< | ( | std::ostream & | os, |
AccessCategory | ac | ||
) |
Definition at line 9 of file access_category.cpp.
BE = 3 |
Best effort.
Definition at line 20 of file access_category.hpp.
BK = 1 |
Background (lowest priority)
Definition at line 19 of file access_category.hpp.
VI = 5 |
Video.
Definition at line 21 of file access_category.hpp.
VO = 7 |
Voice (highest priority)
Definition at line 22 of file access_category.hpp.