exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fractionalSecs Struct Reference

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
 

Detailed Description

Note
(offset+1) must be greater or equal than the number of digits in value

Definition at line 144 of file bin/headers/procTypes.h.

Field Documentation

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.


The documentation for this struct was generated from the following files: