|
INET Framework for OMNeT++/OMNEST
|
#include "PacketDrillApp.h"#include <stdlib.h>#include <stdio.h>#include "inet/common/ModuleAccess.h"#include "inet/common/lifecycle/NodeStatus.h"#include "inet/networklayer/common/L3AddressResolver.h"#include "PacketDrillUtils.h"#include "PacketDrillInfo_m.h"#include "inet/transportlayer/udp/UDPPacket_m.h"#include "inet/networklayer/ipv4/IPv4Datagram_m.h"#include "inet/transportlayer/contract/sctp/SCTPCommand_m.h"#include "inet/transportlayer/sctp/SCTPAssociation.h"Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
| #define | MSGKIND_START 0 |
| #define | MSGKIND_EVENT 1 |
Functions | |
| Define_Module (PacketDrillApp) | |
| #define MSGKIND_EVENT 1 |
Referenced by inet::PacketDrillApp::handleTimer(), and inet::PacketDrillApp::initialize().
| #define MSGKIND_START 0 |
Referenced by inet::PacketDrillApp::handleTimer(), and inet::PacketDrillApp::initialize().
| Define_Module | ( | PacketDrillApp | ) |