Ability(const char *theAbilityName) | vrecko::Ability | protected |
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 | |
attribute | vrecko::BaseClass | protected |
attributeLock | vrecko::BaseClass | protected |
AttributeMap typedef | vrecko::BaseClass | protected |
BaseClass(const char *startingSenderString) | vrecko::BaseClass | |
BaseClass(BaseClass &bc) | vrecko::BaseClass | |
blink(const float lastFrameLength) | CarSim::CarExecutionUnit | protected |
brakeLightState | CarSim::CarExecutionUnit | protected |
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 | |
carState | CarSim::CarExecutionUnit | protected |
checkXMLparameters() | CarSim::CarExecutionUnit | protected |
clean(void) | vrecko::Ability | inlinevirtual |
computeCarState(const float lastFrameLength) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InAcc, vrecko::MessageFloat) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InWheelAngle, vrecko::MessageFloat) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InStop, vrecko::MessageVoid) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InUpdate, vrecko::MessageFloat) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InInitNormal, vrecko::MessageVec3) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InInitDirection, vrecko::MessageVec3) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InInitPosition, vrecko::MessageVec3) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InSetCarNormal, vrecko::MessageVec3) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InPushCarInNormalDir, vrecko::MessageFloat) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InPushCarInDirectionCrossNormalDir, vrecko::MessageFloat) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InSetBlinker, vrecko::MessageUnsignedInt) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InShow, vrecko::MessageVoid) | CarSim::CarExecutionUnit | protected |
DECLARE_INPUT(InHide, vrecko::MessageVoid) | CarSim::CarExecutionUnit | protected |
DECLARE_REQUEST_INPUT(InGetCarState, vrecko::MessageVoid, MessageCarStatePtr) | CarSim::CarExecutionUnit | protected |
DECLARE_REQUEST_INPUT(InGetCarLength, vrecko::MessageVoid, vrecko::MessageFloat) | CarSim::CarExecutionUnit | protected |
deleteAttribute(const std::string &attr_name) | vrecko::BaseClass | |
findPinInList(const char *strName, PinList *pinList) | vrecko::BaseClass | inlineprotected |
frontLightState | CarSim::CarExecutionUnit | protected |
getAttribute(const std::string &attr_name) | vrecko::BaseClass | inline |
getAttribute(const char *attr_name) | vrecko::BaseClass | inline |
getID(void) const | vrecko::Ability | inline |
getInputPin(const char *strName) | vrecko::BaseClass | |
getName() const | vrecko::Ability | inline |
getOutputPin(const char *strName) | vrecko::BaseClass | |
getOwner(void) | vrecko::Ability | inline |
getParameterVector(void) | vrecko::Ability | inlinevirtual |
getPluginName(void) const | vrecko::Ability | inline |
getPriority(void) const | vrecko::BaseClass | inline |
getRequestInputPin(const char *strName) | vrecko::BaseClass | |
getRequestOutputPin(const char *strName) | vrecko::BaseClass | |
getSceneFile() const | vrecko::BaseClass | inline |
getSenderString(void) | vrecko::Ability | virtual |
initDirection(const osg::Vec3 &dir) | CarSim::CarExecutionUnit | protected |
initialize(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *parameters=NULL) | vrecko::BaseClass | virtual |
initializeFromString(const char *xmlString) | vrecko::BaseClass | virtual |
initNormal(const osg::Vec3 &normal) | CarSim::CarExecutionUnit | protected |
inputPinsList | vrecko::BaseClass | protected |
inputPresent(const std::string &name) | vrecko::BaseClass | |
isGenCar | CarSim::CarExecutionUnit | protected |
isUpdated(void) | vrecko::Ability | |
loadGeometryParts() | CarSim::CarExecutionUnit | protected |
loadXMLParameters(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *pParametersNode) | CarSim::CarExecutionUnit | virtual |
vrecko::Ability::loadXMLParameters(const char *xmlString) | vrecko::BaseClass | virtual |
maxDispWheelAngle | CarSim::CarExecutionUnit | protected |
maxSpeed | CarSim::CarExecutionUnit | protected |
minSpeed | CarSim::CarExecutionUnit | protected |
NOTIFICATION_ALL enum value | vrecko::BaseClass | |
NOTIFICATION_DELETE_CLASS enum value | vrecko::BaseClass | |
NOTIFICATION_EO_REGISTERING enum value | vrecko::BaseClass | |
NOTIFICATION_EO_UNREGISTERING enum value | vrecko::BaseClass | |
NOTIFICATION_PROGRAM_TERMINATION enum value | vrecko::BaseClass | |
notifications | vrecko::BaseClass | protected |
notificationsLock | vrecko::BaseClass | protected |
NotificationTypes enum name | vrecko::BaseClass | |
outputPinsList | vrecko::BaseClass | protected |
outputPresent(const std::string &name) | vrecko::BaseClass | |
parameterString | vrecko::Ability | protected |
ParameterVector typedef | vrecko::Ability | |
pGeometryPartsPath | CarSim::CarExecutionUnit | protected |
PinList typedef | vrecko::BaseClass | protected |
pLeftWheelsPosVec | CarSim::CarExecutionUnit | protected |
pLights | CarSim::CarExecutionUnit | protected |
postInitialize(void) | vrecko::BaseClass | inlinevirtual |
pOwner | vrecko::Ability | protected |
preInitialize(void) | CarSim::CarExecutionUnit | virtual |
priority | vrecko::BaseClass | protected |
processEvent(const std::string &input_name, VreckoMessage *pMessage) | vrecko::BaseClass | virtual |
processNotification(BaseClass *sender, unsigned long notificationType, void *notificationData) | vrecko::BaseClass | inlineprotectedvirtual |
processRequest(const std::string &request_input_name, VreckoMessage *pMessage) | vrecko::BaseClass | virtual |
pWheelsVec | CarSim::CarExecutionUnit | protected |
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 | |
requestInputPinsList | vrecko::BaseClass | protected |
requestOutputPinsList | vrecko::BaseClass | protected |
saveXMLParameters(XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *) | vrecko::BaseClass | inlinevirtual |
sceneFile | vrecko::BaseClass | protected |
senderString | vrecko::BaseClass | protected |
sendNotifications(unsigned long notificationType, void *notificationData) | vrecko::BaseClass | protected |
setAttribute(const std::string &attr_name, int attr_value) | vrecko::BaseClass | inline |
setID(const char *pID) | vrecko::Ability | |
setOwner(BaseClass *owner) | vrecko::Ability | inline |
setPluginName(const char *pName) | vrecko::Ability | |
setPriority(long int pr) | vrecko::BaseClass | inline |
setSceneFile(const std::string &sceneFileName) | vrecko::BaseClass | |
switchLight(const unsigned int lightType, const unsigned int lightState) | CarSim::CarExecutionUnit | protected |
timeFromLastBlinkStart | CarSim::CarExecutionUnit | protected |
update(void) | CarSim::CarExecutionUnit | virtual |
updated | vrecko::Ability | protected |
vPrevious | CarSim::CarExecutionUnit | protected |
wheelDisplayAngleAroundNormal | CarSim::CarExecutionUnit | protected |
wheelR | CarSim::CarExecutionUnit | protected |
wheelRotateAngle | CarSim::CarExecutionUnit | protected |
wheelsInitMatrixVec | CarSim::CarExecutionUnit | protected |
~Ability() | vrecko::Ability | virtual |
~BaseClass() | vrecko::BaseClass | virtual |
~CarExecutionUnit() | CarSim::CarExecutionUnit | |