module xdc.rov.runtime.Monitor |
 |
ROV support for the pure C "module" Mod.c[h]
The file Board_serialMon.txt (contained in this package) illustrates
how to use the runtime monitor Mon.[ch] with a TI-RTOS UART driver.
#include <xdc/rov/runtime/Monitor.h>
Functions common to all target modules |
|
|
Module-Wide Built-Ins |
 |
// Get this module's unique id
Bool Monitor_Module_startupDone();
// Test if this module has completed startup
// The heap from which this module allocates memory
Bool Monitor_Module_hasMask();
// Test whether this module has a diagnostics mask
Bits16 Monitor_Module_getMask();
// Returns the diagnostics mask for this module
Void Monitor_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
var Monitor = xdc.useModule('xdc.rov.runtime.Monitor');
module-wide config parameters
generated on Fri, 22 Feb 2019 01:33:21 GMT