Download this file

IntBbPDUFG.cc    12 lines (8 with data), 301 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#include "IntBbPDUFG.h"
void IntBbPDUFG::onPolicyInit(){
//Set Forwarding policy
fwd = check_and_cast<IntBbPDUForwarding *>(getModuleByPath("^.pduForwardingPolicy"));
//Set Routing policy
routing = check_and_cast<IntBbRouting *>(getModuleByPath("^.routingPolicy"));
onBIni();
}