[ Maverik Level 3 functions ]
mav_moduleNew
Summary
Add a new module to the kernel.
Syntax
void mav_moduleNew(MAV_moduleIDFn fn);
- MAV_moduleIDFn fn
Module identification function.
Description
This function adds a new module to the kernel. fn is an identification
function which when called returns an
identifier for the module.
Back to the index page.