Copernicus  1.0
An Arduino module for the Trimble Copernicus GPS receiver
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Groups
Public Attributes | List of all members
Float64 Union Reference

#include <gpstype.h>

Public Attributes

uint64_t bits
 The bits of an IEEE 754 64-bit float. More...
 
double d
 The actual double value of the datapoint. More...
 

Member Data Documentation

uint64_t Float64::bits

The bits of an IEEE 754 64-bit float.

double Float64::d

The actual double value of the datapoint.

Unavailable if double is not a 64-bit IEEE 754. Only some Arduino boards support this, such as the Arduino Due.


The documentation for this union was generated from the following file: