T-EMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
Init.h File Reference

Go to the source code of this file.

Functions

void temu_initSupportLib (void)
 

Function Documentation

void temu_initSupportLib ( void  )

Initialisation of T-EMU support library.

Call this function before any other use of T-EMU. The function does not return failures, but halts on failed initialisation.

The function should be called as early as possible in the application's execution. Preferably in the main function (though there is no strict requirement for this).

The initialisation function is at present not thread safe, call it in the main thread only!