skarg
|
db61a1122f
|
Ran indent script.
|
2009-07-29 18:06:33 +00:00 |
|
skarg
|
82a03d948b
|
Corrected present_value priority array offset for binary output examples.
|
2009-07-20 22:15:08 +00:00 |
|
skarg
|
2a7197f93d
|
Corrected present_value set call parameter order. Thank you, Peter!
|
2009-07-15 18:44:55 +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
|
0c4edb33d9
|
Fixed up file indent, comments, and eol-type.
|
2009-05-13 03:46:02 +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
|
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
|
d1a1c1c8a6
|
Indented.
|
2008-11-24 12:48:09 +00:00 |
|
skarg
|
1dad528da8
|
Added optional active/inactive text properties to Binary Output object.
|
2008-10-13 19:00:25 +00:00 |
|
skarg
|
0ffbb64c13
|
Indented with standard indent rules.
|
2008-08-23 12:38:26 +00:00 |
|
skarg
|
9c316a65dc
|
Moved APDU Timeout and Retries to apdu module.
|
2008-08-17 02:12:58 +00:00 |
|
skarg
|
fb453ae1aa
|
Corrected bug in ATmega168 demo in the RS-485 driver. Also updated the IAR project for Embedded workbench 5.10. Stats:
IAR Atmel AVR C/C++ Compiler V5.10A/W32
10191 bytes of CODE memory (+36 range fill)
775 bytes of DATA memory (+24 absolute)
avr-gcc (GCC) 4.2.2 (WinAVR 20071221rc1)
Program: 12052 bytes (73.6% Full)
Data: 481 bytes (47.0% Full)
|
2008-03-19 20:21:44 +00:00 |
|
skarg
|
cf9d15631a
|
Indented using indent script. Corrected any C++ comments using the comment script.
|
2008-03-10 21:00:48 +00:00 |
|
skarg
|
a413b92afd
|
Added COV subscription list to Device object. Untested.
|
2008-01-16 21:35:26 +00:00 |
|
skarg
|
bfc5a52a6f
|
Adding SubscribeCOV to demo/server for testing.
|
2008-01-14 21:27:22 +00:00 |
|
skarg
|
89432a85c3
|
Applied standard indentation to files.
|
2008-01-08 23:13:51 +00:00 |
|
skarg
|
af6490c6cd
|
Corrected compile error.
|
2008-01-01 22:12:18 +00:00 |
|
skarg
|
9ab6d4165f
|
Adding COV support.
|
2007-12-28 19:53:34 +00:00 |
|
skarg
|
92f16a443f
|
Added casts to reduce compile warnings.
|
2007-12-11 22:47:23 +00:00 |
|
skarg
|
32457a68c0
|
Indented.
|
2007-12-07 20:15:56 +00:00 |
|
skarg
|
64e9b54dbd
|
Adding a DOS port to run on x86 single board computer.
|
2007-12-06 22:31:14 +00:00 |
|
skarg
|
23905f3436
|
Added WriteProperty support to Binary Inputs, as well as adding out-of-service. Prepping for COV.
|
2007-12-05 22:55:45 +00:00 |
|
skarg
|
1477603af6
|
indented.
|
2007-11-29 16:39:48 +00:00 |
|
skarg
|
411d6c1b24
|
Indented.
|
2007-11-29 15:56:53 +00:00 |
|
skarg
|
948f9afd9a
|
Updated unit tests for objects.
|
2007-11-11 06:23:24 +00:00 |
|
skarg
|
fc2d159833
|
Changed default device object id to 260xxx since 260 is the vendor ID of this BACnet stack.
|
2007-10-16 01:23:16 +00:00 |
|
skarg
|
3d6158443c
|
Changed API: encode_tagged is now encode_application since we are encoding an application tag.
|
2007-10-13 12:26:16 +00:00 |
|
skarg
|
82311b321c
|
Moved the demo object header files to the include directory.
|
2007-10-10 12:26:09 +00:00 |
|
skarg
|
f748022f27
|
Moved the demo object header files to the include directory.
|
2007-10-10 12:24:49 +00:00 |
|
skarg
|
53c332d5a4
|
Corrected TSM exclusion.
|
2007-10-10 11:57:55 +00:00 |
|
skarg
|
8aa905ce68
|
Corrected unit test builds on Linux.
|
2007-08-31 22:05:02 +00:00 |
|
skarg
|
b41f8709d8
|
Updated vendor name and ID to use the one specified in config.h or DEFINED.
|
2007-08-24 00:33:34 +00:00 |
|
skarg
|
6dc7399605
|
Since config.h is updated, the demo makefiles needed to be updated with the latest DEFINES. Also changed some of the demo projects built with CodeBlocks.
|
2007-08-21 23:00:56 +00:00 |
|
skarg
|
f74d39558f
|
Added more configuration information to config.h, including the default Vendor Id. This BACnet Stack at SourceForge has been assigned Vendor Id 260 by ASHRAE. We can now release binary utilities and tools with our own Vendor ID!
|
2007-08-21 17:50:01 +00:00 |
|
skarg
|
53f2fc3f35
|
Updated the unit test make files. Fixed the init sections of MS/TP monitor (rx_fsm) modules. Corrected the rx_fsm code to check the correct return value of the read. Fixed the return value of the RS485 prototypes.
|
2007-08-18 16:14:06 +00:00 |
|
skarg
|
1b9a00e238
|
Added version files.
|
2007-08-13 16:42:43 +00:00 |
|
skarg
|
7e2d6ee881
|
Added bacint.c to all the project make files that needed it. We really need to make the code into a library and use the library in the demos since adding a file to all the make files and IDE projects is tedious at best.
|
2007-07-26 00:24:25 +00:00 |
|
skarg
|
f25766c185
|
Cleaned up device object and server demo for MS/TP properties and compiler warnings.
|
2007-07-20 00:42:49 +00:00 |
|
skarg
|
a2c12b4d12
|
Corrected required list to remove max-master and max-info-frames when MSTP is not the datalink layer. Added property encoding for max-master and max-info-frames.
|
2007-07-19 21:53:35 +00:00 |
|
skarg
|
30c186d730
|
Corrected ReadPropertyMultiple handler. Tested using VTS with demo/server running under linux.
|
2007-07-19 18:27:03 +00:00 |
|
skarg
|
032a78bb2a
|
Removed polarity property from Binary Value demo, since polarity is not a standard property of a Binary Value.
|
2007-07-19 14:55:22 +00:00 |
|
skarg
|
5b07b5b920
|
Integrated ReadPropertyMultiple with the demo/server application. Compiles, but untested.
|
2007-07-19 00:21:38 +00:00 |
|
skarg
|
a8555ef196
|
Integrating the ReadPropertyMultiple handler - not working yet.
|
2007-07-17 03:02:25 +00:00 |
|
skarg
|
b952a54966
|
Adding ReadPropertyMultiple handler (thank you to John Stachler for this contribution!). Untested and not finished integrating with the demos.
|
2007-07-17 00:21:31 +00:00 |
|
skarg
|
b3f0ef2d74
|
Added casts to remove warnings on IAR compiler.
|
2007-06-20 21:21:26 +00:00 |
|
skarg
|
e142d20f3a
|
Updated the version number.
|
2007-06-18 17:02:51 +00:00 |
|