Public Member Functions | Package Attributes
com.phidgets.event.ServoVelocityChangeEvent Class Reference

List of all members.

Public Member Functions

int getIndex ()
Phidget getSource ()
double getValue ()
 ServoVelocityChangeEvent (Phidget source, int index, double value)
String toString ()

Package Attributes

int index
Phidget source
double value

Detailed Description

This class represents the data for a ServoVelocityChangeEvent.

Author:
Phidgets Inc.

Definition at line 14 of file ServoVelocityChangeEvent.java.


Constructor & Destructor Documentation

com.phidgets.event.ServoVelocityChangeEvent.ServoVelocityChangeEvent ( Phidget  source,
int  index,
double  value 
) [inline]

Class constructor. This is called internally by the phidget library when creating this event.

Parameters:
sourcethe Phidget object from which this event originated

Definition at line 25 of file ServoVelocityChangeEvent.java.


Member Function Documentation

Returns the index of the Servo.

Returns:
the index of the servo

Definition at line 47 of file ServoVelocityChangeEvent.java.

Returns the source Phidget of this event. This is a reference to the Phidget object from which this event was called. This object can be cast into a specific type of Phidget object to call specific device calls on it.

Returns:
the event caller

Definition at line 38 of file ServoVelocityChangeEvent.java.

Return the velocity of the Servo. This is reported back from the Servo controller as the Servo changes speed.

Returns:
the Servo velocity

Definition at line 56 of file ServoVelocityChangeEvent.java.

Returns a string containing information about the event.

Returns:
an informative event string

Definition at line 65 of file ServoVelocityChangeEvent.java.


Member Data Documentation

Definition at line 17 of file ServoVelocityChangeEvent.java.

Definition at line 16 of file ServoVelocityChangeEvent.java.

Definition at line 18 of file ServoVelocityChangeEvent.java.


The documentation for this class was generated from the following file:


pedal_monitor
Author(s): Pedro Mendes
autogenerated on Fri Jun 6 2014 18:37:23