Commit Graph

87 Commits

Author SHA1 Message Date
skarg a413b92afd Added COV subscription list to Device object. Untested. 2008-01-16 21:35:26 +00:00
skarg 50ecdd1241 Corrected error for subscribeCOV cancelation. 2008-01-15 14:27:08 +00:00
skarg 85d58bd688 Correcting COV subscribe - almost working... 2008-01-14 23:26:20 +00:00
skarg b698ba0cdd Corrected the COV lifetime to be seconds, not milliseconds. 2008-01-14 22:03:15 +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 9ab6d4165f Adding COV support. 2007-12-28 19:53:34 +00:00
skarg f166117f59 Added some printing defines around print statements. 2007-12-17 20:25:23 +00:00
skarg e1df93557f Adding COV support (in progress). 2007-12-08 16:21:47 +00:00
skarg 32457a68c0 Indented. 2007-12-07 20:15:56 +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 d9c4429fd0 Corrected bug in demo RP handler for Analog Outputs. Thank you to Paul Bremer! 2007-11-08 16:45:35 +00:00
skarg d664287176 Corrected the offset when an Error is returned in ReadPropertyMultiple. Thanks Paul B.! 2007-10-26 13:50:33 +00:00
skarg 65b7dea8bf Reducing the memory required by ATmega168 port. 2007-10-14 02:01:18 +00:00
skarg 64c731d2bc Moved remotely 2007-10-10 11:49:20 +00:00
skarg 18d7c4c42b Moved remotely 2007-10-10 11:49:03 +00:00
skarg ff102a71ed Moved remotely 2007-10-10 11:48:44 +00:00
skarg 0c527b8162 Cleaned up Borland compile. 2007-09-07 18:00:42 +00:00
skarg 880adb383f Fixed inconsistency in demo ReadProperty handler. 2007-09-05 23:46:25 +00:00
skarg 46ab0030c8 Fiddling with the MAX_MDPU and datalink stuff. 2007-09-01 00:42:12 +00:00
skarg cc4c46b84d Corrected bug in all confirmed handlers: if a segmented message was received, the handler tried to decode it instead of immediately sending an abort. This caused lockup with WriteProperty. 2007-08-18 00:06:48 +00:00
skarg f4f83d2d49 Refactored ReadPropertyMultiple handler. 2007-07-20 18:46:02 +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 30c186d730 Corrected ReadPropertyMultiple handler. Tested using VTS with demo/server running under linux. 2007-07-19 18:27:03 +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 9069c939da Fixing indent oops which removed the contents of all these files. 2007-06-14 05:33:15 +00:00
skarg ea4863ca25 Indented. 2007-06-14 05:14:26 +00:00
s3rock 4b00c2b9f8 Added PRINT_ENABLED statements 2007-06-13 18:28:00 +00:00
skarg 13aaa9e847 Added debug prints to the AtomicReadFile handler. 2007-06-06 16:38:39 +00:00
skarg cddb5b7dd3 Corrected signed value decoding for signed16 and signed8. 2007-06-06 15:54:24 +00:00
skarg 42146f3da7 Removed file/folder 2007-03-30 20:23:35 +00:00
skarg 7205b32f99 Changed PIC18F6720 demo to include BI, BV, and AI objects. 2007-03-27 14:06:58 +00:00
skarg 9afdc3fffa Adding unit tests to Load Control object to verify state machine. 2007-02-26 22:02:19 +00:00
skarg ca1af32d7c Changed AtomicWriteFile handler to return complex Ack instead of Simple Ack. 2007-02-26 00:05:19 +00:00
skarg 8d14d078a9 Added missing header file. 2007-02-25 23:27:30 +00:00
skarg 15af87a4fd Created handler for AtomicWriteFile service. Added it to the demo/server example. 2007-02-25 23:23:53 +00:00
skarg 1386b41f2d Ran the indent and comment script to standardize the source files. 2007-02-23 02:14:50 +00:00
skarg 8b41ab1e07 added newline at end of file to eliminate compiler warning. 2007-02-20 21:04:44 +00:00
skarg b3d15b1f37 Enhanced the WriteProperty service demo to allow multiple tagged data elements and to allow context data. 2007-02-20 20:56:08 +00:00
skarg f3adf2140d updated for PIC port. 2007-02-06 20:23:42 +00:00
skarg 56ef663061 Added read property handler for just a single device object. 2007-02-02 22:47:26 +00:00
skarg 71d59fbb8b Standardized the comments and indentation using the comment.sh and indent.sh scripts. 2007-02-02 02:25:15 +00:00
skarg 42985437e5 Added demo for PIC18F6720 with MS/TP datalink layer. Untested. 2007-02-01 21:37:53 +00:00
skarg c27c5002d5 integrated the load control object into the demos. 2007-01-26 12:47:46 +00:00
skarg a39c9de535 Fixed the problems from the WriteProperty changes. Compiles cleanly. Needs tested. 2007-01-18 22:03:00 +00:00
skarg f7d549dec6 Cleaned up warnings from Visual C++ 6.0 compile by adding casts. 2006-12-12 15:45:01 +00:00