[go: up one dir, main page]

Menu

Commit [r183]  Maximize  Restore  History

Added initializer for pktLength = -1 to handle cases in GetReferenceData where the returned buffer is null but the data is

valid (not defined as '?' in EPICS). This shows up in values with empty data given by a zero pktLength instead of a null
buffer. Using null as a determination for data not defined also caught empty data into that condition. This fix does not
effect any other calls to GetReferenceData because only a few others use the default encoder parameter and each still react to
null data the same.

madanner 2002-09-20

changed /trunk/VTS3/ScriptExecutor.cpp