|
exip
Alpha 0.5.4
|
Fractional seconds = value * 10^-(offset+1) seconds; Example: offset = 4 value = 123 Fractional seconds = 123×10^−5 = 0.00123 seconds = 1.23 milliseconds. More...
#include <procTypes.h>
Data Fields | |
| unsigned char | offset |
| unsigned int | value |
Definition at line 144 of file bin/headers/procTypes.h.
| unsigned char fractionalSecs::offset |
Definition at line 146 of file bin/headers/procTypes.h.
| unsigned int fractionalSecs::value |
Definition at line 147 of file bin/headers/procTypes.h.
1.8.4