skarg
1525de33fe
Added multimedia timer to dlmstp.c for Win32 port to try and improve performance. Thank you Cameron Crothers!
2009-05-25 13:45:52 +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
417bee2833
Removed process.h - conflicted with MinGW.
2009-05-22 01:48:55 +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
1b78d33ddc
Added build option for Makefile (for optimized)
2009-05-13 04:49:59 +00:00
skarg
0c4edb33d9
Fixed up file indent, comments, and eol-type.
2009-05-13 03:46:02 +00:00
skarg
85c9efd2b5
Corrected compilation on Ubuntu Linux.
2009-05-13 00:25:08 +00:00
skarg
30c01de3a4
Refactored the GCC C-Stack functions into their own file.
2009-05-12 20:41:42 +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
fa3607d948
Corrected ReadPropertyMultiple for some objects. Added catch for case where malformed RPM-Ack is received.
2009-05-12 20:23:01 +00:00
skarg
bbc87574b9
Removed unnecessary comment.
2009-05-11 23:57:33 +00:00
skarg
469627a6cf
Updated port for BACnet Development Kit.
2009-05-11 22:32:06 +00:00
skarg
be4b33c099
Updated error message to work correctly.
...
Updated COM port to work with COM ports higher than COM9.
2009-05-11 20:17:30 +00:00
skarg
7694023e12
added hardware design spreadsheet
2009-05-09 11:43:12 +00:00
skarg
eb06ee919a
Added demo port for BACnetDevelopmentKit.com board.
2009-05-04 22:14:45 +00:00
skarg
68bdca6fbe
Removed unnecessary include file which caused compiler warnings on AVR.
2009-05-03 11:56:37 +00:00
skarg
b194e2cd70
SourceForge.net bug ID: 2785704. Added case in demo device object to return the Location property. Corrected comment and value of UTC Offset. Thank you piotrek ( bacpack )!
2009-05-03 11:55:50 +00:00
skarg
83392d0a4d
Corrected SourceForge.net bug ID: 2783175. Changed the way that Time and Date unspecified values were printed in bacapp. Thank you piotrek ( bacpack )!
2009-05-03 11:34:50 +00:00
skarg
0d9aafe92d
Removed Description property from ReadPropertyMultiple table for Required since it is an optional property. SourceForge.net bug ID: 2782191. Thank you piotrek ( bacpack )!
2009-04-27 15:45:07 +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
9adb126a17
Created shell script and batch file to read device object properties.
2009-04-23 13:51:56 +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
94d55e0294
Cleaned up Borland build files (whitespace) and subtle bug in lib makefile.
2009-04-19 14:39:20 +00:00
skarg
522ab83064
Corrected whitespace issues.
2009-04-19 13:00:55 +00:00
skarg
8c34dfeb72
Corrected usage of temporary file in Borland Makefile. Terminator must be in first column.
2009-04-19 12:32:26 +00:00
skarg
b85c4355d0
Indented according to standard indent rules for this project.
2009-04-18 20:50:04 +00:00
skarg
b3fab21603
Changed C++ comments to C comments.
2009-04-18 20:48:48 +00:00
skarg
6656304d37
Fixed up dos eol and svn eol type.
2009-04-18 20:48:08 +00:00
skarg
ebdf8f9e22
Corrected bug introduced when splinting.
2009-04-18 20:46:59 +00:00
skarg
c17962107c
Corrected warnings found by splint.
2009-04-18 17:54:39 +00:00
skarg
9051a80e30
Corrected warnings found in splint review. Cleaned up previous use of datalink in core files.
2009-04-18 15:29:47 +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
9722e4f7db
Added makefile for event notification unit tests. Cleaned up compile warnings for event notification files.
2009-04-18 13:47:23 +00:00
skarg
b3f87e54f2
Cleaned up headers and copyright text.
2009-04-18 12:31:59 +00:00
skarg
fe3e5e0e18
Added unit test makefile for Life Safety Operation, and cleaned up file for GCC compilation.
2009-04-18 12:30:48 +00:00
kingdl802
a4b776f952
Add missing dependencies.
2009-04-13 16:15:21 +00:00
kingdl802
71a4a52f1b
Add work-around that allows "make clean" to work with long
...
command lines for Borland.
2009-04-13 15:56:49 +00:00
kingdl802
04d7ea9672
the list of include directories had to be updated because the
...
paths have changed.
2009-04-09 19:41:48 +00:00
kingdl802
537c0d8bdf
Make this c header file c++ compatible.
2009-04-09 15:51:59 +00:00
kingdl802
6a2ca24857
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:47:47 +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
kingdl802
a4c5bc45c3
For the bacwp command (demo/writeprop), the maximum number of
...
tag/value pairs you can pass from the command line defaults
to 64 (in main.c.) This setting may be changed to any other
value by setting MAX_PROPERTY_VALUES in either Makefile or
makefile.b32 in the demo/writeprop directory.
2009-04-07 19:06:18 +00:00
kingdl802
c6085fe776
Updated handler_i_am_add to also display the responder's MAC
...
(IP) address when PRINT_ENABLED is defined. This will help
when debugging duplicate BACNET IDs in a multi-device
configuration.
2009-04-07 18:58:00 +00:00
skarg
32f08d9386
Fixed test for PrivateTransfer service to be more accurate, and added Octet String to bacapp supplementary functions.
2009-03-27 18:18:53 +00:00
skarg
dff62808bd
Corrected APDU overrun problem in RPM handler. Thank you to Jérémy for reporting and Tomás for confirming!
2009-03-19 15:23:20 +00:00
skarg
5feece5e5c
Corrected whoisrouter demo application that receives responses with many networks where the program was always printing the first one. Thank you, Martin!
2009-03-06 11:11:49 +00:00
skarg
75bd715bd4
corrected possible overflow in dlmstp.c for PIC and RTOS-32. Thank you Martin!
2009-03-06 11:04:51 +00:00