Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4COM)  1.26.2
ITrace::TraceModuleInformation Struct Reference
Collaboration diagram for ITrace::TraceModuleInformation:
Collaboration graph

Public Attributes

VARIANT isActive
 
VARIANT toStdOut
 
VARIANT toMainBuffer
 
VARIANT toSeparateBuffer
 
BSTR moduleName
 
BSTR bufferName
 

Detailed Description

This structure defines the information about a trace module as used by GetModuleList.

Elements of struct TraceModuleInformation

Type Element Description
VARIANT isActive Is this module active? If not, then all messages to it are ignored.
VARIANT toStdOut Is output to stdout enabled?
VARIANT toMainBuffer Is output to main buffer enabled?
VARIANT toSeparateBuffer Is output to separate trace buffer enabled?
BSTR moduleName Name of the module.
BSTR bufferName Name of optional separate buffer.

Definition at line 95 of file ITrace.idl.

Member Data Documentation

VARIANT ITrace::TraceModuleInformation::isActive

Is this module active? If not, then all messages to it are ignored.

Definition at line 97 of file ITrace.idl.

VARIANT ITrace::TraceModuleInformation::toStdOut

Is output to stdout enabled?

Definition at line 98 of file ITrace.idl.

VARIANT ITrace::TraceModuleInformation::toMainBuffer

Is output to main buffer enabled?

Definition at line 99 of file ITrace.idl.

VARIANT ITrace::TraceModuleInformation::toSeparateBuffer

Is output to separate trace buffer enabled?

Definition at line 100 of file ITrace.idl.

BSTR ITrace::TraceModuleInformation::moduleName

Name of the module.

Definition at line 101 of file ITrace.idl.

BSTR ITrace::TraceModuleInformation::bufferName

Name of optional separate buffer.

Definition at line 102 of file ITrace.idl.


The documentation for this struct was generated from the following file: