1#ifndef PORTS_HPP_T2IEFSSC
2#define PORTS_HPP_T2IEFSSC
4#include <vanetza/common/byte_order.hpp>
11typedef uint16be_t port_type;
17static const port_type CAM = host_cast<uint16_t>(2001);
18static const port_type DENM = host_cast<uint16_t>(2002);
19static const port_type TOPO = host_cast<uint16_t>(2003);
20static const port_type SPAT = host_cast<uint16_t>(2004);
21static const port_type SAM = host_cast<uint16_t>(2005);
22static const port_type IVIM = host_cast<uint16_t>(2006);
23static const port_type SREM = host_cast<uint16_t>(2007);
24static const port_type SSEM = host_cast<uint16_t>(2008);
25static const port_type CPM = host_cast<uint16_t>(2009);
26static const port_type EVCSN_POI = host_cast<uint16_t>(2010);
27static const port_type TRM = host_cast<uint16_t>(2011);
28static const port_type TCM = host_cast<uint16_t>(2011);
29static const port_type VDRM = host_cast<uint16_t>(2011);
30static const port_type VDPM = host_cast<uint16_t>(2011);
31static const port_type EOFM = host_cast<uint16_t>(2011);
32static const port_type EV_RSR = host_cast<uint16_t>(2012);
33static const port_type RTCMEM = host_cast<uint16_t>(2013);
34static const port_type CTLM = host_cast<uint16_t>(2014);
35static const port_type CRLM = host_cast<uint16_t>(2015);
36static const port_type EC_AT_REQUEST = host_cast<uint16_t>(2016);
37static const port_type MCDM = host_cast<uint16_t>(2017);
38static const port_type VAM = host_cast<uint16_t>(2018);
39static const port_type IMZM = host_cast<uint16_t>(2019);