In file components.h:

class rotaryActuator

Class for rotary electric motors.

Inheritance:


Public Fields

[more]double density
density of the motor; computed from mass, length, & diameter
[more]double length
the length of the motor
[more]double diameter
the diameter of the motor
[more]double stallTorque
the torque at which the motor stalls
[more]double contTorque
the continuous torque rating of the motor
[more]double maxVel
the maximum velocity of the motor
[more]double ks
speed constant (rpm/V in the file format)
[more]double kt
torque constant (N/A in the file format)
[more]double i0
no-load current
[more]double R
motor resistance
[more]double I
rotor inertia
[more]double g
speed/torque gradient


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

Class for rotary electric motors. The assumed geometric model is a cylinder whose axis is aligned with the axis of rotation.
odouble density
density of the motor; computed from mass, length, & diameter

odouble length
the length of the motor

odouble diameter
the diameter of the motor

odouble stallTorque
the torque at which the motor stalls

odouble contTorque
the continuous torque rating of the motor

odouble maxVel
the maximum velocity of the motor

odouble ks
speed constant (rpm/V in the file format)

odouble kt
torque constant (N/A in the file format)

odouble i0
no-load current

odouble R
motor resistance

odouble I
rotor inertia

odouble g
speed/torque gradient


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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