Copernicus  1.0
An Arduino module for the Trimble Copernicus GPS receiver
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Groups
Macros
copernicus.cpp File Reference
#include <algorithm>
#include "copernicus.h"
#include "chunk.h"
#include "Arduino.h"

Macros

#define SAVE_BYTES(dst, buf, n)
 

Macro Definition Documentation

#define SAVE_BYTES (   dst,
  buf,
 
)
Value:
if (readDataBytes(buf, n) != (n)) return false; \
copy_network_order(dst, buf);