Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This macro converts time, in milliseconds, to 100 nanosecond units.
Syntax
#define MILLISECONDS_TO_100NANOSECONDS(durationMs) ((durationMs) * 1000 * 10)
Parameters
durationMs
The duration in milliseconds to convert to 100 nanosecond units.
Return value
None
Remarks
Gets a ULONGLONG that represents a time length in nanoseconds.
Requirements
Requirement | Value |
---|---|
Header | sensorsutils.h |