petermcs
|
5c94160a50
|
Added in object initialisation and installed RPM handler to make the server mode more functional for testing.
|
2009-10-01 08:07:53 +00:00 |
|
skarg
|
cd2c001d66
|
Corrected BLVC for BDT Ack.
|
2009-09-29 13:21:19 +00:00 |
|
skarg
|
d0dd6127a2
|
Changed BDT create to correct host/network order of bytes.
|
2009-09-28 22:52:28 +00:00 |
|
skarg
|
b9367b7bde
|
Corrected FDT Ack.
|
2009-09-28 22:34:11 +00:00 |
|
skarg
|
667782bddb
|
Added minimum device object name length check.
|
2009-09-28 15:44:47 +00:00 |
|
skarg
|
8d0e5d28f9
|
Added method to reverse lookup property name index.
|
2009-09-28 15:40:49 +00:00 |
|
petermcs
|
e8d91faaac
|
Added encoding and decoding for ReadRange service, associated handlers and test application.
|
2009-09-25 21:56:49 +00:00 |
|
skarg
|
6f254401c0
|
Removed debugging changes.
|
2009-09-18 18:39:41 +00:00 |
|
skarg
|
d1f167c539
|
Added unit test to rs485 windows port to allow sending a string of ascii hex out the rs485 port to inject messages onto the wire.
|
2009-09-18 18:35:30 +00:00 |
|
skarg
|
9646d8ad1a
|
fixed compile warnings.
|
2009-09-17 22:21:06 +00:00 |
|
skarg
|
6a2f9d7ed1
|
Fixed some white space inconsistencies.
|
2009-09-17 15:59:43 +00:00 |
|
skarg
|
69fad0502a
|
Changed MS/TP idle state: when no-token timeout occurs, clear the receive frame flags in case a message was received and timeout occurred, which may cause MS/TP to stop working in optimized dlmstp loops which don't check for new events when either of those flags are set. Thank you, Jason!
|
2009-09-17 03:38:20 +00:00 |
|
skarg
|
bc01893af4
|
Added enumerations and text for notification class object support.
|
2009-09-14 10:58:19 +00:00 |
|
skarg
|
c4e56abcea
|
Added send for ConfirmedEventNotification.
|
2009-09-12 18:00:42 +00:00 |
|
skarg
|
6cfc2b805f
|
Added MS/TP debugging to serial port test.
|
2009-09-11 23:13:45 +00:00 |
|
skarg
|
ab1db5296e
|
Added COV Subscriptions to the RPM lists.
|
2009-09-11 23:13:20 +00:00 |
|
skarg
|
593d518bc8
|
Fixed line end characters.
|
2009-09-11 15:51:53 +00:00 |
|
skarg
|
ce2d1a7a0d
|
Changed multi-state input module name to not conflict with Windows Installer msi.h file.
|
2009-09-10 21:03:15 +00:00 |
|
petermcs
|
10b5854d75
|
corrected assignment within conditional error in Private Transfer error handling changes
|
2009-09-06 07:37:52 +00:00 |
|
petermcs
|
8d80d25322
|
Added sample Confirmed Private Transfer implementation files and demo for same.
|
2009-09-04 11:25:47 +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
|
ae94163a6e
|
Corrected MSO type. Thanks, Peter!
|
2009-09-03 15:24:17 +00:00 |
|
skarg
|
270ee2aec2
|
Added new method for getting index from text for units.
|
2009-09-03 15:23:26 +00:00 |
|
minack
|
260438935b
|
Changes to remove restrictions on context tags being less than or equal to 14.
|
2009-09-03 01:25:28 +00:00 |
|
skarg
|
2febfbbe56
|
Updated BDK device object to have minimum length. Updated other BDK objects to use sprintf since it was already in use in another object.
|
2009-08-30 21:05:15 +00:00 |
|
skarg
|
bb6bf6dc5b
|
added optional API for BO.
|
2009-08-30 21:03:14 +00:00 |
|
skarg
|
ff09e42443
|
Added optional API for objects.
|
2009-08-30 03:19:39 +00:00 |
|
skarg
|
2ee60ea8b3
|
Enhanced the object API with optional functions.
|
2009-08-29 20:26:32 +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
|
bf092dbef6
|
Corrected comment.
|
2009-08-25 04:38:13 +00:00 |
|
skarg
|
8934371821
|
Added function declarations for functions inside (stricmp) and added object name reverse lookup.
|
2009-08-25 04:11:29 +00:00 |
|
skarg
|
3de2b92216
|
Changed device object to conform to other objects RP/RPM/WP service API. Added MSI object.
|
2009-08-24 13:38:53 +00:00 |
|
skarg
|
c304b8b330
|
Added a parameter to Device_Encode_Property_APDU so that it matched all the ther objects, which required all the demo and ports to modify their device and h_rp files.
|
2009-08-23 03:48:27 +00:00 |
|
skarg
|
967b86721f
|
Updated some old demos for the new RP handling.
|
2009-08-23 03:36:11 +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
|
3dc3da5735
|
Changing handlers to register objects so that handlers can remain unchanged. In Progress!
|
2009-08-22 19:27:18 +00:00 |
|
skarg
|
f3bc8a5baf
|
Cleaned up compiler errors generated on Linux.
|
2009-08-21 20:22:19 +00:00 |
|
skarg
|
1c5a011d52
|
Changed filename to name expected in Makefile.
|
2009-08-21 19:28:55 +00:00 |
|
skarg
|
f6fd5da66b
|
Changed case sensitive filename.
|
2009-08-21 19:25:12 +00:00 |
|
skarg
|
4b422d6c1c
|
Changed modulo and division operations on 256 to bit shift using include/bytes.h macro to improve code size on architectures that don't do division natively.
|
2009-08-20 14:38:25 +00:00 |
|
skarg
|
e513ffa412
|
Added info about Watchdog Timer.
|
2009-08-19 20:45:09 +00:00 |
|
skarg
|
2417a843d2
|
updated comment in init.
|
2009-08-19 20:29:23 +00:00 |
|
kingdl802
|
fae41b3524
|
Use shifts and masking to place the length in the MSTP header. Add comments for the length and for the CRC16 to make the byte order clear.
|
2009-08-19 14:17:23 +00:00 |
|
skarg
|
17b532c339
|
Created PICS for BACnet Development Kit sample code.
|
2009-08-15 02:39:02 +00:00 |
|
skarg
|
4b09a4ed3a
|
Updated after some consistency checking.
|
2009-08-15 02:35:24 +00:00 |
|
skarg
|
b35bc4967f
|
Modified for optional fuse settings.
|
2009-08-15 01:56:02 +00:00 |
|
skarg
|
15bf1fd483
|
removed bootrst fuse setting.
|
2009-08-14 23:31:00 +00:00 |
|
skarg
|
6d910d5212
|
updated.
|
2009-08-14 16:53:00 +00:00 |
|
skarg
|
d7861f058e
|
updated text for readme.
|
2009-08-14 15:15:32 +00:00 |
|