INET Framework for OMNeT++/OMNEST
ospf/skript.py File Reference

Go to the source code of this file.

Namespaces

namespace  skript

Variables

tuple skript.subor = file('scenario3.xml','r')
int skript.i = 0
list skript.ev_starts = []
list skript.convergence_time = []
tuple skript.stlpce = riadok.split()
int skript.packet_send = 0
int skript.packet_received = 0
dictionary skript.sent_time = {}
dictionary skript.receive_list = {}
dictionary skript.receive_delay = {}
int skript.index = 0
list skript.event = ev_starts[index]
int skript.started = 0
list skript.stage_delay = []
int skript.inserted = 0
tuple skript.rangelist = range(len(receive_list))
list skript.conv_droped = []
int skript.droped = 0
tuple skript.event_st = float(ev_starts[index])
tuple skript.event_end = float(ev_starts[index])