package ti.uia.sysbios

Contains specialized UIA loggers and transports

XDCspec declarations sourced in ti/uia/sysbios/package.xdc
requires xdc.rov;
requires xdc.rta;
 
package ti.uia.sysbios [1, 0, 0, 0] {
 
    module Adaptor;
    // Single core IServiceMgrSupport implementation
    module IpcMP;
    module LoggerIdle;
    // A logger which routes Log events to a users transport function
    module LoggerStreamer;
    // This general purpose logger is useful in situations where the application wants to manage the buffers used to store and transmit events. This includes managing the sending of the buffers to an instrumentation host (e.g. System Analyzer in CCS). The logger is named "LoggerStreamer" because it is designed to enable the application to send a stream of packets containing UIA event data to the instrumentation host
    module LoggerStreamer2;
    // General purpose logger enabling applications to stream data to an instrumentation host
    module LoggingSetup;
    // Module to aid in configuring TI-RTOS logging using UIA and System Analyzer
}
generated on Tue, 14 Feb 2017 00:15:20 GMT