[ Maverik Level 1 functions ]


mav_initialise

Summary

Initialise Maverik.


Syntax

void mav_initialise(void);


Description

This function initialises Maverik, and it must be the first Maverik function called by an application.

Calling this function initialises the kernel and then does one of two things. Either it reads from file .MavModules the function names to call to initialise any supporting modules, or, if this file is not present, it initialises the standard set of supporting modules that ship with the Maverik distribution.

The .MavModules files is searched for in the local directory and the ${MAV_HOME} directory in that order.

This function can also be spelt with a z for our American friends.


Back to the index page.