Révision 245
Ajouté par Clement ROCHE il y a environ 3 ans
branch/ROCHE/sp4a12/main.c | ||
---|---|---|
void traitement(char * trame)
|
||
{
|
||
static int cpt=0;
|
||
cpt++;
|
||
printf ("> %s\n",trame);
|
||
cpt++;
|
||
|
||
if (trame_cmp(trame,"GPGGA") == 1) {
|
||
printf ("> %s\n",trame);
|
||
}
|
||
|
||
}
|
||
|
||
int trame_cmp(char * trame, char * type) {
|
Formats disponibles : Unified diff
affiche uniquement les trames GPGGA (5)