#include <app-decorator-trigger.h>
Static Public Member Functions | |
static Ptr< AppDecoratorTrigger > | New (Ptr< RapidNetApplicationBase > app, string name, bool add, list< string > attrs) |
Factory method to create a new object. |
static Ptr<AppDecoratorTrigger> ns3::rapidnet::AppTupleStateTrigger::New | ( | Ptr< RapidNetApplicationBase > | app, | |
string | name, | |||
bool | add, | |||
list< string > | attrs | |||
) | [static] |
Factory method to create a new object.
app | Associated RapidNet application. | |
name | Name of the tuple that triggers the event. | |
add | If true, then the link state is added, removed otherwise. | |
attrs | The names of the attributes in the tuple that are to be recorded. |