bacpack
|
502cbcc2e6
|
1. In device.c, the Object_Table[] is now extern; it has to be defined by the user application (see demos); only the required BACnet objects have to be included.
2. Objects' .h files define macro to be used to initialize Object_Table[].
|
2010-11-13 19:57:29 +00:00 |
|
skarg
|
710cfccfef
|
Indented using indent script.
|
2010-05-04 21:06:26 +00:00 |
|
skarg
|
ea7c74dad2
|
Changed header defines for Units to be uint16_t since the maximum value allowed by BACnet is 65535. Thanks, Piotr!
|
2010-03-05 17:14:42 +00:00 |
|
skarg
|
d7ec61eb21
|
Moved constants defining the number of each object back into the source files for the demo objects since the header files are currently common to all.
|
2010-02-11 23:14:53 +00:00 |
|
skarg
|
70b5d45ce2
|
Updated ports/bdk-atxx4-mstp to use demo handlers for RP,RPM,WP.
|
2010-02-11 04:31:43 +00:00 |
|
skarg
|
f0863c0238
|
Refactored RP, WP, RPM to reduce coupling with objects for Linux and Win32 ports.
|
2010-02-10 16:27:31 +00:00 |
|
petermcs
|
7c13ab6904
|
First version of Trend Log which will actually log real data.
|
2009-12-11 14:54:56 +00:00 |
|
skarg
|
c04e69da8c
|
Fixed EOL, indent.
|
2009-10-24 17:02:59 +00:00 |
|
skarg
|
de35ce7c5e
|
Added optional API for some objects. Added ability to set password for default DCC handler.
|
2009-09-04 04:21:59 +00:00 |
|
skarg
|
10e7ad99b4
|
Added optional API.
|
2009-08-28 00:59:32 +00:00 |
|
skarg
|
147d6eb486
|
Added more object optional API.
|
2009-08-26 10:53:13 +00:00 |
|
skarg
|
a28760bf56
|
Added init functions to object header files. Finished refactoring the demo read and write property handlers to use function tables.
|
2009-08-23 03:26:30 +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
|
411d6c1b24
|
Indented.
|
2007-11-29 15:56:53 +00:00 |
|
skarg
|
f748022f27
|
Moved the demo object header files to the include directory.
|
2007-10-10 12:24:49 +00:00 |
|