I3.cc File Reference

#include "BaseApp.h"
#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"

Namespaces

namespace  std

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 
)

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


Generated on Thu Apr 17 13:19:27 2008 for ITM OverSim by  doxygen 1.5.3