navit  0.5.3-trunk
data.h File Reference
#include "config.h"

Go to the source code of this file.

Macros

#define L(x)   ({ unsigned char *t=(unsigned char *)&(x); t[0] | (t[1] << 8) | (t[2] << 16) | (t[3] << 24); })
 

Functions

static unsigned char get_u8 (unsigned char **p)
 
static unsigned short get_u16 (unsigned char **p)
 
static unsigned short get_u16_unal (unsigned char **p)
 
static unsigned int get_u24 (unsigned char **p)
 
static unsigned int get_u24_unal (unsigned char **p)
 
static unsigned int get_u32 (unsigned char **p)
 
static unsigned int get_u32_unal (unsigned char **p)
 
static char * get_string (unsigned char **p)
 

Macro Definition Documentation

◆ L

#define L (   x)    ({ unsigned char *t=(unsigned char *)&(x); t[0] | (t[1] << 8) | (t[2] << 16) | (t[3] << 24); })

Function Documentation

◆ get_string()

static char* get_string ( unsigned char **  p)
inlinestatic

◆ get_u16()

static unsigned short get_u16 ( unsigned char **  p)
inlinestatic

References __bswap_16.

Referenced by get_u24().

◆ get_u16_unal()

◆ get_u24()

static unsigned int get_u24 ( unsigned char **  p)
inlinestatic

References get_u16().

◆ get_u24_unal()

static unsigned int get_u24_unal ( unsigned char **  p)
inlinestatic

References get_u16_unal().

◆ get_u32()

◆ get_u32_unal()

◆ get_u8()

static unsigned char get_u8 ( unsigned char **  p)
inlinestatic

Navit, a modular navigation system. Copyright (C) 2005-2008 Navit Team

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Referenced by street_name_number_get(), street_name_numbers_get(), and town_get_data().