LibMISB/LibMISB Introduction/ Functionalities supported: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 8: Line 8:


== General ==
== General ==
The functionalities of the library, regardless of the standard used, are as follows


==== Configure file format ====
==== SetDebuggerLevel ====
Sets the level at which messages will be recorded. The modes, ordered from least to most verbose, are as follows:


# MISB_NONE
# MISB_ERROR
# MISB_WARN
# MISB_INFO
# MISB_DEBUG
==== SetFormatter ====
Sets the Formatter object to convert between format and metadata object. In other words, the user chooses which file format to use for both encoding and decoding actions.
===== Heading text =====


==== Encode ====
==== Encode ====


==== Decode ====
==== Decode ====

Revision as of 06:24, 20 June 2022




Previous: LibMISB_Introduction/What_does_the_library_do Index  





General

The functionalities of the library, regardless of the standard used, are as follows

SetDebuggerLevel

Sets the level at which messages will be recorded. The modes, ordered from least to most verbose, are as follows:

  1. MISB_NONE
  2. MISB_ERROR
  3. MISB_WARN
  4. MISB_INFO
  5. MISB_DEBUG

SetFormatter

Sets the Formatter object to convert between format and metadata object. In other words, the user chooses which file format to use for both encoding and decoding actions.

Heading text

Encode

Decode