vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CarSim::CarExecutionUnit Member List

This is the complete list of members for CarSim::CarExecutionUnit, including all inherited members.

Ability(const char *theAbilityName)vrecko::Abilityprotected
addInputPin(InputPinBase *pin)vrecko::BaseClass
addNotification(BaseClass *receiver, unsigned long notificationTypes)vrecko::BaseClass
addOutputPin(OutputPinBase *pin)vrecko::BaseClass
addRequestInputPin(RequestInputPinBase *pin)vrecko::BaseClass
addRequestOutputPin(RequestOutputPinBase *pin)vrecko::BaseClass
attributevrecko::BaseClassprotected
attributeLockvrecko::BaseClassprotected
AttributeMap typedefvrecko::BaseClassprotected
BaseClass(const char *startingSenderString)vrecko::BaseClass
BaseClass(BaseClass &bc)vrecko::BaseClass
blink(const float lastFrameLength)CarSim::CarExecutionUnitprotected
brakeLightStateCarSim::CarExecutionUnitprotected
CarExecutionUnit()CarSim::CarExecutionUnit
CarExecutionUnit(const CarSize &carSize, const float maxSpeed, const float minSpeed, const float maxAcc, const float minAcc, const float maxDispWheelAngle, std::vector< osg::MatrixTransform * > *const pWheelsVec, const float wheelR, Lights *const pLights, const osg::Vec3 &carDirection, const osg::Vec3 &carNormal, const osg::Vec3 &carPositionOnRoad, vrecko::EnvironmentObject *const pFutureCarEOownerToSet)CarSim::CarExecutionUnit
carStateCarSim::CarExecutionUnitprotected
checkXMLparameters()CarSim::CarExecutionUnitprotected
clean(void)vrecko::Abilityinlinevirtual
computeCarState(const float lastFrameLength)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InAcc, vrecko::MessageFloat)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InWheelAngle, vrecko::MessageFloat)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InStop, vrecko::MessageVoid)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InUpdate, vrecko::MessageFloat)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InInitNormal, vrecko::MessageVec3)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InInitDirection, vrecko::MessageVec3)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InInitPosition, vrecko::MessageVec3)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InSetCarNormal, vrecko::MessageVec3)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InPushCarInNormalDir, vrecko::MessageFloat)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InPushCarInDirectionCrossNormalDir, vrecko::MessageFloat)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InSetBlinker, vrecko::MessageUnsignedInt)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InShow, vrecko::MessageVoid)CarSim::CarExecutionUnitprotected
DECLARE_INPUT(InHide, vrecko::MessageVoid)CarSim::CarExecutionUnitprotected
DECLARE_REQUEST_INPUT(InGetCarState, vrecko::MessageVoid, MessageCarStatePtr)CarSim::CarExecutionUnitprotected
DECLARE_REQUEST_INPUT(InGetCarLength, vrecko::MessageVoid, vrecko::MessageFloat)CarSim::CarExecutionUnitprotected
deleteAttribute(const std::string &attr_name)vrecko::BaseClass
findPinInList(const char *strName, PinList *pinList)vrecko::BaseClassinlineprotected
frontLightStateCarSim::CarExecutionUnitprotected
getAttribute(const std::string &attr_name)vrecko::BaseClassinline
getAttribute(const char *attr_name)vrecko::BaseClassinline
getID(void) const vrecko::Abilityinline
getInputPin(const char *strName)vrecko::BaseClass
getName() const vrecko::Abilityinline
getOutputPin(const char *strName)vrecko::BaseClass
getOwner(void)vrecko::Abilityinline
getParameterVector(void)vrecko::Abilityinlinevirtual
getPluginName(void) const vrecko::Abilityinline
getPriority(void) const vrecko::BaseClassinline
getRequestInputPin(const char *strName)vrecko::BaseClass
getRequestOutputPin(const char *strName)vrecko::BaseClass
getSceneFile() const vrecko::BaseClassinline
getSenderString(void)vrecko::Abilityvirtual
initDirection(const osg::Vec3 &dir)CarSim::CarExecutionUnitprotected
initialize(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *parameters=NULL)vrecko::BaseClassvirtual
initializeFromString(const char *xmlString)vrecko::BaseClassvirtual
initNormal(const osg::Vec3 &normal)CarSim::CarExecutionUnitprotected
inputPinsListvrecko::BaseClassprotected
inputPresent(const std::string &name)vrecko::BaseClass
isGenCarCarSim::CarExecutionUnitprotected
isUpdated(void)vrecko::Ability
loadGeometryParts()CarSim::CarExecutionUnitprotected
loadXMLParameters(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *pParametersNode)CarSim::CarExecutionUnitvirtual
vrecko::Ability::loadXMLParameters(const char *xmlString)vrecko::BaseClassvirtual
maxDispWheelAngleCarSim::CarExecutionUnitprotected
maxSpeedCarSim::CarExecutionUnitprotected
minSpeedCarSim::CarExecutionUnitprotected
NOTIFICATION_ALL enum valuevrecko::BaseClass
NOTIFICATION_DELETE_CLASS enum valuevrecko::BaseClass
NOTIFICATION_EO_REGISTERING enum valuevrecko::BaseClass
NOTIFICATION_EO_UNREGISTERING enum valuevrecko::BaseClass
NOTIFICATION_PROGRAM_TERMINATION enum valuevrecko::BaseClass
notificationsvrecko::BaseClassprotected
notificationsLockvrecko::BaseClassprotected
NotificationTypes enum namevrecko::BaseClass
outputPinsListvrecko::BaseClassprotected
outputPresent(const std::string &name)vrecko::BaseClass
parameterStringvrecko::Abilityprotected
ParameterVector typedefvrecko::Ability
pGeometryPartsPathCarSim::CarExecutionUnitprotected
PinList typedefvrecko::BaseClassprotected
pLeftWheelsPosVecCarSim::CarExecutionUnitprotected
pLightsCarSim::CarExecutionUnitprotected
postInitialize(void)vrecko::BaseClassinlinevirtual
pOwnervrecko::Abilityprotected
preInitialize(void)CarSim::CarExecutionUnitvirtual
priorityvrecko::BaseClassprotected
processEvent(const std::string &input_name, VreckoMessage *pMessage)vrecko::BaseClassvirtual
processNotification(BaseClass *sender, unsigned long notificationType, void *notificationData)vrecko::BaseClassinlineprotectedvirtual
processRequest(const std::string &request_input_name, VreckoMessage *pMessage)vrecko::BaseClassvirtual
pWheelsVecCarSim::CarExecutionUnitprotected
removeInputPin(InputPinBase *pin)vrecko::BaseClass
removeNotification(BaseClass *receiver, unsigned long notificationTypes=NOTIFICATION_ALL)vrecko::BaseClass
removeOutputPin(OutputPinBase *pin)vrecko::BaseClass
removeRequestInputPin(RequestInputPinBase *pin)vrecko::BaseClass
removeRequestOutputPin(RequestOutputPinBase *pin)vrecko::BaseClass
reportError(const std::string &error)vrecko::BaseClass
requestInputPinsListvrecko::BaseClassprotected
requestOutputPinsListvrecko::BaseClassprotected
saveXMLParameters(XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *)vrecko::BaseClassinlinevirtual
sceneFilevrecko::BaseClassprotected
senderStringvrecko::BaseClassprotected
sendNotifications(unsigned long notificationType, void *notificationData)vrecko::BaseClassprotected
setAttribute(const std::string &attr_name, int attr_value)vrecko::BaseClassinline
setID(const char *pID)vrecko::Ability
setOwner(BaseClass *owner)vrecko::Abilityinline
setPluginName(const char *pName)vrecko::Ability
setPriority(long int pr)vrecko::BaseClassinline
setSceneFile(const std::string &sceneFileName)vrecko::BaseClass
switchLight(const unsigned int lightType, const unsigned int lightState)CarSim::CarExecutionUnitprotected
timeFromLastBlinkStartCarSim::CarExecutionUnitprotected
update(void)CarSim::CarExecutionUnitvirtual
updatedvrecko::Abilityprotected
vPreviousCarSim::CarExecutionUnitprotected
wheelDisplayAngleAroundNormalCarSim::CarExecutionUnitprotected
wheelRCarSim::CarExecutionUnitprotected
wheelRotateAngleCarSim::CarExecutionUnitprotected
wheelsInitMatrixVecCarSim::CarExecutionUnitprotected
~Ability()vrecko::Abilityvirtual
~BaseClass()vrecko::BaseClassvirtual
~CarExecutionUnit()CarSim::CarExecutionUnit