I3.cc File Reference

#include <UDPAppBase.h>
#include <UDPControlInfo_m.h>
#include "UDPSocket.h"
#include <IPAddressResolver.h>
#include <CommonMessages_m.h>
#include <BootstrapOracleAccess.h>
#include <UnderlayConfiguratorAccess.h>
#include <omnetpp.h>
#include <OverlayKey.h>
#include "SHA1.h"
#include "TriggerTable.h"
#include "I3Identifier.h"
#include "I3IPAddress.h"
#include "I3SubIdentifier.h"
#include "I3IdentifierStack.h"
#include "I3Trigger.h"
#include "I3Message_m.h"
#include "I3Message.h"
#include "I3.h"

Functions

std::ostream & operator<< (std::ostream &os, const I3TriggerSet &t)
 Define_Module (I3)


Function Documentation

Define_Module ( I3   ) 

std::ostream& operator<< ( std::ostream &  os,
const I3TriggerSet t 
)

00047 {
00048     os << endl;
00049 
00050     I3TriggerSet::iterator it;
00051     for (it = t.begin(); it != t.end(); it++) {
00052         os << *it << " in " << it->getInsertionTime() << "(" <<
00053         (simulation.simTime() - it->getInsertionTime()) << ")" << endl;
00054     }
00055     return os;
00056 }


Generated on Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5