Enable/disable automatic timestamping during recording session.
- Parameters
-
[in] | hBaseOutput | Output or controller handle |
[in] | fEnable | If enabled (default status), a global synchronized time timestamp is automatically added when recording is armed if no timestamp has been set using one of the BaseOutput_SetTimeStamp*** functions. |
- Returns
- Standard CHAILink Client return code. See CLC_ErrorCode enumeration.
- Warning
- This function can only be called in CopperLan context. This means in the pseudo task CPDoProcess(), in notification handlers or in asynchronous return handlers and not in SystemDoProcess() for instance.