Exemplo n.º 1
0
 def addUID(self, inputs):
     for i in inputs:
         i['UniqueResponseIdentifier'] = compReg.getNewId()
     return inputs
Exemplo n.º 2
0
 def addUIDAndTDMA(self, inputs, numObjs):
     for i in inputs:
         i['UniqueResponseIdentifier'] = compReg.getNewId()
         i['TDMAId'] = numObjs
         numObjs += 1
     return inputs
Exemplo n.º 3
0
 def addUID(self, inputs):
     for i in inputs:
         i['UniqueResponseIdentifier'] = compReg.getNewId()
     return inputs
Exemplo n.º 4
0
 def addUIDAndTDMA(self, inputs, numObjs):
     for i in inputs:
         i['UniqueResponseIdentifier'] = compReg.getNewId()
         i['TDMAId'] = numObjs
         numObjs += 1
     return inputs