[go: up one dir, main page]

Menu

SVN Commit Log


Commit Date  
[r507] by duffy399

DUDAPI/vtsapi32.cpp
Resolved 1069018
gPICSdb->BACnetFailTimes were uninitialized.

2004-11-18 22:09:53 Tree
[r506] by duffy399

ScriptBase.cpp
Bug 799851: Fixed Script line numbers off by one in VTS messages
ScriptBase.cpp has a class member named scanLine. That member is file local;
there are no references to it outside this file. It was being initialized to
-1 in ScriptBase::Initialize(). I changed it to initialize to 0 in
ScriptBase::Initialize(), and I moved the location of where scanLine += 1;
executes, so that other data structures which are indexed by scanLine are
unaffected. They formerly executed after scanLine += 1; which had started at
-1, now they execute before scanLine += 1; but scanLine starts at 0.

VTS.cpp
Commented above change.

VTS.dsp
Indentation changed in section
# Begin Custom Build
OutDir=.\Release
InputPath=.\NBLink\nb_link_settings.dll

"$(OutDir)\nb_link_settings.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
copy $(InputPath)
$(OutDir)\
I don't know why.

2004-11-17 01:57:50 Tree
[r505] by xuyiping-hust

added for #787626: BACnet Backup & Restore Tests

2004-11-12 15:01:06 Tree
[r504] by --none--

This commit was manufactured by cvs2svn to create tag 'vts-3_4_7'.

2004-09-16 02:36:23 Tree
[r503] by mikedanner

Added screen shot of EPICS View

2004-09-16 02:36:22 Tree
[r502] by mikedanner

no message

2004-09-16 02:35:33 Tree
[r501] by madanner

no message

2004-09-16 02:18:48 Tree
[r500] by mikedanner

Fixed EPICS property attributes on the Averaging Object

2004-09-16 02:07:21 Tree
[r499] by madanner

no message

2004-09-16 02:02:29 Tree
[r498] by mikedanner

Updated version to 3.4.7

2004-09-16 00:13:03 Tree
Older >