Z-Wave Protocol Controller Reference
ZW_typedefs.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
Include dependency graph for ZW_typedefs.h:

Go to the source code of this file.

Macros

#define code
 
#define xdata
 
#define CODE   /* Used for defining callback function which allways */
 
#define TRUE   true
 
#define FALSE   false
 
#define VOID_CALLBACKFUNC(completedFunc)   void (CODE *completedFunc)
 
#define UNUSED(x)   x = x; /* Hack to silence warning C280 Unreferenced local variable */
 

Typedefs

typedef unsigned char BYTE
 
typedef unsigned short WORD
 
typedef unsigned long DWORD
 
typedef bool BOOL
 

Macro Definition Documentation

◆ code

#define code

◆ CODE

#define CODE   /* Used for defining callback function which allways */

◆ FALSE

#define FALSE   false

◆ TRUE

#define TRUE   true

◆ UNUSED

#define UNUSED (   x)    x = x; /* Hack to silence warning C280 Unreferenced local variable */

◆ VOID_CALLBACKFUNC

#define VOID_CALLBACKFUNC (   completedFunc)    void (CODE *completedFunc)

◆ xdata

#define xdata

Typedef Documentation

◆ BOOL

typedef bool BOOL

◆ BYTE

typedef unsigned char BYTE

◆ DWORD

typedef unsigned long DWORD

◆ WORD

typedef unsigned short WORD