RobotCore  1.0
Raspberry Pi Robot Core Code
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
 Nedu
 Nwpi
 Nfirst
 Nwpilibj
 Nbuttons
 CButton
 CJoystickButton
 CTrigger
 CButtonScheduler
 Ncommand
 CCommand
 CCommandGroup
 CIllegalUseOfCommandException
 CScheduler
 CSubsystem
 NrobotCore
 CAnalogEncoderThe AnalogEncoder class handles up to two potentiometer based analog encoders
 CAnalogInputThe AnalogInput class reads the current analog input from one of the Arduino pins
 CDigitalInputThe DigitalInput class reads one Arduino digital (i.e. 1 or 0) pin
 CEncoderThe Encoder interface is implemented by classes which track an relative position
 CGyroThe Gyro class reads a 3 axis gyro
 CI2CPWMMotorThe I2CPWMMotor Controls one 2 wire PWM motor connected via an I2C board
 CIREncoderThe IREncoder class controls one simple infrared encoder
 CIterativeRobotThe IterativeRobot class is a base class for your robot class
 CJoystickThe Joystick class read the joystick connected to the driver station
 CLoggerThe Logger class provides a mechanism to log messages
 CMotorSpeedControllerThe MotorSpeedController class is used to control a motor base on speed rather than power
 CNetworkThe Network class handles network connections
 CNetworkReceiverThe NetworkReceiver interface provides a callback for received data on a network connection
 CPIDControllerThis PIDController clas implements PID control loop feedback mechanism
 CPIDOutputThis PIDOutput interface allows PIDController to write it's results to its output
 CPIDSourceThis PIDOutput interface allows PIDController to get the current position of the PID source
 CPWMMotorThe PWMMotor class is used to control a motor that requires PWM and direction signals
 CRobotBaseThe RobotBase class provides the base class for all of the main Robot classes
 CRobotDrive
 CSampleRobotThe SampleRobot class is a base class for your robot class
 CServoMotorThe ServoMotor class is used to control a motor that requires single servo PWM signal
 CSpeedControllerThe SpeedController interface is used to control motor devices
 CSpeedEncoderThe SpeedEncoder interface provides the speed of a encoder device
 CVexMotorThe ServoMotor class is used to control a motor that requires single servo PWM signal
 CVexServoThe ServoMotor class is used to control a motor that requires single servo PWM signal