skarg
7361bb4650
1. Added new file s_wpm.c (Send_Write_Property_Multiple_Request_Data)
...
2. Changed file wpm.h (new struct added BACNET_WRITE_ACCESS_DATA, declaration for wpm_encode_apdu added)
3. Changed file wpm.c (definition added for wpm_encode_apdu)
4. client.h file updated with declaration for Send_Write_Property_Multiple_Request_Data
Thank you for the contribution, Daniel Blazevic!
2013-10-09 21:49:15 +00:00
skarg
f6c6a9cb8b
added property list library to return all required and optional properties of an object. Not finished with all object properties yet, but functional in the EPICs demo. Updated property enumerations and text names based on 135-2010 standard.
2012-04-15 21:00:43 +00:00
skarg
a8280dda95
Added CharacterString Value object example and unit tests, and added to demo/server example application.
...
Added Multi-state Value object example and unit tests, and added to demo/server example application.
Fixed Analog Input object, Analog Output object, Analog Value object, Device object, Multi-state Input object, Multi-state Output object examples to return correct error codes for WriteProperty service (per BACnet 135.1-2009-9.22.2.6).
Fixed top level ReadProperty and WriteProperty handlers in Device object to return correct error codes (per BACnet 135.1-2009-9.22.2.5)
2012-03-22 18:22:42 +00:00
skarg
bebb97b469
Added Added SubscribeCOV demo application (bacscov) for testing.
2011-09-14 20:40:26 +00:00
skarg
ed7ba53b08
Fixed compile errors for Borland compiler.
2011-08-23 21:05:34 +00:00
skarg
ccb5323721
Fixed Borland compiler warnings and errors.
2010-02-15 20:20:11 +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
skarg
ba795a3d2e
Moved key.c and keylist.c into library for better management. Thanks Piotr!
2010-01-13 18:06:42 +00:00
skarg
46c78db995
Added Alarm and event source files to default library makefile to get better testing and visibility.
2009-11-19 16:03:57 +00:00
skarg
d8b6557641
Added UnconfirmedPrivateTransfer client send function.
2009-10-20 21:48:38 +00:00
skarg
af30d31a6c
Added UnconfirmedPrivateTransfer encoding and demo handler.
2009-10-20 17:26:06 +00:00
skarg
c4e56abcea
Added send for ConfirmedEventNotification.
2009-09-12 18:00:42 +00:00
petermcs
8d80d25322
Added sample Confirmed Private Transfer implementation files and demo for same.
2009-09-04 11:25:47 +00:00
skarg
6adf97553f
Updated code to handle Borland 5.5 Compile.
2009-07-29 17:53:32 +00:00
skarg
aa4f9a88e7
Changed the delete rule to delete only one file at a time since the Borland Make (or DOS del) only takes up to 255 characters per command.
2009-06-01 13:13:32 +00:00
skarg
a060c88896
Corrected Borland build when building for MS/TP. Thank you Martin!
2009-05-27 20:24:42 +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
94d55e0294
Cleaned up Borland build files (whitespace) and subtle bug in lib makefile.
2009-04-19 14:39:20 +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
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
71a4a52f1b
Add work-around that allows "make clean" to work with long
...
command lines for Borland.
2009-04-13 15:56:49 +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
fa1d2b4fdc
Moved ucov_notify_send to handler/s_ucov.c file, and refactored PDU encoding.
2008-12-05 20:18:03 +00:00
skarg
7921d2f811
added ReadPropertyMultiple client demo application, bacrpm.
2008-11-23 22:25:08 +00:00
skarg
6072b98f1f
Added UCovNotification handler to demo server application.
2008-11-20 16:27:40 +00:00
skarg
c7a5c05ac7
Moved send I-Am to a send module and out of iam.c.
2008-11-12 15:38:43 +00:00
skarg
224d74f417
Moved npdu_handler from npdu.c to demo/handler/h_npdu.c file, since this will change for routers and gateways.
2008-09-07 04:13:58 +00:00
skarg
2328f0fe59
Updated makefiles and build scripts for Borland tools.
2008-08-14 16:35:26 +00:00
skarg
2338f3b3a3
Updated project files, makefiles, and the demo debug info.
2008-06-23 00:17:51 +00:00
skarg
1c4ac15cb0
Updated svn eol style.
2008-01-20 21:55:59 +00:00
skarg
f92a6b10f0
Updated demo library to include BVLC file and functionality.
2008-01-20 21:34:40 +00:00
skarg
af373fbbfe
Prepping for COV.
2007-12-05 22:57:45 +00:00
skarg
4d2f46b395
Added defines for each BACAPP datatype so that the developer could only use the ones they need for their WriteProperty applications.
2007-10-19 17:11:31 +00:00
skarg
a4d9a2eb69
Moved bacdcode.c and bacreal.c back to src, and removed the separate bacdcode directory. Since gcc linker can remove unused functions, this was wasted effort. Added bacreal unit test.
2007-10-18 12:13:46 +00:00
skarg
625ff40d71
Moved bacstr.c back to src. Since gcc and others tool linkers can remove unused functions, this turned out to be a wasted effort.
2007-10-18 11:50:14 +00:00
skarg
89ddbbe2a0
Moved iam.c back to src, and removed the separate iam directory. Since gcc and others tool linkers can remove unused functions, this turned out to be a wasted effort.
2007-10-18 11:41:18 +00:00
skarg
9b304596c9
Moved rp.c back to src, and removed the separate readprop directory. Since gcc linker can remove unused functions, this was wasted effort.
2007-10-18 11:29:05 +00:00
skarg
947756fa0d
MovedMoved ReadProperty to subdirectory for library splitting. Split client, server, test for ReadProperty.
2007-10-14 02:19:24 +00:00
skarg
b290c71bd7
Split out Real encoding and decoding.
2007-10-14 00:03:23 +00:00
skarg
45c179c14c
Split out bacnet string modules.
2007-10-13 23:40:47 +00:00
skarg
eb8f959c73
Moved bacdcode files into src subdirectory in preperation for breakout of functions for a lean library.
2007-10-13 22:39:11 +00:00
skarg
c1425987e6
Updated makefile for I-Am file split.
2007-10-12 01:09:05 +00:00
skarg
4b1418a8f6
Updated makefile for I-Am file split.
2007-10-12 01:08:08 +00:00
skarg
14a785c98e
Moved I-Am to src subdirectory.
2007-10-12 00:48:54 +00:00
skarg
7b66d7d12c
Updated library make files for new directory layout.
2007-10-10 11:51:00 +00:00
skarg
0c527b8162
Cleaned up Borland compile.
2007-09-07 18:00:42 +00:00
skarg
4c8b5b5262
Modified the Borland compiler build to use a library for all the demos.
2007-08-24 00:32:34 +00:00