[go: up one dir, main page]

Menu

SVN Commit Log


Commit Date  
[r840] by johnhartman

Changes to compile with VC++ 6 as well as newer versions

2010-06-06 01:12:05 Tree
[r839] by johnhartman

Scripting uses hashes of keywords, including object-type, property-ids etc. The precomputed values were several revisions behind. Changed to COMPUTE the hash tables for object-types, property-ID, abort and reject reason, services - the enumerations that are expected to change most frequently
Eliminate stPropIDs - use the StringTable version instead to reduce maintenance
Eliminate unused tables from StringTables.cpp
Make case and punctuation of strings in StringTables.cpp match 135-2008
Add reserved and extension counts to StringTable, to allow eventual replacement of the redundant etables

2010-06-05 21:57:29 Tree
[r838] by johnhartman

Clean up some leaks in EPICS object deletion

2010-06-05 21:47:33 Tree
[r837] by johnhartman

Fix error in RPM-Ack and ReadConditional-Ack if multiple objects

2010-06-05 21:42:56 Tree
[r836] by duffy399

Changed Tom's new object literal strings to the conventional
CharacterString
BitString
OctetString
DateTime
with medial capital for String and Time in DateTime.

2010-06-05 00:00:17 Tree
[r835] by johnhartman

Show error if there are unparsed bytes at the end of an APDU
Let Add and RemoveList cope with propertyIDs above 255

2010-06-04 21:44:26 Tree
[r834] by johnhartman

- Replace unsafe char* parameter in BACnet Encode(char*) with Encode(CString&)
- eliminate heap crash due to to lack of copy constructor in WPM dialog (as invoked from EPICS viewer. Did you know it could do that?)
- remove "const int" defs for sizeof various classes. Not used, and scary to think how they might be...
- various small cleanup (sorry, I waited too long to check in, and things got intertwined)

2010-06-04 21:34:40 Tree
[r833] by tbrennan3

Added decoding in BACnet sniffer for Characterstring, Integer, and (particularly) DateTime Value objects.

2010-06-04 02:50:36 Tree
[r832] by tbrennan3

Included the DateTime object's create function.
Added icons for the new object types (or at least placeholders) for the Epics Tree view.

2010-06-04 01:52:33 Tree
[r831] by tbrennan3

Updated the new Object names, correcting 37 and 38.
Re-designed the constructors for EPICS Objects to avoid endless duplication of code, adding handling for generic properties and also common properties (of fixed value).
Provided constructors for Characterstring, Integer, and DateTime Value objects.
Provided a generic default constructor for the other new Object types, until someone is willing to improve them.
Got fed up with some persistent warnings and so tamped them down with appropriate casts.

2010-06-03 04:17:13 Tree
Older >