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

Public Attributes

LONGLONG index
 
TraceType type
 
LONG milliseconds
 
LONG lineNumber
 
LONG threadId
 
BSTR text
 
BSTR moduleName
 
BSTR functionName
 

Detailed Description

This structure defines the information about a trace buffer as used by ReadBuffer.

Elements of struct TraceMessage

Type Element Description
LONGLONG index Unique index of the message.
TraceType type Type of message (message, error, warning).
LONG milliseconds Time in milliseconds when the message was sent.
LONG lineNumber Line in the code in which trace message was sent.
LONG threadId Id of thread in which trace message was sent.
BSTR text User message text sent with trace message.
BSTR moduleName Module name by which the trace message was sent.
BSTR functionName Function name by which the trace message was sent.

Definition at line 101 of file IBuffer.idl.

Member Data Documentation

LONGLONG IBuffer::TraceMessage::index

Unique index of the message.

Definition at line 103 of file IBuffer.idl.

TraceType IBuffer::TraceMessage::type

Type of message (message, error, warning).

Definition at line 104 of file IBuffer.idl.

LONG IBuffer::TraceMessage::milliseconds

Time in milliseconds when the message was sent.

Definition at line 105 of file IBuffer.idl.

LONG IBuffer::TraceMessage::lineNumber

Line in the code in which trace message was sent.

Definition at line 106 of file IBuffer.idl.

LONG IBuffer::TraceMessage::threadId

Id of thread in which trace message was sent.

Definition at line 107 of file IBuffer.idl.

BSTR IBuffer::TraceMessage::text

User Message text sent with trace message.

Definition at line 108 of file IBuffer.idl.

BSTR IBuffer::TraceMessage::moduleName

Module name by which the trace message was sent.

Definition at line 109 of file IBuffer.idl.

BSTR IBuffer::TraceMessage::functionName

Function name by which the trace message was sent.

Definition at line 110 of file IBuffer.idl.


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