unreal.TimedDataMonitorTimeCorrectionReturnCode

class unreal.TimedDataMonitorTimeCorrectionReturnCode

Bases: EnumBase

ETimed Data Monitor Time Correction Return Code

C++ Source:

  • Plugin: TimedDataMonitor

  • Module: TimedDataMonitor

  • File: TimedDataMonitorCalibration.h

FAILED_BUFFER_COULD_NOT_BE_RESIZE: TimedDataMonitorTimeCorrectionReturnCode

Failed. A resize was requested but it was not able to do so.

Type:

5

FAILED_INVALID_INPUT: TimedDataMonitorTimeCorrectionReturnCode

Failed. The provided input doesn’t exist.

Type:

1

FAILED_NO_DATA_BUFFERED: TimedDataMonitorTimeCorrectionReturnCode

Failed. The channel doesn’t have any data in it’s buffer to synchronized with.

Type:

4

FAILED_NO_TIMECODE: TimedDataMonitorTimeCorrectionReturnCode

Failed. The timecode provider was not existing or not synchronized.

Type:

2

FAILED_UNRESPONSIVE_INPUT: TimedDataMonitorTimeCorrectionReturnCode

Failed. At least one channel is unresponsive.

Type:

3

RETRY_INCREASE_BUFFER_SIZE: TimedDataMonitorTimeCorrectionReturnCode

Retry. No interval could be found. Increase the buffer size.

Type:

7

RETRY_NOT_ENOUGH_DATA: TimedDataMonitorTimeCorrectionReturnCode

Retry. The buffer size is correct but they do not contain enough data to to the time correction.

Type:

6

SUCCEEDED: TimedDataMonitorTimeCorrectionReturnCode

Success. The values were synchronized.

Type:

0