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 <endian.h>
#include <stdint.h>
#include <inttypes.h>
#include <windows.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__, __gcc_struct__))
 
#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_SER_TX_BUFSIZE   2048
 
#define XBEE_SER_RX_BUFSIZE   4096
 
#define XBEE_SERIAL_MAX_BAUDRATE   921600
 
#define ZCL_TIME_EPOCH_DELTA   ZCL_TIME_EPOCH_DELTA_1970
 
#define XBEE_MS_TIMER_RESOLUTION   16
 

Typedefs

typedef int bool_t
 

Detailed Description

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