[ Maverik Level 3 functions ]


mav_moduleNew

Summary

Add a new module to the kernel.


Syntax

void mav_moduleNew(MAV_moduleIDFn fn);


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.