CLASSB_GlobalsInit

Function

static void CLASSB_GlobalsInit(void);

Summary

This function initializes the global variables for the classb library.

Description

The parameters used by the Class B library are access with the help of pointer variables. These variables are initialized by this function.

Precondition

None.

Parameters

None.

Returns

None.

Example

CLASSB_GlobalsInit();

Remarks

None.