Uses of Interface
rp1.simulator.SimStateDataInterface

Packages that use SimStateDataInterface
rp1.simulator Provides classes to be used for the RP1 simulator internals. 
 

Uses of SimStateDataInterface in rp1.simulator
 

Classes in rp1.simulator that implement SimStateDataInterface
 class SimCanvas
          The canvas on which the simulation picture is rendered; contains the high-level rendering methods.
 class SimSession
          The main class providing session data and related methods.
 class SimStateDataExchange
          Provides a temporary repository for state data (body states and paint box information) to allow different threads to transfer state data; currently used to transfer information from the main session thread to SimCanvas thread for rendering.
 

Methods in rp1.simulator with parameters of type SimStateDataInterface
 void SimStateDataExchange.retrieveStateData(SimStateDataInterface receiver)
           
 void SimStateDataExchange.storeStateData(SimStateDataInterface source)