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)Parameters
Section titled “Parameters”| 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. |
Returns
Section titled “Returns”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.