EMANE  1.0.1
eventgenerator.h File Reference
#include "emane/component.h"
#include "emane/componenttypes.h"
#include "emane/platformserviceuser.h"
#include "emane/buildable.h"
#include <string>
#include <list>

Go to the source code of this file.

Classes

class  EMANE::EventGenerator
 Base class for all event generators. More...
 

Namespaces

 EMANE
 

Macros

#define DECLARE_EVENT_GENERATOR(X)
 

Macro Definition Documentation

◆ DECLARE_EVENT_GENERATOR

#define DECLARE_EVENT_GENERATOR (   X)
Value:
{return new X(p);} \
extern "C" void destroy(EMANE::EventGenerator * p) \
{delete p;}
The PlatformServiceProvider interface provides access to emulator services.
Base class for all event generators.

Definition at line 69 of file eventgenerator.h.