Updated the include/bacnet.h file to be the only file needed by the main.c file - untested.
This commit is contained in:
@@ -37,11 +37,13 @@
|
||||
/* This file is designed to reference the entire BACnet stack library */
|
||||
|
||||
/* core files */
|
||||
#include "version.h"
|
||||
#include "config.h"
|
||||
#include "address.h"
|
||||
#include "apdu.h"
|
||||
#include "bacapp.h"
|
||||
#include "bacdcode.h"
|
||||
#include "bacint.h"
|
||||
#include "bacdef.h"
|
||||
#include "bacenum.h"
|
||||
#include "bacerror.h"
|
||||
@@ -73,4 +75,21 @@
|
||||
references the device.c members via the device.h API. */
|
||||
#include "device.h"
|
||||
|
||||
/* demo objects */
|
||||
#include "ai.h"
|
||||
#include "ao.h"
|
||||
#include "av.h"
|
||||
#include "bacfile.h"
|
||||
#include "bi.h"
|
||||
#include "bo.h"
|
||||
#include "bv.h"
|
||||
#include "lc.h"
|
||||
#include "lsp.h"
|
||||
#include "mso.h"
|
||||
|
||||
/* demo handlers */
|
||||
#include "txbuf.h"
|
||||
#include "client.h"
|
||||
#include "handlers.h"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user