Commit Graph

456 Commits

Author SHA1 Message Date
skarg e5239e3e73 Moved apdu decode into unit test where it was being used since it is being decoded in apdu.c in normal usage. 2006-08-10 19:58:59 +00:00
skarg f80623d8c5 Changed is_big_endian() call to a macro defined as BIG_ENDIAN. Now you must define this for your platform. 2006-08-10 19:57:15 +00:00
skarg 79d84b324e Added a PRINT_ENABLED define to allow small embedded devices without print capability to use some functions in this module. 2006-08-10 19:42:42 +00:00
skarg 8681e12031 Added a PRINT_ENABLED define to allow small embedded devices without print capability to use some functions in this module. 2006-08-10 19:37:57 +00:00
skarg cbff83127f Added a PRINT_ENABLED define to allow small embedded devices without print capability to use some functions in this module. 2006-08-10 19:20:33 +00:00
skarg 9a666f7492 Added a PRINT_ENABLED define to allow small embedded devices without print capability to use some functions in this module. Moved the compare functions to the unit test. 2006-08-10 19:12:07 +00:00
skarg cefc6b4d6d Refactored. 2006-08-07 21:00:58 +00:00
skarg 96af8adb51 Refactored. 2006-08-07 14:55:20 +00:00
skarg eb2bb41aca Indented and cleaned up build. Added Multi-state Output to unit test script. 2006-08-05 22:00:27 +00:00
skarg 4d19c82f59 Created a demo Multi-state Output object, and added it to the demo applications. 2006-08-05 19:36:55 +00:00
skarg 73df2e1abb Added a utils directory, and changed the Win32 makefiles for Borland C++ to copy the resulting executable into the utils directory. 2006-08-03 18:02:28 +00:00
skarg 94f7f58cb8 Enhanced the COV Notify service by adding confirmed to the unconfirmed encoding and decoding. 2006-08-02 22:14:04 +00:00
skarg 376f210107 Updated the ports/win32 project so that it would compile under Visual C++ and Borland C++. 2006-08-02 14:58:16 +00:00
skarg 4600ec83a3 added Analog Value and Binary Value objects to ReadProperty and WriteProperty handlers. Added WriteProperty support for File object. 2006-08-02 11:47:38 +00:00
skarg f58b94efec Added a demo for Binary Value object and Analog Value object. 2006-08-02 11:17:42 +00:00
skarg 4e6fbbced3 Added simple demo for unconfirmed change of value. 2006-08-01 13:20:51 +00:00
skarg c5bd6a5a6d added COV to unit test script. 2006-08-01 11:55:20 +00:00
skarg 0a38bdbe21 fixed dos-unix line feed issue. 2006-08-01 11:54:57 +00:00
skarg 4296b295f1 added DOS to unix for C and H files since this script will be run on Unix. 2006-08-01 11:47:47 +00:00
skarg f00285244b created change-of-value (COV) service for testing unconfirmed COV. Needs modified for confirmed COV. 2006-07-31 23:17:22 +00:00
skarg 648af404d6 indented per coding standard using indent.sh 2006-05-24 19:57:35 +00:00
skarg 500d324b0f updated release procedure for subverson. 2006-05-24 19:56:36 +00:00
skarg e3d5697cc1 adding BVLC support - not working yet. 2006-05-23 20:58:13 +00:00
skarg 85d5ebe819 making svn changes. 2006-05-21 13:28:05 +00:00
skarg a8e8b93064 created 2006-05-21 13:23:13 +00:00
skarg 201047a12c Added proprietary signed property for testing Ethereal and signed encoding and decoding. 2006-05-21 12:16:43 +00:00
skarg 9cdc90c25d Corrected compile errors found during unit test. 2006-05-21 12:15:19 +00:00
skarg 418286615f standard config settings. 2006-05-21 12:14:16 +00:00
skarg 2883fd39b2 Adding BVLC handling. 2006-05-12 15:50:34 +00:00
skarg d5124639e2 corrected the DeviceCommunicationControl service for client. 2006-05-10 18:02:50 +00:00
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 3cdd44f915 Renamed bbmd to bvlc as the acronym was more accurate. 2006-05-10 13:20:36 +00:00
skarg b9599d8296 Added more BVLC encoding functions. 2006-05-09 21:07:38 +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 23a00b7676 adding BBMD support. 2006-04-20 21:13:53 +00:00
skarg 10b7a42b58 Changed the BVLC enumerations to uppercase. 2006-04-20 18:55:36 +00:00
skarg f7c5c8419a Adding BBMD and Foreign Device support for BACnet/IP. 2006-04-20 18:51:14 +00:00
skarg 84e65649c9 Added BVLC enumerations for BBMD and Foreign Device support. 2006-04-20 18:49:57 +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 69289f8f88 applied patch for ports/win32 Visual C++ build from Peter Gsellmann:
Use relative search-path instead of absolute ones
 Let you compile also the release configuration
 Insert file dcc.c into project
 define TSM_ENABLED in project settings
 reduce warnings
 Insert missing variable I_Am_Request
2006-03-01 17:49:05 +00:00
skarg 38805aabc9 Applied svn propset svn:eol-style CRLF to files. 2006-03-01 17:14:24 +00:00