Navigation
API > API/Plugins > API/Plugins/TimedDataMonitor
| |
|
| Name |
ETimedDataMonitorTimeCorrectionReturnCode |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/TimedDataMonitor/Source/TimedDataMonitor/Public/TimedDataMonitorCalibration.h |
| Include Path |
#include "TimedDataMonitorCalibration.h" |
Syntax
enum ETimedDataMonitorTimeCorrectionReturnCode
{
Succeeded,
Failed_InvalidInput,
Failed_NoTimecode,
Failed_UnresponsiveInput,
Failed_NoDataBuffered,
Failed_BufferCouldNotBeResize,
Retry_NotEnoughData,
Retry_IncreaseBufferSize,
}
Values
| Name |
Remarks |
| Succeeded |
Success. The values were synchronized. |
| Failed_InvalidInput |
Failed. The provided input doesn't exist. |
| Failed_NoTimecode |
Failed. The timecode provider was not existing or not synchronized. |
| Failed_UnresponsiveInput |
Failed. At least one channel is unresponsive. |
| Failed_NoDataBuffered |
Failed. The channel doesn't have any data in it's buffer to synchronized with. |
| Failed_BufferCouldNotBeResize |
Failed. A resize was requested but it was not able to do so. |
| Retry_NotEnoughData |
Retry. The buffer size is correct but they do not contain enough data to to the time correction. |
| Retry_IncreaseBufferSize |
Retry. No interval could be found. Increase the buffer size. |