Microchip® Advanced Software Framework

config.h File Reference

WSNDemo application and stack configuration.

Copyright (c) 2018 Microchip Technology Inc. and its subsidiaries.

#include "miwi_config.h"
#include "miwi_config_mesh.h"

Macros

#define APP_CAPTION   "Client-Coordinator"
 
#define APP_CAPTION_ED   "Client-End Device"
 
#define APP_CAPTION_ED_SIZE   (sizeof(APP_CAPTION_ED) - 1 + SHORT_ADDRESS_CAPTION_SIZE)
 
#define APP_COORDINATOR   0
 
#define APP_ENDDEVICE   0
 
#define APP_NODE_TYPE   1
 
#define APP_NWKSTATUS_INTERVAL   1000
 
#define APP_ROUTER   1
 
#define APP_RX_BUF_SIZE   20
 
#define APP_SENDING_INTERVAL   10000
 
#define PAN_COORDINATOR_SHORT_ADDRESS   0x0000
 
#define SHORT_ADDRESS_CAPTION_SIZE   7
 

#define APP_CAPTION   "Client-Coordinator"

Referenced by appInit(), and appSendData().

#define APP_CAPTION_ED   "Client-End Device"

Referenced by appSendData().

#define APP_CAPTION_ED_SIZE   (sizeof(APP_CAPTION_ED) - 1 + SHORT_ADDRESS_CAPTION_SIZE)

Referenced by appSendData().

#define APP_COORDINATOR   0
#define APP_ENDDEVICE   0
#define APP_NODE_TYPE   1

Referenced by appInit().

#define APP_NWKSTATUS_INTERVAL   1000

Referenced by appInit().

#define APP_ROUTER   1
#define APP_RX_BUF_SIZE   20

Referenced by APP_TaskHandler().

#define APP_SENDING_INTERVAL   10000

Referenced by APP_TaskHandler(), and appInit().

#define PAN_COORDINATOR_SHORT_ADDRESS   0x0000

Referenced by appSendData().

#define SHORT_ADDRESS_CAPTION_SIZE   7

Referenced by appSendData().