TTEthernet Model for INET Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
TTE4INETDefs.h
Go to the documentation of this file.
1 #ifndef __TTE4INET_TTE4INETDEFS_H
2 #define __TTE4INET_TTE4INETDEFS_H
3 
4 #include <omnetpp.h>
5 
9 #if OMNETPP_VERSION < 0x0402
10 # error At least OMNeT++/OMNEST version 4.2 required
11 #endif
12 
16 #define TTE4INET_VERSION 0x0200
17 
21 #define NUM_RC_PRIORITIES 10
22 
23 
28 #ifndef MIN_ETHERNET_FRAME_BYTES
29 #define MIN_ETHERNET_FRAME_BYTES 64
30 #endif
31 
32 #endif