Initialization
In order to use the YBOS decode library, you must first initialize it
with farm_yboslocateinit_. Of course, once you finish using it,
you should cleanup with farm_yboslocatedone_.
Follows the description of the two functions:
- farm_yboslocateinit_()
-
Initialize the YBOS decode library.
- Syntax:
- int farm_yboslocateinit_(int *ybospointer );
- Parameters:
-
- IN: ybospointer
- Pointer to the YBOS data.
- Returns:
- 0 in case of success
- farm_yboslocatedone_()
-
Dispose the previously initialized library.
- Syntax:
- int farm_yboslocatedone_(int *ybospointer );
- Parameters:
-
- IN: ybospointer
- Pointer to the YBOS data. (Must be the same as with farm_yboslocateinit_)
- Returns:
- 0 in case of success