Public Member Functions

RL_CANData Class Reference

CANBus data class. More...

#include <RL_CANData.hpp>

List of all members.

Public Member Functions

CANStructgetCANStruct (int index=0)
int getCurrrentSpeed ()
int getBrakePedalPosition ()
int getSteeringWheelPosition ()

Detailed Description

CANBus data class.


Member Function Documentation

int RL_CANData::getBrakePedalPosition (  )

getBrakePedalPosition function: Returns a value between 0-255 to indicate the position of the brake pedal according to the messages on the CAN

Returns:
int - brakePosition
CANStruct * RL_CANData::getCANStruct ( int  index = 0 )

getCANStruct: Returns the current CANStruct with a given index.

Parameters:
intindex - index is between 0 .. 52. CAN_CODE can be used to find the specific code
Returns:
CANStruct* - returns 0 if index is not valid
int RL_CANData::getCurrrentSpeed (  )

getCurrentSpeed: Returns the current speed of the test vehicle as reported on the CAN

Returns:
int average wheel speed
int RL_CANData::getSteeringWheelPosition (  )

getSteeringWheelPosition function : Returns a value between 0-100 to indicate steering wheel position negative for turning left and positive for turning right @ returns int - steeringPosition


The documentation for this class was generated from the following files:
 All Classes Functions Variables