A range item is a special property that will be put onto the network as range ring item using the name as the name of the reader/writer item, range.
|
| | DtRwPropertiesRangeItem (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertiesRangeItem (const DtString &name, const DtRwPropertiesRangeItem &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| DtRwPropertiesRangeItem & | operator= (const DtRwPropertiesRangeItem &orig) |
| |
| virtual | ~DtRwPropertiesRangeItem () |
| |
| virtual const char * | readerWriterType () const |
| |
| virtual const char * | propertyType () const |
| |
| virtual const char * | xmlType () const |
| |
| virtual void | bindLocalVariables (const DtVariableBindingsList &variableBindings) |
| |
| virtual void | setRange (double) |
| |
| virtual double | range () const |
| |
| | DtRwPropertyReal (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyReal (const DtString &name, DtReal value, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyReal (const DtString &name, const DtRwPropertyReal &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyReal (const DtRwPropertyReal &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| DtRwPropertyReal & | operator= (const DtRwPropertyReal &orig) |
| |
| virtual | ~DtRwPropertyReal () |
| |
| virtual bool | isSimilarProperty (const DtPropertyInterface *rhs, bool strict) const override |
| |
| | DtRwPropertyWithThreshold (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwPropertyWithThreshold (const DtString &name, const DtRwPropertyWithThreshold &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| DtRwPropertyWithThreshold & | operator= (const DtRwPropertyWithThreshold &orig) |
| |
| virtual | ~DtRwPropertyWithThreshold () |
| |
| virtual char * | encode (char *) const |
| |
| virtual bool | wasUpdatedSince (DtTime t) const |
| |
| virtual void | enableThresholding (bool enable) |
| |
| virtual void | setThreshold (double percentage) |
| |
| virtual void | setMaxUpdateInterval (DtTime interval) |
| |
| virtual void | setMaxUnchangedUpdateInterval (DtTime interval) |
| |
| | DtRwProperty (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) |
| |
| | DtRwProperty (const DtString &name, const DtRwProperty &orig, DtReaderWriterRegistry *parentRegistry=0) |
| |
| DtRwProperty & | operator= (const DtRwProperty &orig) |
| |
| virtual | ~DtRwProperty () |
| |
| virtual void | copy (const DtPropertyInterface &rhs) |
| |
| virtual DtString | stringRep (const DtString &root="") const |
| |
| virtual DtSymbolString | propertyName () const |
| |
| virtual void | setPropertyName (const DtString &propertyName) |
| |
| virtual void | getSelf (DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths=DtReaderWriter::SearchPaths(), const DtVariableBindingsList &variableBindings=DtReaderWriter::nullVariableReference()) |
| |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings) |
| |
| virtual bool | merge (const DtPropertyInterface &target, MergeFlags, const DtMergePath &path=DtMergePath(), const std::set< DtString > &ignore=std::set< DtString >()) |
| |
| virtual void | recordUpdateTime () const |
| |
| virtual void | reset () |
| |
| virtual const char * | decode (const char *) |
| |
| virtual void | getSize (int &size) const |
| |
| virtual int | hlaAlignment () const |
| |
| virtual DtReaderWriter * | readerWriter () |
| |
| virtual const DtReaderWriter * | readerWriter () const |
| |
| virtual DtPropertyInterface * | property () |
| |
| virtual const DtPropertyInterface * | property () const |
| |
| virtual bool | isPublished () const |
| |
| virtual void | setIsPublished (bool isPub) |
| |
| virtual unsigned | disRecordType () const |
| |
| virtual void | setDisRecordType (unsigned recType) |
| |
| virtual bool | isDebugEnabled () const |
| |
| virtual void | setDebugEnabled (bool en) |
| |
| | DtRwReal () |
| |
| | DtRwReal (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| | DtRwReal (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| | DtRwReal (const DtString &name, DtReal value, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| | DtRwReal (const DtSymbolString &name, DtReal value, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| | DtRwReal (const DtRwReal &orig, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| DtRwReal & | operator= (const DtRwReal &orig) |
| |
| virtual | ~DtRwReal () |
| |
| virtual | operator const DtReal () const |
| |
| DtReal | operator= (const DtReal orig) |
| |
| virtual DtReal | operator- () const |
| |
| virtual DtReal | operator* (const DtReal rhs) const |
| |
| virtual DtReal | operator/ (const DtReal rhs) const |
| |
| virtual DtReal | operator+ (const DtReal rhs) const |
| |
| virtual DtReal | operator- (const DtReal rhs) const |
| |
| virtual bool | operator< (const DtReal rhs) const |
| |
| virtual bool | operator> (const DtReal rhs) const |
| |
| virtual bool | operator<= (const DtReal rhs) const |
| |
| virtual bool | operator>= (const DtReal rhs) const |
| |
| virtual bool | operator== (const DtReal rhs) const |
| |
| virtual bool | operator!= (const DtReal rhs) const |
| |
| virtual DtReal | operator*= (const DtReal rhs) |
| |
| virtual DtReal | operator/= (const DtReal rhs) |
| |
| virtual DtReal | operator+= (const DtReal rhs) |
| |
| virtual DtReal | operator-= (const DtReal rhs) |
| |
| virtual DtReal | value () const |
| |
| virtual void | setValue (DtReal value) |
| |
| virtual void | putData (std::string &fp, int indentLevel=0) |
| |
| virtual DtString | prettyPrint () const |
| |
| virtual int | alignment () const |
| |
| virtual void | putData (DtEnvironmentSP, DtEnvValueSP parent) const |
| |
| virtual void | getData (const DtEnvironmentSP, const DtEnvValueSP value, const DtReaderWriter::SearchPaths &searchPaths=DtReaderWriter::SearchPaths(), const DtVariableBindingsList &bindings=DtVariableBindingsList()) |
| |
| | DtReaderWriter () |
| |
| | DtReaderWriter (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL, bool readonly=false) |
| |
| | DtReaderWriter (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL, bool readonly=false) |
| |
| | DtReaderWriter (const DtString &name, const DtReaderWriter &orig, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| | DtReaderWriter (const DtSymbolString &name, const DtReaderWriter &orig, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| | DtReaderWriter (const DtReaderWriter &, DtReaderWriterRegistry *parentRegistry=NULL) |
| |
| const DtReaderWriter & | operator= (const DtReaderWriter &orig) |
| |
| bool | operator== (const DtReaderWriter &) const |
| |
| bool | operator!= (const DtReaderWriter &rhs) |
| |
| virtual | ~DtReaderWriter () |
| |
| virtual void | putSelf (std::string &fp, int indentLevel=0, bool writeUnspecified=false, const DtFilename &path=DtFilename::nullFilename()) |
| |
| virtual void | postPutSelf () |
| |
| virtual void | prePutSelf () |
| |
| virtual void | postGetSelf () |
| |
| virtual void | preGetSelf () |
| |
| virtual void | writeSelf (std::string &fp, int indentLevel=0, bool writeUnspecified=false, const DtFilename &path=DtFilename::nullFilename()) |
| |
| virtual DtSymbolString | name () const |
| |
| virtual void | addAlias (const DtSymbolString &alias) |
| |
| virtual void | addAlias (const DtString &alias) |
| |
| virtual bool | hasAlias (const DtSymbolString &alias) |
| |
| virtual const aliasContainer & | aliases () const |
| |
| virtual void | setReadonly (bool flag) |
| |
| bool | isReadonly () const |
| |
| virtual bool | variableIsBound () const |
| |
| virtual void | unbindVariable () |
| |
| virtual void | setName (const DtString &) |
| |
| std::string | debugText () const |
| |
| virtual void | bindVariables (DtVariableBindingsList variableBindings) |
| |
virtual std::list
< DtVariableNameType > | unboundVariables () const |
| |
| bool | invalid () const |
| |
| virtual bool | hasChild (const DtReaderWriter *p) const |
| |
| virtual bool | hasVariableReference () const |
| |
| virtual bool | changedSinceLastChecked () |
| |
| virtual bool | peekChangedSinceLastChecked () const |
| |
| virtual void | setValueSpecified (bool specified, bool recurse=false) |
| |
| virtual bool | valueSpecified () const |
| |
| virtual bool | isVariableReference () const |
| |
| virtual void | setIsVariableReference (bool value) |
| |
| virtual void | clearAllVariableReferenceFlags () |
| |
| virtual DtSymbolString | variableName () const |
| |
| virtual void | setVariableName (const DtSymbolString variableName) |
| |
| virtual const DtReaderWriter * | defaultRWValue () const |
| |
| virtual DtReaderWriter * | defaultRWValue () |
| |
| virtual void | setDefaultRWValue (DtReaderWriter *) |
| |
| virtual bool | checkAndSetDefaultRWValue (DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &variableBindings=nullVariableReference()) |
| |
| const DtReaderWriterRegistry & | registry () const |
| |
| DtReaderWriterRegistry & | registry () |
| |
| virtual DtString | toXml () const |
| |
| virtual DtRwVariableBindings * | generateVariableBindings () const |
| |
| virtual bool | toXml (const DtFilename &) const |
| |
| virtual bool | fromXml (const DtString &) |
| |
| virtual bool | fromXmlFile (const DtFilename &) |
| |
| virtual void | putSelf (DtEnvironmentSP, DtEnvValueSP parent) const |
| |
| virtual void | putVariableReference (DtEnvironmentSP, DtEnvValueSP value) const |
| |
| virtual void | getSelf (const DtEnvironmentSP, const DtEnvValueSP root, const SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &bindings=DtVariableBindingsList()) |
| |
| virtual void | unrecognizedItem (const DtEnvironmentSP env, const DtEnvValueSP root, const SearchPaths &searchPaths, const DtVariableBindingsList &varBindings) |
| |
| virtual void | getVariableReference (DtEnvironmentSP, DtEnvValueSP value) |
| |
| virtual | ~DtPropertyInterface () |
| |
| virtual bool | isPublishedArg (DtlObjPtr arg, unsigned &disVarRecType) const |
| |
| template<typename ValueType > |
| boost::optional< ValueType > | propertyValue () const |
| |
| template<typename ValueType > |
| bool | setPropertyValue (ValueType val) |
| |
| virtual const DtPropertyInterface * | findPropertyInterface (const DtString &propertyName) const |
| |
| virtual DtPropertyInterface * | findPropertyInterface (const DtString &propertyName) |
| |
| template<typename SpecificPropType > |
| const SpecificPropType * | findProperty (const DtString &propertyName) const |
| |
| template<typename SpecificPropType > |
| SpecificPropType * | findProperty (const DtString &propertyName) |
| |
| template<typename ValueType > |
| boost::optional< ValueType > | findPropertyValue (const DtString &propertyName) const |
| |
| template<typename ValueType > |
| bool | findAndSetPropertyValue (const DtString &propertyName, ValueType val) |
| |
| virtual bool | addProperty (DtPropertyInterface *property) |
| |
| template<typename SpecificPropType > |
| SpecificPropType * | addNewProperty (const DtString &propertyName) |
| |
| virtual bool | removeProperty (const DtString &propertyName) |
| |
| virtual bool | removeProperty (const DtPropertyInterface *property) |
| |
| int | getSize () const |
| |