[go: up one dir, main page]

Menu

SVN Commit Log


Commit Date  
[r219] by madanner

no message

2002-11-17 02:36:54 Tree
[r218] by madanner

no message

2002-11-05 16:45:31 Tree
[r217] by madanner

Added the don't care operator (?=) into all of the primitive Match functions.
Added checks in all of the Expect methods to handle cases for ? in place of data.

2002-11-05 16:24:16 Tree
[r216] by madanner

Added IsDontCare() method to ScriptToken. Altered Next() in ScriptToken
to scan for ?= don't care operator or a simple ? in place of an identifier or data
token. This is set to ScriptValue and feeds into the IsDontCare() method.

2002-11-05 16:20:41 Tree
[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
Older >