Commit Graph

78 Commits

Author SHA1 Message Date
skarg 31ac3a41d9 Created tmake configuration for dcc demo to make it easier to create cross platform
makefiles.
2006-05-10 15:33:43 +00:00
skarg b5882f3a85 corrected compiler warning about unused parameter. 2006-05-05 19:54:17 +00:00
skarg fb6fbe630e Added time properties and missing revision properties to the Device Object. 2006-05-05 19:53:50 +00:00
skarg a17336780b Created EPICS for server demo to be used with VTS. 2006-05-05 19:52:20 +00:00
skarg a5715f1cd1 Corrected life safety point info in device object.
Added binary input, binary output, and life safety point to the object-types-supported property in the device object.
Corrected life safety unit test.
2006-05-05 19:08:39 +00:00
skarg a6cd9d3967 Updated ports/win32 demo for Visual C++ to compile and run with the latest example objects (BI, BO, and LSP). Cleaned up a couple of compile warnings, which corrected a bug in the Binary Output object. 2006-05-02 14:06:16 +00:00
skarg 0ab54268fa Created demo Life Safety Point object. Integrated it with the demos. 2006-03-23 19:47:38 +00:00
skarg b429f94695 indented. 2006-03-23 15:46:15 +00:00
skarg 7e18086c73 Added Binary Output objects to the demos. 2006-03-23 15:43:15 +00:00
skarg 49a9946ad9 Created demo Binary Output Object. 2006-03-23 15:29:57 +00:00
skarg 476bb7b1cc Created demo Binary Input Object. 2006-03-22 19:40:15 +00:00
skarg e6a37a34a8 Added a Binary Input object to the demo objects and updated the demo applications and device object to support the new object. 2006-03-22 03:51:36 +00:00
skarg e5d7c41397 made the printout of time forced 2 digit. 2006-02-21 22:10:14 +00:00
skarg f4b1e7fb81 added files to linux build of server demo to support timesync handling. 2006-02-21 22:07:37 +00:00
skarg e1beecb6f2 Added timesync handling to server demo for win32. 2006-02-21 22:05:19 +00:00
skarg 4e5f4a68e4 Created demo for TimeSync service and tested it on Win32. 2006-02-21 21:54:37 +00:00
skarg fbb3b45038 reverted the who-has back from the who-is copy-paste of the directory which included the CVS directory which checked in the who-is demo as the who-has demo. Aaarghh! 2006-02-20 21:59:40 +00:00
skarg bde803b7f3 added missing module to makefile for whois demo. 2006-02-20 20:47:56 +00:00
skarg 8c60b07635 Added whois demo. 2006-02-20 20:35:45 +00:00
skarg 90fa88844e Added missing module to win32 build of reinit. 2006-02-20 20:19:24 +00:00
skarg 43252c56ce Added missing header file. 2006-02-20 18:00:04 +00:00
skarg de94249c84 added I-Am handler to makefile. 2006-02-20 17:56:52 +00:00
skarg 616982fba3 updated dcc to compile after refactoring the I-Am request. 2006-02-20 17:54:08 +00:00
skarg 4d078ffc6e Created DeviceCommunicationControl demo. 2006-02-20 16:27:15 +00:00
skarg 676ecf77a2 refactored the Who-Is and I-Am handling, and cleaned up some comments. 2006-02-20 16:17:46 +00:00
skarg 16c2545f45 Added demo for WhoIs service. 2006-02-20 16:16:09 +00:00
skarg 8a688032a1 indented using indent tool. 2006-02-19 13:04:38 +00:00
skarg adf75a8a03 fixed unit test so it would compile. 2006-02-19 02:02:23 +00:00
skarg b686fa7ca7 changed c++ comments to c comments using comment.sh script. 2006-02-19 01:33:30 +00:00
skarg dee63d45bc Changed all the C++ comments to C comments using comment.sh script. 2006-02-19 01:32:09 +00:00
skarg d6a891f0d1 running the indent on the files. 2006-02-18 23:11:25 +00:00
skarg 021418d11d Adjusted the max input value for instance number, and moved the checks for valid ranges into the numeric portion instead of the string portion for WhoHas demo. 2006-02-17 17:46:40 +00:00
skarg ecb73d6bc0 Changed the apdu size reduction amount for various apdu sizes. 2006-02-17 17:45:09 +00:00
skarg 2d2bb55c3c removed unused modules. 2006-02-16 21:57:27 +00:00
skarg 44587d5b81 Cleaned up gcc build on linux for whohas and i-have changes. 2006-02-16 21:53:23 +00:00
skarg 5fcf45a781 Created I-Have service encoding/decoding/unit test.
Added handlers for I-Have and Who-Has.
Added send for I-Have and Who-Has.
Created demo for WhoHas.
Added I-Have handling in server demo.
2006-02-16 21:35:06 +00:00
skarg a550441f4e Fixed unit tests under Linux after DCC changes. 2006-02-13 22:14:03 +00:00
skarg f8dd54e58d Cleaned up makefiles for Win32 from DCC changes. 2006-02-13 12:56:20 +00:00
skarg 566749508c Added DeviceCommunicationControl in the demos and into the stack. 2006-02-10 22:44:34 +00:00
skarg 6d8d5b83ca Added demo handler for DeviceCommunicationControl service. Added demo send functions for DeviceCommunicationControl and ReinitializeDevice client services. 2006-02-10 22:43:35 +00:00
skarg 6d0f6adb90 Fixed Device Address Binding by allowing a zero length APDU to be passed back from the objects, and used -1 as signal for error encoding. 2006-02-09 17:50:48 +00:00
skarg 09dc4d1f04 Added Device Address Binding property to Device Object, a required property. 2006-02-09 17:31:27 +00:00
skarg f68780ea5e Added Code::Blocks project for read property demo.
Added value decoding and display for read property demo.
Removed the I-Am at the beginning of read property demo.
2006-02-09 17:29:47 +00:00
skarg caaf9befef Added demo handler for ReinitializeDevice service, and included it in the demo/server. Tested using Synergy Lighting panel client on the serial console. 2006-02-06 16:54:21 +00:00
skarg 2027720ae0 Added ReinitializeDevice to Linux makefile and tested compilation under linux. 2006-02-05 03:16:18 +00:00
skarg b39216690e Added a demo for RenitializeDevice service. 2006-02-03 21:55:14 +00:00
skarg 2b1b16e96d Changed name of makefile for Borland to makefile.b32 2006-01-25 20:40:22 +00:00
skarg 4a89f25a9b Changed writefile demo Borland makefile name to makefile.b32 2006-01-25 20:39:06 +00:00
skarg 6e181e040c changed makefile for demo readprop for Borland to makefile.b32 2006-01-25 20:36:56 +00:00
skarg f993e66821 changed makefile for Borland to makefile.b32 2006-01-25 20:33:20 +00:00