[go: up one dir, main page]

Menu

SVN Commit Log


Commit Date  
[r215] by madanner

Added PreMatch method to BACnetEncodeable. All virtual Match methods
call PreMatch for special case. Just so happens the only special case thus
far is for the ?= don't care operator.

2002-11-05 16:18:47 Tree
[r214] by madanner

Added ?= operator to syntax check.

2002-11-05 16:17:14 Tree
[r213] by madanner

Added virtuals for assessing the proper data type of each encodeable type
and a clone method.

2002-11-01 18:01:15 Tree
[r212] by madanner

Added types for super types like PriorityValue and CalendarEntry.

2002-11-01 18:00:08 Tree
[r211] by madanner

Modified propery lookup to use specified index for arrays. Retunred value from
BACnetAnyValue is now a type of the element.

2002-11-01 17:59:32 Tree
[r210] by madanner

Modified ScriptToken to support indices. Added new m_nIndex value and other string
values for index creation. ScriptTokens now support a chain of other script tokens that
represent an index (as yet unresolved) into the current script token's value.

Added method to resolve index into script token. Also, the parsing function has been
altered to allow for index specification [].

2002-11-01 17:58:10 Tree
[r209] by madanner

no message

2002-11-01 17:55:52 Tree
[r208] by madanner

no message

2002-10-22 19:39:11 Tree
[r207] by madanner

no message

2002-10-22 19:09:11 Tree
[r206] by madanner

This problem was caused during an attempt to reallocate an APDU buffer
to accomodate a larger size (all those property requests fill up quickly).
The allocation for the proper new buffer size was backwards
(using <= instead of >).
This has been fixed in the CheckSpace method of BACnetAPDUEncoder.

There may still be a problem with a rpm request that must be segmented.
This can be verified by testing this MAX script on a device that supports
segmentation.

2002-10-22 19:08:53 Tree
Older >