LogStart
The method creates a marker with a sequence and interval start for the transferred marker ID. Thus, this marker represents the time of a process at which it is immediately active / started.
Return value
Name | Type | Description |
---|---|---|
LogStart | HRESULT | Returns the error code in the event of an error. |
Inputs
VAR_INPUT
nGroupId : UINT; // Defines the group to which the interval belongs
nEventId : UINT; // Set to distinguish different events inside the group
END_VAR
Name | Type | Description |
---|---|---|
nGroupId | UINT | Marker ID (marker group) for which the marker is to be written. |
nEventId | UINT | Optional EventId |