Template
Chargement...
Recherche...
Aucune correspondance
Fonctions membres publiques | Fonctions membres publiques statiques | Liste de tous les membres
Référence de la classe GPSP

#include <GPSP.h>

Fonctions membres publiques

 GPSP (Stream &stream)
 Construct a new GPSP object, associating a Stream (Generally a Serial) to it. Plus de détails...
 
void defineCommand (Command command)
 Adds a new command to the List of Commands. Plus de détails...
 
void update ()
 Reads available data from Stream and stores it in a buffer until a NewLine or Semicolon is encountered. When this case is encountered call ProcessBuffer, then clears the buffer. Plus de détails...
 
Stream & getStream ()
 Return the stream used by this GPSP instance. Plus de détails...
 

Fonctions membres publiques statiques

static void printError (Stream &stream, const char *errorMessage)
 Prints "Error:" followed by the message. Plus de détails...
 

Documentation des constructeurs et destructeur

◆ GPSP()

GPSP::GPSP ( Stream &  stream)

Construct a new GPSP object, associating a Stream (Generally a Serial) to it.

Paramètres
stream

Documentation des fonctions membres

◆ defineCommand()

void GPSP::defineCommand ( Command  command)

Adds a new command to the List of Commands.

Paramètres
commandThe new command

◆ getStream()

Stream & GPSP::getStream ( )

Return the stream used by this GPSP instance.

Renvoie
Stream& The stream used by this GPSP instance.

◆ printError()

static void GPSP::printError ( Stream &  stream,
const char *  errorMessage 
)
static

Prints "Error:" followed by the message.

Paramètres
streamThe Stream to print the error to.
errorMessageThe message to print to the stream as error.

◆ update()

void GPSP::update ( )

Reads available data from Stream and stores it in a buffer until a NewLine or Semicolon is encountered. When this case is encountered call ProcessBuffer, then clears the buffer.


La documentation de cette classe a été générée à partir du fichier suivant :