Uses of Class
rp1.rossum.event.RsEvent

Packages that use RsEvent
rp1.rossum Provides classes to be used as the basis of both the RP1 simulator and client applications. 
rp1.rossum.event Provides classes to be used for RP1 Events; relevant to client applications. 
 

Uses of RsEvent in rp1.rossum
 

Methods in rp1.rossum with parameters of type RsEvent
 void RsConnection.sendEvent(RsEvent t)
           
 

Uses of RsEvent in rp1.rossum.event
 

Subclasses of RsEvent in rp1.rossum.event
 class RsContactSensorEvent
          An event generated by the simulator when a contact sensor undergoes a change in state.
 class RsEncoderStatusEvent
          Provides data for encoder data; because this is a transitional implementation it is not treated as a true sensor event.
 class RsHeartbeatEvent
          An event generated by the simulator at fixed intervals upon request by the client.
 class RsMotionHaltedEvent
          An event generated by the simulator when a motion is terminated or completed.
 class RsMotionStartedEvent
          An event generated by the simulator when a motion is begun.
 class RsMouseClickEvent
          An eventgenerated by the simulator when the client clicks the mouse within the simulator GUI.
 class RsPaintSensorEvent
          An event generated by the simulator when a paint sensor undergoes a change in state.
 class RsPlacementEvent
          An event generated by the simulator when it accepts placement of a robot.
 class RsPlanEvent
          An event generated by the simulator on request by the application for communicating the floor-plan data.
 class RsPositionEvent
          An event generated by the simulator on request by the application to obtain position data.
 class RsRangeSensorEvent
          An event generated by the simulator when a range sensor undergoes a change in state.
 class RsSensorEvent
          The base class for all sensor-related events.
 class RsTargetSelectionEvent
          An event issued when the user selects a specific target of interest.
 class RsTargetSensorEvent
          An event issued when a target sensor undergoes a state change.
 class RsTimeoutEvent
          An event issued by request after a client specified timeout period expires.