In file components.h:

class linearActuator

component class for linear actuators

Inheritance:


Inherited from component:

Public Fields

oint index
ochar name[COMPONENT_NAME_LEN]
optrList* dependencies
osymbolTableEntry* dependencyRefs

Public Methods

ocomponent& operator=(const component &other)
ovirtual int readValues(symbolTableEntry* valueList)
oint hasDependencies(void) const
oint readValue(double &val, const char* name, symbolTableEntry* &list, int quiet = 0)
oint readValue(int &val, const char* name, symbolTableEntry* &list, int quiet = 0)
oint readValue(char val[COMPONENT_STR_LEN], const char* name, symbolTableEntry* &list, int quiet = 0)
ovoid checkAndFreeSymbols(symbolTableEntry* entry)


Inherited from synObject:

Public Fields

ostatic int staticClassID
oint objectID
oint verboseLevel

Public Methods

ovirtual const char* className(void) const
ovirtual synObject* copy(void) const
ovirtual int isOfType(int typeNum, int derivedOk)
ostatic int setStaticClassID(void)
ovirtual int classID(void) const


Documentation

component class for linear actuators

This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.