Vanetza
 
Loading...
Searching...
No Matches
access_category.hpp File Reference
#include <iosfwd>
Include dependency graph for access_category.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Enumeration Type Documentation

◆ AccessCategory

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.

Function Documentation

◆ operator<<()

std::ostream & vanetza::access::operator<< ( std::ostream &  os,
AccessCategory  ac 
)

Definition at line 9 of file access_category.cpp.

Variable Documentation

◆ BE

BE = 3

Best effort.

Definition at line 20 of file access_category.hpp.

◆ BK

BK = 1

Background (lowest priority)

Definition at line 19 of file access_category.hpp.

◆ VI

VI = 5

Video.

Definition at line 21 of file access_category.hpp.

◆ VO

VO = 7

Voice (highest priority)

Definition at line 22 of file access_category.hpp.