26 #ifndef __SIMPLENODEENTRY_H
27 #define __SIMPLENODEENTRY_H
31 #include <IPvXAddress.h>
33 #include "UDPPacket_m.h"
34 #include "TCPSegment.h"
53 static void setDim(uint8_t dimension) { dim = dimension; };
80 SimpleNodeEntry(cModule* node, cChannelType* typeRx, cChannelType* typeTx,
81 uint32_t sendQueueLength, uint32_t fieldSize);
93 SimpleNodeEntry(cModule* node, cChannelType* typeRx, cChannelType* typeTx,
149 bool faultyDelay =
false);
164 std::string
info()
const;
234 #endif // __SIMPLENODEENTRY_H