unreal.TimedDataMonitorTimeCorrectionReturnCode
¶
- class unreal.TimedDataMonitorTimeCorrectionReturnCode¶
Bases:
unreal.EnumBase
ETimed Data Monitor Time Correction Return Code
C++ Source:
Plugin: TimedDataMonitor
Module: TimedDataMonitor
File: TimedDataMonitorCalibration.h
- FAILED_BUFFER_COULD_NOT_BE_RESIZE¶
Failed. A resize was requested but it was not able to do so.
- Type
5
- FAILED_INVALID_INPUT¶
Failed. The provided input doesn’t exist.
- Type
1
- FAILED_NO_DATA_BUFFERED¶
Failed. The channel doesn’t have any data in it’s buffer to synchronized with.
- Type
4
- FAILED_NO_TIMECODE¶
Failed. The timecode provider was not existing or not synchronized.
- Type
2
- FAILED_UNRESPONSIVE_INPUT¶
Failed. At least one channel is unresponsive.
- Type
3
- RETRY_INCREASE_BUFFER_SIZE¶
Retry. No interval could be found. Increase the buffer size.
- Type
7
- RETRY_NOT_ENOUGH_DATA¶
Retry. The buffer size is correct but they do not contain enough data to to the time correction.
- Type
6
- SUCCEEDED¶
Success. The values were synchronized.
- Type
0