package ti.uia.runtime

Contains core UIA modules

XDCspec declarations sourced in ti/uia/runtime/package.xdc
requires xdc.rov;
requires xdc.rta;
 
package ti.uia.runtime [1, 0, 0, 2] {
 
    interface ILoggerSnapshot;
    // Interface to service LogSnapshot events
    interface IServiceMgrSupport;
    // Interface defining the ServiceMgr's proxy
    interface IUIATimestampProvider;
    // UIA timestamp provider interface
    interface IUIATraceSyncClient;
    interface IUIATraceSyncProvider;
    interface IUIATransfer;
    module CtxFilter;
    // Context-aware Instrumentation Event Filtering infrastructure
    module EventHdr;
    // Module defines the header format to be used when logging an event
    module LogCtxChg;
    // Context Change Event logging manager for logging context change events
    module LogSnapshot;
    // Snapshot Event logging manager for logging blocks of memory, strings in memory and names of dynamically created objects
    module LogSync;
    // SyncPoint Event logging module for logging sync point events. Allows sync point events to use a different logger instance than used for other events
    module LoggerSM;
    // Logger implementation that stores Log records into shared memory
    module LoggerTypes;
    // Function pointer type definitions for various types of loggers
    module ServiceMgr;
    // Module that manages UIA Services
    module UIAPacket;
    // Packet format communications between instrumentation clients and instrumentation endpoints
}
generated on Sat, 17 Nov 2018 00:29:16 GMT