![]() |
VR-Forces 4.6 Class Documentation
|

Public Member Functions | |
| DtImageSourceSensorElement () | |
| virtual | ~DtImageSourceSensorElement () |
| virtual unsigned int | encodedLength () |
| Get the encoded length of this metadata element. | |
| virtual unsigned char * | encode (unsigned char *buffer) |
| Encode the metadata element. | |
| virtual void | decode (unsigned char *buffer, unsigned int length) |
| Decode the metadata element; not curently implemented in VR-Vantage. | |
| std::string | imageSourceSensor () |
| void | setImageSourceSensor (const std::string &val) |
| DtImageSourceSensorElement () | |
| virtual | ~DtImageSourceSensorElement () |
| virtual unsigned int | encodedLength () |
| Get the encoded length of this metadata element. | |
| virtual unsigned char * | encode (unsigned char *buffer) |
| Encode the metadata element. | |
| virtual void | decode (unsigned char *buffer, unsigned int length) |
| Decode the metadata element; not curently implemented in VR-Vantage. | |
| std::string | imageSourceSensor () |
| void | setImageSourceSensor (const std::string &val) |
Public Member Functions inherited from makVrv::DtMetadataElement | |
| DtMetadataElement () | |
| CTOR. | |
| virtual | ~DtMetadataElement () |
| DTOR. | |
| virtual void | setPublisher (DtMetadataPublisher *publisher) |
| Set the publisher that created this element. | |
| virtual bool | timeForUpdate () |
| Get whether it is time to update this element. | |
| virtual void | tick (double dt) |
| Tick this element. | |
| virtual void | setFrequency (double timeInSeconds) |
| Specify the frequency at which this element is updated, in seconds. | |
| virtual void | addChild (DtMetadataElement *element) |
| Add a child metadata element. | |
| virtual DtKlvKey & | key () |
| Get this metadata element's key. | |
Protected Member Functions | |
| virtual void | update () |
| Update the metadata element. | |
| virtual void | update () |
| Update the metadata element. | |
Protected Member Functions inherited from makVrv::DtMetadataElement | |
| virtual unsigned int | encodedLengthChildren () |
| Get the total encoded length of all the children of this metadata element. | |
Protected Attributes | |
| std::string | myImageSourceSensor |
Protected Attributes inherited from makVrv::DtMetadataElement | |
| DtMetadataElement * | myParent |
| std::vector< DtMetadataElement * > | myChildren |
| DtMetadataPublisher * | myPublisher |
| double | myLastUpdate |
| double | myNextUpdate |
| bool | myIsDirty |
| DtKlvKey | myKey |
| float | myFrequency |
| bool | myTimeToUpdate |
| makVrv::DtImageSourceSensorElement::DtImageSourceSensorElement | ( | ) |
|
virtual |
| makVrv::DtImageSourceSensorElement::DtImageSourceSensorElement | ( | ) |
|
virtual |
Get the encoded length of this metadata element.
Implements makVrv::DtMetadataElement.
Encode the metadata element.
Implements makVrv::DtMetadataElement.
|
virtual |
Decode the metadata element; not curently implemented in VR-Vantage.
Implements makVrv::DtMetadataElement.
| std::string makVrv::DtImageSourceSensorElement::imageSourceSensor | ( | ) |
| void makVrv::DtImageSourceSensorElement::setImageSourceSensor | ( | const std::string & | val | ) |
|
protectedvirtual |
Update the metadata element.
Called by tick() if timeForUpdate() is true.
Implements makVrv::DtMetadataElement.
Get the encoded length of this metadata element.
Implements makVrv::DtMetadataElement.
Encode the metadata element.
Implements makVrv::DtMetadataElement.
|
virtual |
Decode the metadata element; not curently implemented in VR-Vantage.
Implements makVrv::DtMetadataElement.
| std::string makVrv::DtImageSourceSensorElement::imageSourceSensor | ( | ) |
| void makVrv::DtImageSourceSensorElement::setImageSourceSensor | ( | const std::string & | val | ) |
|
protectedvirtual |
Update the metadata element.
Called by tick() if timeForUpdate() is true.
Implements makVrv::DtMetadataElement.
|
protected |