Commit Graph

398 Commits

Author SHA1 Message Date
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 6e6cdf2bc0 Added the call to Multistate_Output_Property_Lists() into the switch statement in RPM_Property_List(). It was noticed because the Scada Engine BOWS chokes on this when it tries to do an RPM "all" and stops using RPM for all the other objects on the device as well. Thank you, Peter! 2009-06-17 23:24:32 +00:00
skarg 95b94f75fd removed process.h which causes mingw to fail from command line build. 2009-06-05 19:34:08 +00:00
skarg 6903310da9 Added set function for AV Present Value (similar to ao.c). 2009-06-05 19:33:31 +00:00
skarg 83d9abc3e8 removed the unused function for environment variables. 2009-06-05 18:51:45 +00:00
skarg 2bf1e66ace Corrected demo mstpcap when building with Borland compiler. Thank you Martin! 2009-05-27 20:25:11 +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 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 469627a6cf Updated port for BACnet Development Kit. 2009-05-11 22:32:06 +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 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 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 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 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
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 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 f9d6bd8ed2 Cleaned up some compiler warnings. 2009-02-27 22:39:10 +00:00
brayra c6501b901e Added check for environment variable BACNET_APDU_TIMEOUT.
Added printing of BACNET_MSTP_BAUD when overridden by evnironment variable.
2009-02-27 16:30:54 +00:00
skarg aae481d245 Removed the extra threading on the MS/TP capture tool since it didn't capture very well (perhaps it needed some tuning). 2009-02-23 16:01:56 +00:00
skarg d45d566c94 Corrected context decoding bug in ReadPropertyMultiple client. Corrected ReadPropertyMultiple handling of objects that aren't supported. Added the context to application tags for the Load Control object. 2009-02-21 19:12:31 +00:00
skarg c23b6c2742 Corrected grammar. 2009-02-20 16:00:19 +00:00
skarg d304e64743 Added "--help" command line option to mstpcap. 2009-02-20 15:51:08 +00:00
skarg 4490d4a086 Added and updated a few Borland C++ makefiles for building the demo applications on Windows. Thank you Martin! 2009-02-20 15:21:35 +00:00
skarg e35cabd91d Updated mstpcap for win32, tested. 2009-02-15 22:19:14 +00:00
skarg c9d5807431 Added better packet size limiting. Added file and stdout flushing. 2009-02-15 15:07:41 +00:00
skarg 0573afd406 Added sleep and removed debug print from mstpcap. Tested under Linux. Needs tested under Windows. 2009-02-15 14:04:29 +00:00
skarg 209f63b1dc Adding time stamp to mstpcap file name. Untested. 2009-02-15 13:27:41 +00:00
skarg 1f3bce1b56 Changed BACnet enumerations API to use uint32_t rather than int. 2009-01-25 22:56:47 +00:00
minack 89fc2810f3 Added code to handle Life Safety Operation service. 2009-01-23 00:34:55 +00:00
skarg eb5838c3d5 Cleaned up some makefiles. 2009-01-17 12:49:47 +00:00
skarg f8a50daf3e Cleaned up compiler warning. 2008-12-05 21:30:21 +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 c2fdccb2df Corrected RPM client handling - missed the AccessError tag. Thanks, Kevin! 2008-12-02 06:57:14 +00:00
skarg 85654baf40 converted the debug printf to ugly ifdefs for PIC compiler. 2008-12-01 15:08:34 +00:00
skarg b3c64b75bc Corrected compiler warning. 2008-11-26 14:02:41 +00:00
skarg d1a1c1c8a6 Indented. 2008-11-24 12:48:09 +00:00
skarg fdfd6a9f9f Fixed checkin of subversion where I had copied the .svn file when creating the new directory. 2008-11-24 04:52:37 +00:00
skarg e3f91b3916 Added ReadPropertyMultiple client demo bacrpm. 2008-11-23 22:41:57 +00:00
skarg 7921d2f811 added ReadPropertyMultiple client demo application, bacrpm. 2008-11-23 22:25:08 +00:00
skarg 815d8f8dbb Fixed handler. 2008-11-20 23:31:54 +00:00