codeRev/src/hla/examples/SimpleSharedObjectExample.fed
author muditraajgupta
Sat, 18 Aug 2012 14:56:20 -0400
changeset 7 34c7b09eeb00
permissions -rw-r--r--
Added examples, scripts and cleaned code

(FED
  (Federation Portico-Test)
  (FEDversion v1.3)
  (objects 
    (class ObjectRoot 
      (attribute privilegeToDelete reliable timestamp)
      (class RTIprivate)
      (class PingPong
        (attribute MsgType reliable timestamp)
        (attribute Msg reliable timestamp)
      )
    )
  )
)