Go to the source code of this file.
Defines | |
| #define | ALLBITS ((Bitmap_t)0xffffffffl) |
| #define | IPADDR_NONE ((IPAddr_t)0x0) |
| #define | NO_PORT ((PortId_t)0x0) |
| #define | MASK_ALL ((Mask_t)0xffffffffl) |
| #define | MAX_COUNT ((Count_t)0xffffffffl) |
| #define | NODE_NONE ((NodeId_t)0xffffffffl) |
| #define | INFINITE_TIME ((Time_t)1e307) |
| #define | INFINITE_VALUE 1e307 |
| #define | SPEED_LIGHT ((Mult_t)299792458.0) |
| #define | nil 0 |
| #define | PRECISION 1e-10 |
| #define | GCC_VERSION |
Typedefs | |
| typedef double | Time_t |
| typedef unsigned long | SimulatorUid_t |
| typedef unsigned long | Event_t |
| typedef unsigned long | HandlerId_t |
| typedef unsigned long | Count_t |
| typedef long | NCount_t |
| typedef double | DCount_t |
| typedef unsigned long | FId_t |
| typedef unsigned long | Size_t |
| typedef double | Rate_t |
| typedef unsigned long | IPAddr_t |
| typedef unsigned long | Mask_t |
| typedef unsigned long | Proto_t |
| typedef unsigned long | Priority_t |
| typedef unsigned int | Layer_t |
| typedef unsigned long | Version_t |
| typedef unsigned long | NodeId_t |
| typedef unsigned long | PortId_t |
| typedef unsigned long | Bitmap_t |
| typedef unsigned short | Byte_t |
| typedef unsigned short | Word_t |
| typedef unsigned long | Long_t |
| typedef unsigned long | Seq_t |
| typedef double | Mult_t |
| typedef float | Weight_t |
| typedef double | Meters_t |
| typedef unsigned long | Dist_t |
| typedef unsigned long | SystemId_t |
| typedef unsigned long | Color_t |
| typedef double | Angle_t |
| typedef double | Joules_t |
| typedef unsigned long | MPId_t |
|
|
|
|
|
Value: (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 \
+ __GNUC_PATCHLEVEL__)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1