1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00
Commit Graph

116 Commits

Author SHA1 Message Date
Patrick Grimm
93af3b2247 rename NOTIFICATION_CLASS_DESCR CurrentNotify to CurrentNC 2017-04-06 22:00:11 +02:00
Steve Karg
1e96b92b1a [r3128] Per 135-2016bl-2 and test BTL 9.20.1.8 Reading OPTIONAL Properties, if no optional properties are supported then an empty 'List of Results' shall be returned for the specified property. 2017-04-05 23:04:01 +02:00
Patrick Grimm
bcb9ba8a69 [3127] To process the last object in the object list 2017-04-05 23:00:45 +02:00
Patrick Grimm
ae96a1b852 [3126] NC added/corrected validation and also parse Priority as array 2017-04-05 22:53:46 +02:00
Steve Karg
93aac61ff7 [r3117] Changes to clean up compile warnings 2017-04-05 22:11:31 +02:00
Steve Karg
d046829710 [r3108] Added some text into EPICS demo that BTL wants to see in their testing tool. 2017-04-05 00:17:57 +02:00
Steve Karg
25ca4375f9 [r3096] Fixed compilation of unit tests. 2017-04-04 23:58:02 +02:00
Steve Karg
61fc4614f1 [r3079] Added function to get the DCC password from demo handler. 2017-04-04 22:29:27 +02:00
Steve Karg
85e3109f58 [r3078] Added buffer size to COV handler function parameters. 2017-04-04 22:28:35 +02:00
Steve Karg
fd9037424d [r3077] Check return value for valid COV encoding. 2017-04-04 22:24:42 +02:00
Patrick Grimm
5dcaf8c41a fix compile issue on lede 2016-12-03 20:40:20 +01:00
Patrick Grimm
cc8951a24b [r3069] Added router to Makefile for Linux all build. Added gateway and router-ipv6 to the Makefile all build.
Author: skarg@r3069
2016-12-03 12:56:45 +01:00
Patrick Grimm
2068573793 add Feedback_Value for AnalogOutput object 2016-12-03 12:27:58 +01:00
Patrick Grimm
28bb3c91b0 fix debug print format 2016-12-03 12:26:02 +01:00
Patrick Grimm
168875e6a7 fix bsd build. without PFLAGS 2016-12-03 12:24:43 +01:00
Patrick Grimm
cd7123bfcb fix compiler warning unused var. add macro unused_var 2016-12-03 12:23:18 +01:00
Patrick Grimm
4cfd94b27a [r3059] Fixed ports for Atmega8, Atmega168, and Xmega to compile.
Author: skarg@r3059
2016-11-01 19:22:01 +01:00
Patrick Grimm
9b6af087df [r3058] Changed Device_Object_List_Identifier() to use uint32_t for array_index since that is the size decoded in a ReadProperty request, and unsigned is not always 32-bit. \n Author: skarg@r3058 2016-11-01 03:32:21 +01:00
Patrick Grimm
1b4cb0eee5 update add compile switch for bac objects ai,ao,.. 2016-10-30 23:48:37 +01:00
Patrick Grimm
cd9c48738b try to fix unused warnings 2016-10-30 23:27:35 +01:00
Patrick Grimm
dffc351abe cleanup 2016-10-30 23:23:46 +01:00
Patrick Grimm
8537627650 change ipv6 broadcast from BIP6_MULTICAST_SITE_LOCAL to BIP6_MULTICAST_GLOBAL interop with yabe 2016-10-30 23:19:30 +01:00
Patrick Grimm
050ef0afad fix uci lib and include dir 2016-10-30 22:45:50 +01:00
Patrick Grimm
b9bb161ade update to r3056 from https://sourceforge.net/p/bacnet/code/3056/tree/trunk/bacnet-stack/ add ipv6 and schedule support 2016-10-30 16:16:03 +01:00
Patrick Grimm
1ea3bdb9cc add update mi, add init time 2014-05-22 01:06:21 +02:00
Patrick Grimm
8f598dc06b fix cp paste mistake 2014-05-21 23:47:03 +02:00
Patrick Grimm
429f8dde05 reduce MAX_NOTIFICATION_CLASSES and MAX_TREND_LOGS 2014-05-21 22:31:50 +02:00
Patrick Grimm
6f005c995a add cov for msi mso msv 2014-05-21 22:30:13 +02:00
Patrick Grimm
238fc9dc9a add feeback value for bo 2014-05-21 22:27:54 +02:00
Patrick Grimm
0bba5d1950 add PROP_MAX_PRES_VALUE PROP_MIN_PRES_VALUE for ai ao av 2014-05-21 22:24:52 +02:00
Patrick Grimm
0e08259e16 fix code style 2014-05-19 08:26:41 +02:00
Patrick Grimm
4fe2fc89c5 fix Binary_Value_Present_Value 2014-05-19 08:24:29 +02:00
Patrick Grimm
1e6812542a rewrite uci update 2014-05-19 02:20:49 +02:00
Patrick Grimm
e73ae1f05a aktivate uci update 2014-05-18 16:45:59 +02:00
Patrick Grimm
9c8851816c aktivate mi 2014-05-18 16:22:08 +02:00
Patrick Grimm
860c538ee2 add mso 2014-05-15 20:51:06 +02:00
Patrick Grimm
689e5547cb add uci init loop for mso 2014-02-25 17:55:55 +01:00
Patrick Grimm
7a159b9afa add ao and ai uci loop 2014-02-24 22:38:53 +01:00
Patrick Grimm
4a586ffa8d fix replase failures 2014-02-24 21:03:59 +01:00
Patrick Grimm
635176f33b add bo support 2014-02-24 20:52:42 +01:00
Patrick Grimm
cd4c615132 add bv support 2014-02-24 20:11:47 +01:00
Patrick Grimm
433b9dbef7 add uci init loop for bv 2014-02-24 20:10:51 +01:00
Patrick Grimm
7ca37c1aa3 fix bi value type to encode_application_enumerated 2014-02-24 20:10:24 +01:00
Patrick Grimm
b1340e611f bi some cleanups 2014-02-23 12:11:37 +01:00
Patrick Grimm
097dbef19b bi fix write 2014-02-23 02:10:38 +01:00
Patrick Grimm
7815f3cc28 add uci init loop for bi 2014-02-23 01:54:36 +01:00
Patrick Grimm
4bba8ea862 tl cleanups 2014-02-22 21:06:15 +01:00
Patrick Grimm
8d7227c6eb tl fix index and object_index 2014-02-22 02:46:21 +01:00
Patrick Grimm
83f431d1e4 add #if PRINT_ENABLED for printf() 2014-02-21 20:34:09 +01:00
Patrick Grimm
7e4108a583 fix msv write support 2014-02-19 23:06:19 +01:00