![]() |
VR-Forces 5.0.2 Developer's Guide
|

Public Types | |
| enum | ClassifcationLevel { UNCLASSIFIED =1, RESTRICTED =2, CONFIDENTIAL =3, SECRET =4, TOP_SECRET =5 } |
| enum | ClassificationLevel { UNCLASSIFIED =1, RESTRICTED =2, CONFIDENTIAL =3, SECRET =4, TOP_SECRET =5 } |
Protected Member Functions | |
| virtual void | update () |
| virtual void | update () |
Protected Member Functions inherited from makVrv::DtMetadataElement | |
| virtual unsigned int | encodedLengthChildren () |
Protected Attributes | |
| DtNetU8 | myClassifcation |
| DtNetU8 | myClassification |
Protected Attributes inherited from makVrv::DtMetadataElement | |
| DtMetadataElement * | myParent |
| std::vector< DtMetadataElement * > | myChildren |
| DtMetadataPublisher * | myPublisher |
| bool | myIsDirty |
| DtKlvKey | myKey |
| float | myFrequency |
| bool | myTimeToUpdate |
| bool | myIsMetadataSynchronous |
| makVrv::DtSecurityClassificationElement::DtSecurityClassificationElement | ( | ) |
|
virtual |
| makVrv::DtSecurityClassificationElement::DtSecurityClassificationElement | ( | ) |
|
virtual |
Get the encoded length of this metadata element.
Implements makVrv::DtMetadataElement.
|
virtual |
Encode the metadata element.
Implements makVrv::DtMetadataElement.
|
virtual |
Decode the metadata element; not curently implemented in VR-Vantage.
Implements makVrv::DtMetadataElement.
| ClassifcationLevel makVrv::DtSecurityClassificationElement::classifcation | ( | ) |
| void makVrv::DtSecurityClassificationElement::setClassification | ( | ClassifcationLevel | 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.
|
virtual |
Encode the metadata element.
Implements makVrv::DtMetadataElement.
|
virtual |
Decode the metadata element; not curently implemented in VR-Vantage.
Implements makVrv::DtMetadataElement.
| ClassificationLevel makVrv::DtSecurityClassificationElement::classification | ( | ) |
| void makVrv::DtSecurityClassificationElement::setClassification | ( | ClassificationLevel | val | ) |
|
protectedvirtual |
Update the metadata element. Called by tick() if timeForUpdate() is true.
Implements makVrv::DtMetadataElement.
|
protected |
|
protected |