module ti.sdo.utils.loggers.LogMFP |
 |
 |
 |
Manages control calls to Logger that implements ILoggerMFP
#include <ti/sdo/utils/loggers/LogMFP.h>
Functions |
Void | |
Functions common to all target modules |
|
|
LogMFP_control() // module-wide |
 |
A hook for sending commands to the logger. For example, this can
be used to re-configure the timestamp display format
Void LogMFP_control(Int cmd, UArg cmdArgs);
ARGUMENTS
cmd
control command
cmdArgs
command argument
Module-Wide Built-Ins |
 |
// Get this module's unique id
Bool LogMFP_Module_startupDone();
// Test if this module has completed startup
// The heap from which this module allocates memory
Bool LogMFP_Module_hasMask();
// Test whether this module has a diagnostics mask
Bits16 LogMFP_Module_getMask();
// Returns the diagnostics mask for this module
Void LogMFP_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
var LogMFP = xdc.useModule('ti.sdo.utils.loggers.LogMFP');
local proxy modules
module-wide config parameters
generated on Wed, 22 Feb 2012 02:20:33 GMT