Digi XBee(R) ANSI C Host Library
Data Structures | Macros | Typedefs
platform_config.h File Reference

This file is automatically included by xbee/platform.h. More...

#include <strings.h>
#include <sys/types.h>
#include <stdint.h>
#include <inttypes.h>
#include <termios.h>

Go to the source code of this file.

Data Structures

struct  xbee_serial_t
 

Macros

#define strcmpi   strcasecmp
 
#define strncmpi   strncasecmp
 
#define PACKED_STRUCT   struct __attribute__ ((__packed__))
 
#define XBEE_PACKED(name, decl)   PACKED_STRUCT name decl
 
#define _f_memcpy   memcpy
 
#define _f_memset   memset
 
#define XBEE_WIFI_ENABLED   1
 
#define XBEE_CELLULAR_ENABLED   1
 
#define XBEE_NATIVE_64BIT
 
#define XBEE_SERIAL_MAX_BAUDRATE   115200
 
#define ZCL_TIME_EPOCH_DELTA   ZCL_TIME_EPOCH_DELTA_1970
 
#define XBEE_MS_TIMER_RESOLUTION   10
 

Typedefs

typedef int bool_t
 

Detailed Description

This file is automatically included by xbee/platform.h.

Todo:

need a configure script to find location of endian.h?

figure out a way to handle XBEE_NATIVE_64BIT

better way to determine timer resolution?