300
edits
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== MISB 0601.17 == | == MISB 0601.17 == | ||
The standard is supported by libmisb according to [https://nsgreg.nga.mil/doc/view?i=5093 MISB 0601.17]. The implementation of all supported tags follow the formats defined in the standard, as an example Tag 5 is defined in section 8.5 of the standard, the standard defines the Software value to use the float32 format and the uint16 format for the KLV value. This means that the input value used in LibMISB for this particular tag must be a float32 value, and the uint16 KLV value will be calculated by the library. | The standard is supported by libmisb according to [https://nsgreg.nga.mil/doc/view?i=5093 MISB 0601.17]. The implementation of all supported tags follow the formats defined in the standard, as an example Tag 5 is defined in section 8.5 of the standard, the standard defines the Software value to use the float32 format and the uint16 format for the KLV value. This means that the input value used in LibMISB for this particular tag must be a float32 value, and the uint16 KLV value will be calculated by the library. To give other example, Tag 34, defined in section 8.34, is used to indicate if icing was detected at the aircraft location, a value of 0 means that the detector is off, 1 means that no icing was detected and a value of 2 means that icing was detected. For this reason the format expected by LibMISB for Tag 34 is of uint8 type as defined by the standard. | ||
=== Supported Items === | === Supported Items === |
edits