HXP
Command Interface Manual
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous
RunTraceloggerProcessWithRollingBuffer command which is used to Run Tracelogger
Process With Rolling Buffer. Refer to the XPS Programmer's manual to get the
command description.
2.2.142
CreateQNXEvent
Syntax
C# prototype
int CreateQNXEvent(Int32 EventNumber, string EventName, out string errstring)
Python prototype
[errstring] CreateQNXEvent (EventNumber, EventName)
Parameters
Input parameters
(Int32) EventNumber: EventNumber
(string) EventName: EventName
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous CreateQNXEvent command which is
used to Run Create Event. Refer to the XPS Programmer's manual to get the command
description.
2.2.143
StartEventsAcqusition
Syntax
C# prototype
int StartEventsAcqusition( out string errstring)
Python prototype
[errstring] StartEventsAcqusition ()
Parameters
Input parameters
None
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
79
EDH0318En1042 — 12/18