Changes between Version 2 and Version 3 of Old/Documentation/OTG/ScriptsRepository/ProtoDefColocateSender


Ignore:
Timestamp:
Sep 30, 2005, 3:33:20 AM (19 years ago)
Author:
zhibinwu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Documentation/OTG/ScriptsRepository/ProtoDefColocateSender

    v2 v3  
    3131# for each application.
    3232#
    33 otg1 = p.addApplication(:otg, "test:app:otg")
     33otg1 = p.addApplication(:otg1, "test:app:otg")
    3434otg1.bindProperty('protocol')
    3535otg1.bindProperty('port','port1')
     
    5050)
    5151
    52 otg2 = p.addApplication(:otg, "test:app:otg")
     52otg2 = p.addApplication(:otg2, "test:app:otg")
    5353otg2.bindProperty('protocol')
    5454otg2.bindProperty('port','port2')
     
    5959otg2.bindProperty('broadcast')
    6060
    61 otg3.addMeasurement('senderport',  Filter::TIME,
     61otg2.addMeasurement('senderport',  Filter::TIME,
    6262  {Filter::SAMPLE_SIZE => 1},
    6363  [ 
     
    6868  ]
    6969)
    70 otg3 = p.addApplication(:otg, "test:app:otg")
     70otg3 = p.addApplication(:otg3, "test:app:otg")
    7171otg3.bindProperty('protocol')
    7272otg3.bindProperty('port','port3')