#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "network.h"
#include "serial.h"
#include "GPSNovatel.h"
#include "horodatage.h"
Fonctions | |
static void | usage (const char *progname) |
Utilisation du programme principal. | |
int | main (int argc, char *argv[]) |
Main du programme principal. | |
Variables | |
static int | verbose = 0 |
int | optind |
|
Main du programme principal.
|
|
Utilisation du programme principal.
|
|
|
|
Copyright (c) 2006 Frederic Camps $Source: /cvs/openrobots/hardlib/GPSNovatel/docs/html/sampleAPI_8c.html,v $Revision: 1.1 $Date: 24 april 2006 |