Skip to content

BM_MapTimestamp

Convert from 32-bit hardware timestamp to 64-bit UTC timestamp.

BMAPI BM_StatusTypeDef BM_MapTimestamp (BM_ChannelHandle handle, uint32_t timestamp32, uint64_t *timestamp64)
Direction Name Description
[in] handle Handle to the channel to operate on.
[in] timestamp32 Hardware 32-bit timestamp.
[out] timestamp64 Converted 64-bit timestamp in micro-second, since 1970-1-1.

Operation status, see BM_StatusTypeDef for details.


This reference follows the current BUSMUST BMAPI SDK. For an installed package, its bundled header and help files define the exact version-specific contract.