A.3 Initialization and Shutdown

A.3.1 LibInit()

Usage

bool LibInit(void);

Purpose

Initializes static library components.

Inputs

None

Outputs

Returns 1 on error, 0 on success.

Notes

Important: Call this function before using any other library routine.

A.3.2 LibExit()

Usage

void LibExit(void);

Purpose

Deinitializes library.

Inputs

None

Outputs

None

Notes

Assumes LibInit() has been called.