interface ti.uia.runtime.ICtxFilterCallback
XDCspec summary sourced in ti/uia/runtime/ICtxFilterCallback.xdc
interface ICtxFilterCallback {  ...
// inherits xdc.runtime.IModule
instance:  ...
XDCspec declarations sourced in ti/uia/runtime/ICtxFilterCallback.xdc
package ti.uia.runtime;
 
interface ICtxFilterCallback {
module-wide config parameters
 
 
instance:
per-instance functions
}
 
metaonly config ICtxFilterCallback.common$  // module-wide

Common module configuration parameters

XDCspec declarations sourced in ti/uia/runtime/ICtxFilterCallback.xdc
metaonly config Types.Common$ common$;
 
DETAILS
All modules have this configuration parameter. Its name contains the '$' character to ensure it does not conflict with configuration parameters declared by the module. This allows new configuration parameters to be added in the future without any chance of breaking existing modules.
 
ICtxFilterCallback.updateIsLoggingEnabledFlag()  // instance

updates the ti_uia_runtime_CtxFilter_gIsLoggingEnabled flag

XDCspec declarations sourced in ti/uia/runtime/ICtxFilterCallback.xdc
Void updateIsLoggingEnabledFlag();
 
RETURNS
The function returns the state of the log (TRUE if enabled, FALSE if disabled) before the call. That allow clients to restore the previous state.
generated on Mon, 28 Jan 2013 17:45:43 GMT