CcsdsOemFileOutputFormat Enumeration |
A value indicating which output format should be used
for the CCSDS OEM file.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CcsdsOemFileOutputFormat
Public Enumeration CcsdsOemFileOutputFormat
public enum class CcsdsOemFileOutputFormat
type CcsdsOemFileOutputFormat
Members
| Member name | Description |
---|
| KvnFormat |
Key-value notation format is an ASCII text format
for CCSDS OEM files.
|
| UnqualifiedXmlFormat |
Unqualified extensible markup language format is
an XML format that does not prepend a namespace
to each XML node.
|
| NamespaceQualifiedXmlFormat |
Namespace qualified extensible markup language format is
an XML format that prepends the namespace
"ndm" (Navigation Data Message) to each XML node.
|
See Also