HomeSort by relevance Sort by last modified time
    Searched refs:Ublox6 (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/ublox6/
ublox6.h 47 * @brief UBLOX6 & SIM28 GPS Module library
48 * @defgroup ublox6 libupm-ublox6
52 * @library ublox6
53 * @sensor ublox6
67 * @image html ublox6.jpg
68 * @snippet ublox6.cxx Interesting
70 class Ublox6 {
73 * Ublox6 object constructor
77 Ublox6(int uart)
    [all...]
ublox6.cxx 29 #include "ublox6.h"
34 Ublox6::Ublox6(int uart)
67 Ublox6::~Ublox6()
73 bool Ublox6::dataAvailable()
97 int Ublox6::readData(char *buffer, int len)
116 int Ublox6::writeData(char * buffer, int len)
137 bool Ublox6::setupTty(speed_t baud)
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ublox6.cxx 28 #include "ublox6.h"
47 // Instantiate a Ublox6 GPS device on uart 0.
48 upm::Ublox6* nmea = new upm::Ublox6(0);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
Ublox6Sample.java 39 // Instantiate a Ublox6 GPS device on uart 0
40 upm_ublox6.Ublox6 nmea = new upm_ublox6.Ublox6(0);
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
ublox6.js 30 // Instantiate a Ublox6 GPS device on uart 0.
31 var myGPSSensor = new GPSSensor.Ublox6(0);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
ublox6.py 27 # Instantiate a Ublox6 GPS device on uart 0.
28 myGPSSensor = upmUblox6.Ublox6(0)

Completed in 226 milliseconds