Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Examples

ExtrapolatedRemoteProperty Member List

This is the complete list of members for ExtrapolatedRemoteProperty, including all inherited members.
addExtrapolationListener(ExtrapolatedPropertyListener *x)ExtrapolatedRemoteProperty [virtual]
ExtrapolatedProperty::addPropertyListener(PropertyListener *pl, bool refresh=true)Property [virtual]
BufferedRemoteProperty::addPropertyListener(PropertyListener *pl, bool refresh=true)RemoteProperty [virtual]
allbrpsBufferedRemoteProperty [protected, static]
allexpsExtrapolatedProperty [protected, static]
AllExpSet typedefExtrapolatedProperty [protected]
ExtrapolatedProperty::asyncRead()Property [virtual]
ExtrapolatedProperty::asyncRead(int start, int length)Property [virtual]
BufferedRemoteProperty::asyncRead()RemoteProperty [virtual]
BufferedRemoteProperty::asyncRead(int start, int length)RemoteProperty [virtual]
BufferedRemoteProperty(MetaObject *superobject)BufferedRemoteProperty
calculatePosition(vector< double > &newx, vector< double > &newdx, double &t)ExtrapolatedProperty [virtual]
changedBufferedRemoteProperty [protected]
changelenBufferedRemoteProperty [protected]
changestartBufferedRemoteProperty [protected]
ExtrapolatedProperty::checkDecoded()Property [protected, virtual]
BufferedRemoteProperty::checkDecoded()RemoteProperty [protected, virtual]
clearCache()RemoteProperty [virtual]
dataProperty [protected]
data_lengthProperty [protected]
datatypeProperty [protected]
ddxExtrapolatedProperty [protected]
decodedProperty [protected]
doExcise()ExtrapolatedProperty [virtual]
doSaveState(MessageBlock &output, set< string > &types, bool portable)Property [virtual]
dxExtrapolatedProperty [protected]
ExtrapolatedProperty(MetaObject *superobject)ExtrapolatedProperty [protected]
ExtrapolatedRemoteProperty(MetaObject *superobject)ExtrapolatedRemoteProperty
extrapolationListenersExtrapolatedProperty [protected]
ExtrapolationListenerSet typedefExtrapolatedProperty [protected]
first_readRemoteProperty [protected]
flush()BufferedRemoteProperty [virtual]
flushAll()BufferedRemoteProperty [static]
getAcceleration(double &a)ExtrapolatedProperty
getAcceleration(vector< double > &a)ExtrapolatedProperty
getBase(vector< double > &ax, vector< double > &adx, vector< double > &addx)ExtrapolatedProperty
getBoolProperty(Vobject &on, const string &name)Property [static]
getBoolProperty(Vobject &on, const string &name, bool defaultVal)Property [static]
getCurrent(vector< double > &ax, vector< double > &adx, vector< double > &addx, double &t)ExtrapolatedProperty
getCurrentPos(vector< double > &x)ExtrapolatedProperty
getDataType()Property [virtual]
getFloatProperty(Vobject &on, const string &name, double lowLim, double upLim)Property [static]
getFloatProperty(Vobject &on, const string &name, double defaultVal, double lowerLimit, double upperLimit)Property [static]
getFloatProperty(Vobject &on, const string &name, double defaultVal)Property [static]
getFloatProperty(Vobject &on, const string &name)Property [static]
getFloatVectorProperty(Vobject &on, const string &name)Property [static]
getIntProperty(Vobject &on, const string &name)Property [static]
getIntProperty(Vobject &on, const string &name, int defaultVal)Property [static]
getIntProperty(Vobject &on, const string &name, int lowerLimit, int upperLimit)Property [static]
getIntProperty(Vobject &on, const string &name, int defaultVal, int lowerLimit, int upperLimit)Property [static]
getLength()ExtrapolatedRemoteProperty [inline, virtual]
getProperty(Vobject &on, const string &name)Property [static]
getProperty(Vobject &on, const string &name, const string &defaultVal)Property [static]
ExtrapolatedProperty::getRawDataType()Property [virtual]
BufferedRemoteProperty::getRawDataType()RemoteProperty [virtual]
getRawLength()ExtrapolatedRemoteProperty [virtual]
getType()ExtrapolatedProperty [virtual]
getVelocity(double &v)ExtrapolatedProperty
getVelocity(vector< double > &v)ExtrapolatedProperty
initialize()ExtrapolatedProperty [virtual]
initialize(unsigned int size, double val=0.0)ExtrapolatedProperty [virtual]
lastCheckpointExtrapolatedProperty [protected]
lastmsgsuccessBufferedRemoteProperty [protected]
lastnonceBufferedRemoteProperty [protected]
new_BufferedRemoteProperty(MetaObject *superobject, const string &type)BufferedRemoteProperty [static]
new_ExtrapolatedRemoteProperty(MetaObject *superobject, const string &type)ExtrapolatedRemoteProperty [static]
new_RemoteProperty(MetaObject *superobject, const string &type)RemoteProperty [static]
notifyObjectExcise(VOS::RefCounted *)ExtrapolatedProperty [virtual]
now()ExtrapolatedProperty [virtual]
offsetRemoteProperty [protected]
Property(MetaObject *superobject)Property [protected]
Property(MetaObject *superobject, const string &d, const string &dt)Property [protected]
PropertyListenerMap typedefProperty [protected]
propertyListenersProperty [protected]
raw_dataProperty [protected]
raw_datatypeProperty [protected]
raw_lengthProperty [protected]
read(string &target, int start, int length)ExtrapolatedRemoteProperty [inline, virtual]
Property::read(string &target)Property [virtual]
Property::read()Property [virtual]
Property::read(int start, int length)Property [virtual]
readFromFile(const string &filename, const string &type="")Property
readRaw(string &target, int start, int length)ExtrapolatedRemoteProperty [virtual]
Property::readRaw(string &target)Property [virtual]
Property::readRaw()Property [virtual]
Property::readRaw(int start, int length)Property [virtual]
ExtrapolatedProperty::registerExtenders()ExtrapolatedProperty [static]
BufferedRemoteProperty::registerExtenders()BufferedRemoteProperty [static]
RemoteProperty(MetaObject *superobject)RemoteProperty
removeExtrapolationListener(ExtrapolatedPropertyListener *x)ExtrapolatedRemoteProperty [virtual]
ExtrapolatedProperty::removePropertyListener(PropertyListener *pl)Property [virtual]
BufferedRemoteProperty::removePropertyListener(PropertyListener *pl)RemoteProperty [virtual]
ExtrapolatedProperty::replace(const string &newdata, const string &newtype="?")Property [virtual]
BufferedRemoteProperty::replace(const string &newdata, const string &newtype="?")BufferedRemoteProperty [virtual]
sendUpdateMessage(Message *m)ExtrapolatedRemoteProperty [virtual]
set(const vector< double > &x, const vector< double > &dx, const vector< double > &ddx, double t=0.0)ExtrapolatedRemoteProperty [virtual]
setAcceleration(const vector< double > &val)ExtrapolatedProperty
setAcceleration(const double val)ExtrapolatedProperty
setBoolProperty(Vobject &on, const string &name, bool val, PropertyAccessControl *ac)Property [static]
setFloatProperty(Vobject &on, const string &name, double val, double lowerLimit, double upperLimit, PropertyAccessControl *ac)Property [static]
setFloatProperty(Vobject &on, const string &name, double val, PropertyAccessControl *ac)Property [static]
setFloatVectorProperty(Vobject &on, const string &name, vector< double > v, PropertyAccessControl *ac)Property [static]
setIntProperty(Vobject &on, const string &name, int val, PropertyAccessControl *ac)Property [static]
setIntProperty(Vobject &on, const string &name, int val, int lowerLimit, int upperLimit, PropertyAccessControl *ac)Property [static]
setPosition(const vector< double > &val)ExtrapolatedProperty
setPosition(const double val)ExtrapolatedProperty
setProperty(Vobject &on, const string &propname, const string &propval, const string &valtype, PropertyAccessControl *pac)Property [static]
setProperty(Vobject &on, const string &propname, double propval, PropertyAccessControl *pac)Property [static]
setPropertyWithReturn(Vobject &on, const string &propname, const string &propval, const string &valtype, PropertyAccessControl *pac, bool letErrorThrough=false)Property [static]
setPropertyWithReturn(Vobject &on, const string &propname, double propval, PropertyAccessControl *pac)Property [static]
setVelocity(const vector< double > &val)ExtrapolatedProperty
setVelocity(const double val)ExtrapolatedProperty
stringifyVector(const vector< double > &x)ExtrapolatedProperty [static]
stringToVector(const string &prop, vector< double > &x)ExtrapolatedProperty [static]
update()ExtrapolatedProperty [virtual]
updateAll()ExtrapolatedProperty [static]
ExtrapolatedProperty::write(int start, const string &newdata)Property [virtual]
BufferedRemoteProperty::write(int start, const string &newdata)BufferedRemoteProperty [virtual]
writeRawToFile(Property *p, const string &filename, int offset=0, int length=-1)Property [inline, static]
writeRawToFile(const string &filename, int offset=0, int length=1)Property
writeStringToFile(const string &s, const string &filename)Property [protected, static]
writeToFile(Property *p, const string &filename, int offset=0, int length=-1)Property [inline, static]
writeToFile(const string &filename, int offset=0, int length=-1)Property
xExtrapolatedProperty [protected]
~BufferedRemoteProperty()BufferedRemoteProperty
~ExtrapolatedProperty()ExtrapolatedProperty [virtual]
~ExtrapolatedRemoteProperty()ExtrapolatedRemoteProperty [virtual]

Generated on Tue Aug 12 03:55:53 2003 for Interreality Project - VOS by doxygen 1.3.2