INET Framework for OMNeT++/OMNEST
ProtocolPrinterRegistry.h File Reference

Classes

class  inet::ProtocolPrinterRegistry
 

Namespaces

 inet
 Copyright (c) 2005 Jan Ringo�, www.ringos.cz.
 

Macros

#define Register_Protocol_Printer(PROTOCOL, CLASSNAME)   EXECUTE_ON_STARTUP(ProtocolPrinterRegistry::globalRegistry.registerProtocolPrinter(PROTOCOL, new CLASSNAME()));
 

Macro Definition Documentation

◆ Register_Protocol_Printer

#define Register_Protocol_Printer (   PROTOCOL,
  CLASSNAME 
)    EXECUTE_ON_STARTUP(ProtocolPrinterRegistry::globalRegistry.registerProtocolPrinter(PROTOCOL, new CLASSNAME()));