skarg
1a2241a0eb
Added ifndef to config.h latest changes to allow makefile configurations.
2009-08-07 14:11:39 +00:00
minack
d5b455c742
Move the string type max length definition into the config header so that the user can set them independently of MAX_APDU.
...
Also, added new define MAX_OCTET_STRING_BYTES.
2009-08-06 07:11:31 +00:00
skarg
8e3780e791
updated the version number.
2009-07-29 19:44:07 +00:00
skarg
db61a1122f
Ran indent script.
2009-07-29 18:06:33 +00:00
minack
c782578f9f
Added some macros to manipulate values contained within an object id value.
...
Removed MAX_BACNET_OBJECT_ID, as it had already been defined in bacdef.h.
2009-07-27 23:24:12 +00:00
skarg
ece1f05de9
Corrected EOL line style and line endings on files.
2009-07-24 16:19:48 +00:00
skarg
0e5a1cee0a
Corrected comments.
2009-07-24 16:18:48 +00:00
skarg
295977c606
Updated version number - preparation for release.
2009-07-19 17:05:46 +00:00
skarg
d9fea88227
Removed the unused state of MSTP_RECEIVE_STATE_HEADER_CRC. Hopefully this doesn't break too many implementations!
2009-07-17 15:41:37 +00:00
skarg
a32af783cb
Moved the MS/TP defines into mstpdef.h file.
2009-07-17 15:15:46 +00:00
skarg
0293a2e6a2
Updated bdk port for version 2, along with test.
2009-07-14 15:47:58 +00:00
minack
88f3aab51d
Code cleanup to get rid of some warnings during compilation.
2009-07-08 22:25:54 +00:00
minack
bee5bf3ac2
Added MAX_BACNET_OBJECT_ID define.
2009-07-08 22:22:49 +00:00
skarg
e70dd3c7ba
Added more objects to BDK port, and connected AI to ADC7, and BI0..BI4 to PINB0..PINB4. Fixed up some other objects and object API (header files).
2009-06-18 03:58:54 +00:00
skarg
6903310da9
Added set function for AV Present Value (similar to ao.c).
2009-06-05 19:33:31 +00:00
skarg
7032168ff5
Ran the fixup, indent, and comment scripts to standardize the source code.
2009-05-24 01:49:21 +00:00
minack
8e670ef3f9
Changes:
...
Added codecs/demo handler/demo client for Alarm Ack service.
Updated relevant global header files client.h and handlers.h
Fixed up incorrect return val for lso handler.
2009-05-23 03:16:28 +00:00
skarg
7916c7a6de
Consolodated the datalink environment variable for building demos on Linux and Windows into a single module (dlenv). Adjusted most demo makefiles.
2009-05-22 01:45:38 +00:00
skarg
0c4edb33d9
Fixed up file indent, comments, and eol-type.
2009-05-13 03:46:02 +00:00
skarg
9235ebeee2
Improved BACnet Development Kit object handling and storing to SEEPROM and EEPROM. Added device property to check C-Stack size and amount unused.
2009-05-12 20:25:31 +00:00
skarg
469627a6cf
Updated port for BACnet Development Kit.
2009-05-11 22:32:06 +00:00
skarg
68bdca6fbe
Removed unnecessary include file which caused compiler warnings on AVR.
2009-05-03 11:56:37 +00:00
skarg
2497c19aaa
Corrected Analog Output demo object priority parameter consistency. Thank you piotrek ( bacpack )! Sourceforge.net bug ID: 2782204.
2009-04-27 15:42:50 +00:00
skarg
2f983c22d1
Updated the version number.
2009-04-19 20:55:56 +00:00
skarg
6da080105d
Cleaned up Borland compiler warnings.
2009-04-19 20:05:06 +00:00
skarg
b85c4355d0
Indented according to standard indent rules for this project.
2009-04-18 20:50:04 +00:00
skarg
6656304d37
Fixed up dos eol and svn eol type.
2009-04-18 20:48:08 +00:00
skarg
c17962107c
Corrected warnings found by splint.
2009-04-18 17:54:39 +00:00
skarg
4530915459
Moved send_uevent to demo/handler/s_uevent.c. Cleaned up event.c after splint review.
2009-04-18 15:28:35 +00:00
skarg
51845ed4fd
Corrected warnings generated from splint.
2009-04-18 13:48:15 +00:00
skarg
b3f87e54f2
Cleaned up headers and copyright text.
2009-04-18 12:31:59 +00:00
kingdl802
537c0d8bdf
Make this c header file c++ compatible.
2009-04-09 15:51:59 +00:00
kingdl802
ed5807103f
remove the c++ comment instead of converting it because it
...
violates the coding style for header files - the enclosing
endif is not commented.
2009-04-09 15:46:14 +00:00
skarg
a42b63d5c7
Changed the data type of the MS/TP index for the receiving byte to allow an APDU of 480 bytes.
2009-02-16 18:53:15 +00:00
skarg
1f3bce1b56
Changed BACnet enumerations API to use uint32_t rather than int.
2009-01-25 22:56:47 +00:00
skarg
9c8d94206a
Added Confirmed Private Transfer encoding, decoding, and unit testing.
2009-01-25 22:54:36 +00:00
minack
89fc2810f3
Added code to handle Life Safety Operation service.
2009-01-23 00:34:55 +00:00
skarg
980f0145be
Fixed line endings, and set EOL properties.
2008-12-05 21:26:24 +00:00
skarg
fa1d2b4fdc
Moved ucov_notify_send to handler/s_ucov.c file, and refactored PDU encoding.
2008-12-05 20:18:03 +00:00
skarg
33b1eef709
updated the header file for new functions.
2008-12-05 18:19:23 +00:00
skarg
c2fdccb2df
Corrected RPM client handling - missed the AccessError tag. Thanks, Kevin!
2008-12-02 06:57:14 +00:00
skarg
63f3f77552
Modified the PIC port MS/TP RS-485 handling to use an interrupt safe FIFO library (untested).
2008-11-28 13:37:42 +00:00
skarg
858adac724
Added FIFO library code.
2008-11-27 13:06:29 +00:00
skarg
cee436eb45
Cleaned up PIC18F6720 project to enable mostly clean compile and build with latest MPLab (8.x) and MCC18 compiler (3.x).
2008-11-26 13:57:38 +00:00
skarg
d1a1c1c8a6
Indented.
2008-11-24 12:48:09 +00:00
skarg
7921d2f811
added ReadPropertyMultiple client demo application, bacrpm.
2008-11-23 22:25:08 +00:00
skarg
6072b98f1f
Added UCovNotification handler to demo server application.
2008-11-20 16:27:40 +00:00
skarg
ae26f6f294
Fixed enumeration inconsistencies. Thanks, Ross!
2008-11-19 16:39:51 +00:00
skarg
0e9a805f75
Moved the iam_send to demo/handler/s_iam.c to keep application code out of the core encode/decode library.
2008-11-14 14:41:28 +00:00
skarg
9a2be11f27
Cleaned up BACnet Double.
2008-11-12 15:40:58 +00:00