Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 367 → Rev 366

/cvi/instr/cvibuild.ThorlabsLTS/Debug64/BuildStep.bat
0,0 → 1,5
@call %1.bat > %1.out
@if %errorlevel% neq 0 (
@echo Build Step failed for %1
@exit %errorlevel%)
@echo Build Step complete for %1
/cvi/instr/cvibuild.ThorlabsLTS/Debug64/CC_no_dep_options.txt
0,0 → 1,0
-force-include-file "ThorlabsLTS.c";"c:\home\CVI\instr\ThorlabsLTS\ThorlabsLTS.c" -force-include-file "ThorlabsMotionControlIntegratedStepperMotors.h";"c:\home\CVI\instr\ThorlabsLTS\ThorlabsMotionControlIntegratedStepperMotors.h"
/cvi/instr/cvibuild.ThorlabsLTS/Debug64/CC_options.txt
0,0 → 1,0
-triple amd64-pc-win32 -mstack-alignment=16 -fno-caret-diagnostics -fno-gnu-keywords -fms-compatibility -mms-bitfields -fmath-errno -Wno-everything -Werror=gnu -Werror=pointer-arith -Werror=invalid-return -mdisable-fp-elim -Wpointer-sign -Wunreachable-code -Wparentheses -Wunused-variable -Wuninitialized -Wdivision-by-zero -Warray-bounds -Wnull-dereference -Wignored-qualifiers -Wreturn-type -Wpanel-handle -Wchar-init -Wvisibility -Womp-nested-parallel -Womp-repeated-ordered -Wpointer-int-conv -Wint-conversion -Wpointer-conv -Wmissing-return-value -Winvalid-return -Wduplicate-decl-specifier -Wknr-promoted-parameter -Wsequence-point -Wassign-enum -Wsizeof-array-argument -Wcovered-switch-default -Wloop-analysis -Wstrncat-size -Winvalid-source-encoding -Wdisabled-macro-expansion -fdiagnostics-show-option -cvi-debugging=standard -Werror=implicit-function-declaration -Wuninitialized-runtime -I "c:\Program Files\Thorlabs\Kinesis" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\activex\word" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\activex\excel" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\custctrl" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\custctrl\custsupp" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\cvirtsup" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\datasock" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\daqUtil" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\printing" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\toolbox" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\reportgen" -I "c:\program files (x86)\national instruments\cvi2017\toolslib\localui" -I "c:\program files (x86)\national instruments\cvi2017\instr" -I "C:\Program Files (x86)\National Instruments\Shared\CVI\toolslib\custctrl" -I "C:\Program Files (x86)\National Instruments\Shared\CVI\toolslib\custctrl\custsupp" -I "C:\Program Files (x86)\National Instruments\Shared\CVI\instr" -I "C:\ProgramData\National Instruments\CVI2017\instr" -I "c:\program files (x86)\national instruments\cvi2017\include" -I "C:\Program Files (x86)\National Instruments\Shared\CVI\include" -I "C:\ProgramData\National Instruments\CVI2017\include" -I "C:\ProgramData\National Instruments\CVI\include" -I "c:\program files (x86)\national instruments\cvi2017\include\ansi" -I "c:\program files (x86)\national instruments\cvi2017\include\clang\3.3" -I "C:\Program Files\IVI Foundation\IVI\Include" -I "C:\Program Files\IVI Foundation\VISA\win64\include" -I "C:\Program Files (x86)\National Instruments\Shared\MSDTRedistributables\SDKHeaderFiles\8.1" -I "c:\Program Files (x86)\National Instruments\CVI2017\bin" -I "c:\ProgramData\National Instruments\CVI2017\bin" -I "c:\Program Files (x86)\National Instruments\Shared\CVI\Bin"
/cvi/instr/cvibuild.ThorlabsLTS/Debug64/CallCC.bat
0,0 → 1,22
@set INCLUDE=
@set LIB=
@set FileNum=%1
@shift
@set SrcFileName=%1
@shift
@set ObjFileName=%1
@shift
@set DefProts=%1
@shift
@set OutFileName=%1
@shift
@set REST=%1 %2 %3 %4 %5 %6 %7 %8 %9
@rem c:\home\CVI\instr\ThorlabsLTS
@echo Compiling %FileNum% %SrcFileName%
@"c:\program files (x86)\national instruments\cvi2017\bin\clang\3.3\clang.exe" -cc1 -nostdsysteminc -fno-builtin-include-notes -emit-obj -add-plugin cvi-emit-defprots -plugin-arg-cvi-emit-defprots %DefProts% -target-cpu x86-64 %REST% -std=c99 @"CC_no_dep_options.txt" @"CC_options.txt" -D_CVI_="1700" -D_NI_x64_="1" -D_NI_mswin_="1" -D_NI_mswin64_="1" -D_CVI_DEBUG_="1" -D_CVI_EXE_="1" -D_LINK_CVIRTE_="1" -D_CVI_FDS_="1" -D_CVI_USE_FUNCS_FOR_VARS_="1" -D__DEFALIGN="8" -D_NI_VC_="220" -D_WIN32="1" -D_WIN64="1" -DWIN32="1" -DWIN64="1" -D__WIN32__="1" -D__WIN64__="1" -D_WINDOWS="1" -D__NT__="1" -D_M_X64="1" -D_M_AMD64="1" -D__FLAT__="1" -D_PUSHPOP_SUPPORTED="1" -D_CVI_C99_EXTENSIONS_="1" -D_CVI_PROFILE_LEVEL_="0" -D_TARGET_FILE_VERSION_="\"1.0.0.0\"" -D_TARGET_PRODUCT_VERSION_="\"1.0.0.0\"" -D_CVI_CONFIGURATION_NAME_="\"Debug64\"" -D_CVI_RTE_SHARED_="1" -DWIN32_LEAN_AND_MEAN -DLTS_MAIN -o %ObjFileName% %SrcFileName% > %OutFileName% 2>&1
@if errorlevel 1 goto err
@echo Compile succeeded for %FileNum% %SrcFileName%
@exit 0
:err
@echo Compile failed for %FileNum% %SrcFileName%
@exit 1
/cvi/instr/cvibuild.ThorlabsLTS/Debug64/CallLink.bat
0,0 → 1,9
@"c:\program files (x86)\national instruments\cvi2017\bin\cvilink.exe" -cmd:link_options.txt -flags:0 -expiry:0 > Link.out 2>&1
@if errorlevel 1 goto err
@echo Link success
@echo Link complete
@exit 0
:err
@echo Link complete
@echo Link failed
@exit 1
/cvi/instr/cvibuild.ThorlabsLTS/Debug64/CallRC.bat
0,0 → 1,8
@echo "C:\Program Files (x86)\National Instruments\Shared\MSDTRedistributables\BuildTools\8.1\rc.exe" /d _CVI_ /i "C:\Program Files (x86)\National Instruments\Shared\MSDTRedistributables\SDKHeaderFiles\8.1" /fo %2 %1
@"C:\Program Files (x86)\National Instruments\Shared\MSDTRedistributables\BuildTools\8.1\rc.exe" /d _CVI_ /i "C:\Program Files (x86)\National Instruments\Shared\MSDTRedistributables\SDKHeaderFiles\8.1" /fo %2 %1 > Rc.out 2>&1
@if errorlevel 1 goto err
@echo RC complete
@exit 0
:err
@echo RC failed
@exit 1
/cvi/instr/cvibuild.ThorlabsLTS/Debug64/Jamfile
0,0 → 1,45
CCFLAGS = -g ;
HDRS = "c:\\Program Files\\Thorlabs\\Kinesis"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\activex\\word"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\activex\\excel"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\custctrl"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\custctrl\\custsupp"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\cvirtsup"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\datasock"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\daqUtil"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\printing"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\toolbox"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\reportgen"
"c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\localui"
"c:\\program files (x86)\\national instruments\\cvi2017\\instr"
"C:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\toolslib\\custctrl"
"C:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\toolslib\\custctrl\\custsupp"
"C:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\instr"
"C:\\ProgramData\\National Instruments\\CVI2017\\instr"
"c:\\program files (x86)\\national instruments\\cvi2017\\include"
"C:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\include"
"C:\\ProgramData\\National Instruments\\CVI2017\\include"
"C:\\ProgramData\\National Instruments\\CVI\\include"
"c:\\program files (x86)\\national instruments\\cvi2017\\include\\ansi"
"c:\\program files (x86)\\national instruments\\cvi2017\\include\\clang\\3.3"
"C:\\Program Files\\IVI Foundation\\IVI\\Include"
"C:\\Program Files\\IVI Foundation\\VISA\\win64\\include"
"C:\\Program Files (x86)\\National Instruments\\Shared\\MSDTRedistributables\\SDKHeaderFiles\\8.1"
"c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin"
"c:\\ProgramData\\National Instruments\\CVI2017\\bin"
"c:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\Bin"
;
include Jamfile_instr ;
LOCATE on "ThorlabsLTS.c" = "c:\\home\\CVI\\instr\\ThorlabsLTS" ;
LOCATE on "ThorlabsMotionControlIntegratedStepperMotors.h" = "c:\\home\\CVI\\instr\\ThorlabsLTS" ;
Object "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\ThorlabsLTS.c" ;
FILENUM on "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" = 1 ;
DEFPROTS on "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" = "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj.cvidefprots" ;
OUTFILE on "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" = "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj.out" ;
PrjObjects += "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" ;
Object "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\resources.res" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\resources.in.rc" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\resources.res" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\manifest.xml" ;
MainFromObjects "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : $(PrjObjects) $(InstrObjects) ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\link_options.txt" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\resources.res" ;
Depends all : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" ;
/cvi/instr/cvibuild.ThorlabsLTS/Debug64/Jamfile_instr
0,0 → 1,43
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\advapi32.lib" ;
NoCare "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\advapi32.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\ProgramData\\National Instruments\\CVI2017\\bin\\msvc64\\analysis.lib" ;
NoCare "c:\\ProgramData\\National Instruments\\CVI2017\\bin\\msvc64\\analysis.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cviauto.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cviauto.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cvidotnet.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cvidotnet.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cvinetstreams.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cvinetstreams.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cvinetv.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cvinetv.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cvintwrk.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cvintwrk.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cvitdms.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\cvitdms.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\gdi32.lib" ;
NoCare "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\gdi32.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\gpib.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\gpib.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\Bin\\msvc64\\ivi.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\Bin\\msvc64\\ivi.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\kernel32.lib" ;
NoCare "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\kernel32.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\Bin\\msvc64\\NIDAQmx.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\Bin\\msvc64\\NIDAQmx.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\Bin\\msvc64\\nisyscfg.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\Bin\\msvc64\\nisyscfg.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\omp.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin\\msvc64\\omp.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files\\Thorlabs\\Kinesis\\Thorlabs.MotionControl.IntegratedStepperMotors.lib" ;
NoCare "c:\\Program Files\\Thorlabs\\Kinesis\\Thorlabs.MotionControl.IntegratedStepperMotors.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\CVI2017\\toolslib\\toolbox\\msvc64\\toolbox.obj" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\CVI2017\\toolslib\\toolbox\\msvc64\\toolbox.obj" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\user32.lib" ;
NoCare "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\user32.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\uuid.lib" ;
NoCare "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\uuid.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\Bin\\msvc64\\visa.lib" ;
NoCare "c:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\Bin\\msvc64\\visa.lib" ;
Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\winmm.lib" ;
NoCare "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64\\winmm.lib" ;
/cvi/instr/cvibuild.ThorlabsLTS/Debug64/ThorlabsLTS.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: instr/cvibuild.ThorlabsLTS/Debug64/ThorlabsLTS.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/instr/cvibuild.ThorlabsLTS/Debug64/ThorlabsLTS.obj
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: instr/cvibuild.ThorlabsLTS/Debug64/ThorlabsLTS.obj.cvidefprots
===================================================================
--- instr/cvibuild.ThorlabsLTS/Debug64/ThorlabsLTS.obj.cvidefprots (nonexistent)
+++ instr/cvibuild.ThorlabsLTS/Debug64/ThorlabsLTS.obj.cvidefprots (revision 366)
@@ -0,0 +1,104 @@
+[LTS_Timeout]
+Class="Function"
+Prototype="int LTS_Timeout(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);"
+
+[LTS_Tmlnk]
+Class="Function"
+Prototype="void LTS_Tmlnk(int tout);"
+
+[LTS_Tmulk]
+Class="Function"
+Prototype="void LTS_Tmulk();"
+
+[LTS_Home]
+Class="Function"
+Prototype="void LTS_Home(int i, int wait);"
+
+[LTS_Init]
+Class="Function"
+Prototype="int LTS_Init(int i);"
+
+[LTS_Close]
+Class="Function"
+Prototype="void LTS_Close(int i);"
+
+[LTS_StopProfiled]
+Class="Function"
+Prototype="void LTS_StopProfiled(int i);"
+
+[LTS_MoveAbsolute]
+Class="Function"
+Prototype="void LTS_MoveAbsolute(int i, double position, int wait);"
+
+[LTS_MoveRelative]
+Class="Function"
+Prototype="void LTS_MoveRelative(int i, double distance, int wait);"
+
+[LTS_GetPosition]
+Class="Function"
+Prototype="double LTS_GetPosition(int i);"
+
+[LTS_GetStatus]
+Class="Function"
+Prototype="unsigned int LTS_GetStatus(int i);"
+
+[LTS_Enable]
+Class="Function"
+Prototype="int LTS_Enable(int i);"
+
+[LTS_Disable]
+Class="Function"
+Prototype="int LTS_Disable(int i);"
+
+[LTS_GetNumberPositions]
+Class="Function"
+Prototype="int LTS_GetNumberPositions(int i);"
+
+[LTS_Open]
+Class="Function"
+Prototype="int LTS_Open();"
+
+[LTS_RegisterMessageCallback]
+Class="Function"
+Prototype="void LTS_RegisterMessageCallback(int i, void (*functionPointer)());"
+
+[LTS_GetRealValueFromDeviceUnit]
+Class="Function"
+Prototype="void LTS_GetRealValueFromDeviceUnit(int i, int device_unit, double *real_unit, int unitType);"
+
+[LTS_GetDeviceUnitFromRealValue]
+Class="Function"
+Prototype="void LTS_GetDeviceUnitFromRealValue(int i, double real_unit, int *device_unit, int unitType);"
+
+[LTS_waitHome]
+Class="Function"
+Prototype="void LTS_waitHome(int i, int tout);"
+
+[LTS_waitMove]
+Class="Function"
+Prototype="void LTS_waitMove(int i, int tout);"
+
+[LTS_SetStatus]
+Class="Function"
+Prototype="void LTS_SetStatus(int nid);"
+
+[EndOfThread]
+Class="Function"
+Prototype="void EndOfThread(long long poolhandle, int functionID, unsigned int event, int value, void *callbackData);"
+
+[daq]
+Class="Function"
+Prototype="int daq(void *functionData);"
+
+[MessageCB]
+Class="Function"
+Prototype="void MessageCB();"
+
+[WinMain]
+Class="Function"
+Prototype="int WinMain(struct HINSTANCE__ *hInstance, struct HINSTANCE__ *hPrevInstance, char *lpszCmdLine, int nCmdShow);"
+
+[TimerCB]
+Class="Function"
+Prototype="int TimerCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);"
+
Index: instr/cvibuild.ThorlabsLTS/Debug64/dlldependencies.txt
===================================================================
--- instr/cvibuild.ThorlabsLTS/Debug64/dlldependencies.txt (nonexistent)
+++ instr/cvibuild.ThorlabsLTS/Debug64/dlldependencies.txt (revision 366)
@@ -0,0 +1,8 @@
+cvi.lib
+cvirte.dll
+kernel32.lib
+KERNEL32.dll
+Thorlabs.MotionControl.IntegratedStepperMotors.lib
+Thorlabs.MotionControl.IntegratedStepperMotors.dll
+user32.lib
+USER32.dll
Index: instr/cvibuild.ThorlabsLTS/Debug64/link_options.txt
===================================================================
--- instr/cvibuild.ThorlabsLTS/Debug64/link_options.txt (nonexistent)
+++ instr/cvibuild.ThorlabsLTS/Debug64/link_options.txt (revision 366)
@@ -0,0 +1,38 @@
+-nologo
+-out:c:\home\CVI\instr\ThorlabsLTS\cvibuild.ThorlabsLTS\Debug64\ThorlabsLTS.exe
+-arch:x64
+-timestamp
+-debug:2
+-res:c:\home\CVI\instr\ThorlabsLTS\cvibuild.ThorlabsLTS\Debug64\resources.res
+-entry:CVIWinMainStartupCodeForDebugging
+-base:0x400000
+-linked:c:\home\CVI\instr\ThorlabsLTS\cvibuild.ThorlabsLTS\Debug64\linkersummary.txt
+-dlldeps:c:\home\CVI\instr\ThorlabsLTS\cvibuild.ThorlabsLTS\Debug64\dlldependencies.txt
+-licensing:c:\home\CVI\instr\ThorlabsLTS\cvibuild.ThorlabsLTS\Debug64\linkerlicensing.txt
+-browsedeps:c:\home\CVI\instr\ThorlabsLTS\cvibuild.ThorlabsLTS\Debug64\moduledependencies.txt
+-stackreserve:1048576
+-stackcommit:4096
+-in:c:\home\CVI\instr\ThorlabsLTS\cvibuild.ThorlabsLTS\Debug64\ThorlabsLTS.obj
+-more:c:\program files (x86)\national instruments\cvi2017\bin\msvc64\cvistart.lib
+-more:c:\program files (x86)\national instruments\cvi2017\bin\msvc64\cvi.lib
+-more:C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64\advapi32.lib
+-more:c:\ProgramData\National Instruments\CVI2017\bin\msvc64\analysis.lib
+-more:c:\Program Files (x86)\National Instruments\CVI2017\bin\msvc64\cviauto.lib
+-more:c:\Program Files (x86)\National Instruments\CVI2017\bin\msvc64\cvidotnet.lib
+-more:c:\Program Files (x86)\National Instruments\CVI2017\bin\msvc64\cvinetstreams.lib
+-more:c:\Program Files (x86)\National Instruments\CVI2017\bin\msvc64\cvinetv.lib
+-more:c:\Program Files (x86)\National Instruments\CVI2017\bin\msvc64\cvintwrk.lib
+-more:c:\Program Files (x86)\National Instruments\CVI2017\bin\msvc64\cvitdms.lib
+-more:C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64\gdi32.lib
+-more:c:\Program Files (x86)\National Instruments\CVI2017\bin\msvc64\gpib.lib
+-more:c:\Program Files (x86)\National Instruments\Shared\CVI\Bin\msvc64\ivi.lib
+-more:C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64\kernel32.lib
+-more:c:\Program Files (x86)\National Instruments\Shared\CVI\Bin\msvc64\NIDAQmx.lib
+-more:c:\Program Files (x86)\National Instruments\Shared\CVI\Bin\msvc64\nisyscfg.lib
+-more:c:\Program Files (x86)\National Instruments\CVI2017\bin\msvc64\omp.lib
+-more:c:\Program Files\Thorlabs\Kinesis\Thorlabs.MotionControl.IntegratedStepperMotors.lib
+-more:c:\Program Files (x86)\National Instruments\CVI2017\toolslib\toolbox\msvc64\toolbox.obj
+-more:C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64\user32.lib
+-more:C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64\uuid.lib
+-more:c:\Program Files (x86)\National Instruments\Shared\CVI\Bin\msvc64\visa.lib
+-more:C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64\winmm.lib
\ No newline at end of file
Index: instr/cvibuild.ThorlabsLTS/Debug64/linkerlicensing.txt
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/instr/cvibuild.ThorlabsLTS/Debug64/linkerlicensing.txt
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: instr/cvibuild.ThorlabsLTS/Debug64/linkersummary.txt
===================================================================
--- instr/cvibuild.ThorlabsLTS/Debug64/linkersummary.txt (nonexistent)
+++ instr/cvibuild.ThorlabsLTS/Debug64/linkersummary.txt (revision 366)
@@ -0,0 +1,9 @@
+ThorlabsLTS.obj
+cvi.lib
+cvistart.lib
+kernel32.lib
+Thorlabs.MotionControl.IntegratedStepperMotors.lib
+user32.lib
+EXE Symbol Module
+Exports Module
+Resource Module
Index: instr/cvibuild.ThorlabsLTS/Debug64/manifest.xml
===================================================================
--- instr/cvibuild.ThorlabsLTS/Debug64/manifest.xml (nonexistent)
+++ instr/cvibuild.ThorlabsLTS/Debug64/manifest.xml (revision 366)
@@ -0,0 +1,7 @@
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
+ <asmv3:application>
+ <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
+ <dpiAware>False</dpiAware>
+ </asmv3:windowsSettings>
+ </asmv3:application>
+</assembly>
\ No newline at end of file
Index: instr/cvibuild.ThorlabsLTS/Debug64/moduledependencies.txt
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/instr/cvibuild.ThorlabsLTS/Debug64/moduledependencies.txt
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: instr/cvibuild.ThorlabsLTS/Debug64/resources.in.rc
===================================================================
--- instr/cvibuild.ThorlabsLTS/Debug64/resources.in.rc (nonexistent)
+++ instr/cvibuild.ThorlabsLTS/Debug64/resources.in.rc (revision 366)
@@ -0,0 +1,39 @@
+#include "C:\Program Files (x86)\National Instruments\Shared\MSDTRedistributables\SDKHeaderFiles\8.1\winver.h"
+
+2 ICON "c:\\program files (x86)\\national instruments\\cvi2017\\bin\\default.ico"
+1 24 "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\manifest.xml"
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ 65535 "ThorlabsLTS"
+END
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,0
+ PRODUCTVERSION 1,0,0,0
+ FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
+ FILEFLAGS 0x1L
+ FILEOS VOS__WINDOWS32
+ FILETYPE VFT_APP
+ FILESUBTYPE VFT_UNKNOWN
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "CompanyName", "IJS\0"
+ VALUE "FileDescription", "ThorlabsLTS (Debug x64)\0"
+ VALUE "FileVersion", "1.0\0"
+ VALUE "InternalName", "ThorlabsLTS\0"
+ VALUE "LegalCopyright", "Copyright IJS 2024\0"
+ VALUE "OriginalFilename", "ThorlabsLTS.exe\0"
+ VALUE "ProductName", "IJS ThorlabsLTS\0"
+ VALUE "ProductVersion", "1.0\0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 0x4b0
+ END
+END
Index: instr/cvibuild.ThorlabsLTS/Debug64/resources.res
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/instr/cvibuild.ThorlabsLTS/Debug64/resources.res
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS.hhp
===================================================================
--- instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS.hhp (nonexistent)
+++ instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS.hhp (revision 366)
@@ -0,0 +1,11 @@
+[ALIAS]
+IDH_ThorlabsLTS_html_main_file=ThorlabsLTS.html
+
+[MAP]
+#define IDH_ThorlabsLTS_html_main_file 1
+
+[FILES]
+ThorlabsLTS.html
+ThorlabsLTS_files\Alphabetical Function Index.html
+ThorlabsLTS_files\Hierarchical Function Index.html
+ThorlabsLTS_files\htmlhelp.css
Index: instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS.html
===================================================================
--- instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS.html (nonexistent)
+++ instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS.html (revision 366)
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <link rel="stylesheet" href="ThorlabsLTS_files/htmlhelp.css" type="text/css">
+ <title>ThorlabsLTS</title>
+ </head>
+ <body>
+ <h1>ThorlabsLTS</h1>
+ <h2>References</h2>
+ <p class="body">
+ <a href="ThorlabsLTS_files/Alphabetical%20Function%20Index.html">Alphabetical Function Index</a><br/>
+ <a href="ThorlabsLTS_files/Hierarchical%20Function%20Index.html">Hierarchical Function Index</a><br/>
+ </p>
+ </body>
+</html>
\ No newline at end of file
Index: instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/Alphabetical Function Index.html
===================================================================
--- instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/Alphabetical Function Index.html (nonexistent)
+++ instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/Alphabetical Function Index.html (revision 366)
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <link rel="stylesheet" href="htmlhelp.css" type="text/css">
+ <title>Alphabetical Function Index</title>
+ </head>
+ <body>
+ <h1>Alphabetical Function Index</h1>
+ <ul class="list-index">
+ </ul>
+ </body>
+</html>
\ No newline at end of file
Index: instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/Hierarchical Function Index.html
===================================================================
--- instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/Hierarchical Function Index.html (nonexistent)
+++ instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/Hierarchical Function Index.html (revision 366)
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <link rel="stylesheet" href="htmlhelp.css" type="text/css">
+ <title>Hierarchical Function Index</title>
+ </head>
+ <body>
+ <h1>Hierarchical Function Index</h1>
+ <ul class="list-index">
+ </ul>
+ </body>
+</html>
\ No newline at end of file
Index: instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/ThorlabsLTS.html
===================================================================
--- instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/ThorlabsLTS.html (nonexistent)
+++ instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/ThorlabsLTS.html (revision 366)
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <link rel="stylesheet" href="htmlhelp.css" type="text/css">
+ <title>ThorlabsLTS</title>
+ </head>
+ <body>
+ <h1>ThorlabsLTS</h1>
+ <h2>References</h2>
+ <p class="body">
+ <a href="Alphabetical%20Function%20Index.html">Alphabetical Function Index</a><br/>
+ <a href="Hierarchical%20Function%20Index.html">Hierarchical Function Index</a><br/>
+ </p>
+ </body>
+</html>
\ No newline at end of file
Index: instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/htmlhelp.css
===================================================================
--- instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/htmlhelp.css (nonexistent)
+++ instr/cvicomments.ThorlabsLTS/Debug64/ThorlabsLTS_files/htmlhelp.css (revision 366)
@@ -0,0 +1,281 @@
+/***************************************************/
+/* MINIMAL STYLES */
+/* The following section defines styles that every HTML Help project should need. */
+
+/* Specifies White Background color */
+body {background-color:#ffffff}
+
+/* The default style of P is red to alert you that you need to apply a style class, such as Body. */
+P { margin-top:6.00pt; margin-bottom:6.00pt; font-family:Verdana, sans-serif; font-size:8pt; color: #000000; }
+
+BR { font-size:4.00pt; }
+
+H1,H2,H3,H4,H5,H6 { color:#000000 }
+
+/* Use H1 for all topic headings. */
+H1 { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:12pt; font-weight:bold; }
+
+/* not in minimal.css; LabWindows/CVI-specific */
+H1.function{ margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:12pt; font-weight:bold; color:#000000; }
+
+/* Use H2 for second-level headings. */
+H2 { margin-top:9.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:10pt; font-weight:bold; }
+
+/* not in minimal.css; LabWindows/CVI-specific */
+H2.purpose{ margin-top:9.00pt; margin-bottom:3.00pt; font-family:Verdana; font-size:10pt; font-weight:bold; color:#000000; }
+
+/* not in minimal.css; LabWindows/CVI-specific */
+H2.code{ font-family:"Courier New"; font-size:10pt; color:#000000;}
+
+/* Use H3 for third-level headings. */
+H3 { margin-top:6.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold; }
+
+/* Use H4 for fourth-level headings. */
+H4 { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold; }
+
+/* H5 and H6 have the same definition as H4 because you should not need this level of heading in one topic. If you need to use H5 or H6, consider breaking up your topic into more than one topic. */
+H5 { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold; }
+H6 { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold; }
+
+/* Use the Body style class for normal paragraphs. */
+P.Body { margin-top:6.00pt; margin-bottom:6.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; }
+
+/* Not in minimal.css; LabWindows/CVI-specific. */
+P.Equation { margin-top:6.00pt; margin-bottom:6.00pt; font-family:Times; font-size:10pt; color:#000000; }
+
+/* Not in minimal.css; LabWindows/CVI-specific. */
+P.list{font-family:Verdana, sans-serif;
+ font-size:8 pt;
+ line-height:1.4;
+ color:black;}
+
+/* not in minimal.css; LabWindows/CVI-specific */
+P.syntax{ text-align:left; text-indent:-65pt; margin-top:9pt; margin-bottom:0pt; margin-right:0pt; margin-left:65pt; font-size:8pt; font-weight:medium; font-style:Regular; font-family:"Courier New"; text-decoration:none; vertical-align:baseline; text-transform:none; color:#000000;}
+
+
+/* Use the Anchor style class for graphic references on a line by themselves. */
+P.Anchor { margin-top:6.00pt; margin-bottom:6.00pt; font-family:Verdana, sans-serif; font-size:10pt; color:#000000; }
+
+/* Use the Indent style classes to indent a paragraph. If you need to indent text below a list item, use <br><br> to start the new paragraph within the same set of <li></li> tags. If you need to indent a list within another list, nest the indented list within the first list's set of <ol></ol> or <ul></ul> tags. */
+/* Indent is not in minimal.css; LabWindows/CVI-specific. Used in only a few places.*/
+P.Indent {text-indent:2em; margin-top:6.00pt; margin-bottom:3.00pt; font-size:8pt; color:#000000;}
+P.Indent1 { margin-left:12.00pt; margin-top:6.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif;font-size:8pt; color:#000000; }
+P.Indent2 { margin-left:24.00pt; margin-top:6.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; }
+P.Indent3 { margin-left:36.00pt; margin-top:6.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; }
+
+/*not in minimal.css; LabWindows/CVI-specific */
+P.advanonly { margin-top:6.00pt; margin-bottom:6.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; }
+
+/*not in minimal.css; LabWindows/CVI-specific. With P.ObsoleteContent, this style is used to mark obsolete functions. */
+P.Obsolete {font-family:Verdana, sans-serif; font-size:10pt; color:#000000; border-width: 1.5pt;
+border-style: solid; border-color: #800000; border-bottom:0px; margin-bottom:0px; margin-top:15px; padding:3px; font-weight:bold; }
+
+/*not in minimal.css; LabWindows/CVI-specific. With P.Obsolete, this style is used to mark obsolete functions. */
+P.ObsoleteContent {font-family:Verdana, sans-serif; font-size:8pt; color:#800000; border-width: 1.5pt; border-style: solid; border-color: #800000; border-top:0px; margin-bottom:15px; margin-top:0px; padding:3px; }
+
+/* Use the LI style for all list items. */
+LI { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; }
+
+
+/* Use the OL style for numbered lists. You do not have to type the number for each list item in a numbered list. */
+OL { margin-left:18.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: decimal; }
+
+/* Use the OL style for numbered lists. Nested lists will use the bullet types according to the nesting scheme below */
+ol ol {list-style-type:lower-alpha}
+ol ol ol {list-style-type:decimal}
+ol ol ol ol {list-style-type:lower-alpha}
+ol ol ol ol ol {list-style-type:decimal}
+ol ol ol ol ol ol {list-style-type:lower-alpha}
+ol ol ol ol ol ol ol {list-style-type:decimal}
+ol ol ol ol ol ol ol ol {list-style-type:lower-alpha}
+
+
+/* Use the EquationNum style class for numbered lists of equations. You do not have to type the number for each list item in a numbered list. */
+OL.EquationNum { margin-left:36.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: decimal; }
+
+/* Use the List-abc style class for lettered lists. You do not have to type the letter for each list item in a lettered list. */
+OL.List-abc { margin-left:18.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type:lower-alpha; }
+
+/* Use the UL style for bulleted lists. You do not have to type the bullet for each list item in a bulleted list. */
+UL { margin-left:12.00pt; text-indent:0pt; margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: disc; }
+
+/* Use the UL style for bulleted lists. Nested lists will use the bullet types according to the nesting scheme below. NOTE: hyphen.gif required in same directory as minimal.css */
+ul ul {list-style-image:url(hyphen.gif)}
+ul ul ul {list-style-image:none;list-style-type:disc}
+ul ul ul ul {list-style-image:url(hyphen.gif)}
+ul ul ul ul ul {list-style-image:none;list-style-type:disc}
+ul ul ul ul ul ul {list-style-image:url(hyphen.gif)}
+ul ul ul ul ul ul ul {list-style-image:none;list-style-type:disc}
+ul ul ul ul ul ul ul ul ul{list-style-image:url(hyphen.gif)}
+
+/* Use the List-Index style class for list without bullets. */
+UL.List-Index { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: none; }
+
+/* Use the List-Box style class for bulleted lists with boxes instead of bullets. You do not have to type the box for each list item in a the list. */
+UL.List-Box { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: square; }
+
+/* Use the List-Circle style class for bulleted lists with circles instead of bullets. You do not have to type the circle for each list item in a the list. */
+UL.List-Circle { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: circle; }
+
+/* Use the List-Diamond style class for bulleted lists with diamonds instead of bullets. You do not have to type the diamond for each list item in a diamond list. */
+UL.List-Diamond { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-image:url(diamond.gif); }
+
+/* Use the List-Hyphen style class for bulleted lists with hyphens instead of bullets. You do not have to type the hyphen for each list item in a hyphen list. */
+UL.List-Hyphen { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-image:url(hyphen.gif); }
+
+/* Use the Borderless style class for tables that do not need borders, such as for 2-column or 3-column lists with no headings. */
+Table.Borderless { border:none; }
+
+/* Use the Bordered style class for tables that need borders. */
+Table.Bordered { border-width: 1pt; border-style: solid; border-color: #000000; border-collapse: collapse; }
+
+/* Use the Borderless-Wide style class for tables that do not need borders and that you want to stretch to fill the entire topic width. */
+Table.Borderless-Wide { border:none; width:100%; }
+
+/* Use the Bordered-Wide style class for tables that need borders and that you want to stretch to fill the entire topic width. */
+Table.Bordered-Wide { border-width: 1pt; border-style: solid; border-color: #000000; width:100%; border-collapse: collapse; }
+
+/* Use the TD style for table cells in Borderless or Borderless-Wide tables. Added margin values to the minimal style. */
+TD { font-family:Verdana, sans-serif; font-size:8pt; color:#000000; vertical-align:top; padding:3px; margin-top:3.00pt; margin-bottom:3.00pt; }
+
+/* not in minimal.css; LabWindows/CVI-specific */
+TD.tablehead{ margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold; color:#000000; vertical-align:top; padding:3px; text-align:left; }
+
+TD.paramName { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold; color:#000000; vertical-align:top; padding:3px; }
+
+
+/* Use the Bordered style class for table cells in Bordered or Bordered-Wide tables. Added the margin values to minimal style. */
+TD.Bordered { font-family:Verdana, sans-serif; font-size:8pt; color:#000000; vertical-align:top; border-width: 1pt; border-style: solid; border-color: #000000; margin-top:3.00pt; margin-bottom:3.00pt; padding:3px; }
+
+/* TD indent styles not in minimal.css; LabWindows/CVI-specific */
+TD.indent{ valign:"top"; text-indent:2em; margin-left:65pt; }
+
+TD.indent2{ text-indent:3em; margin-left:75pt; }
+
+TD.indent3{ text-indent:4em; margin-left:85pt; }
+
+/* Use the Icon style class for table cells that contain note, caution, warning, or tip icons, or LabVIEW datatype terminals. */
+TD.Icon { width:40px; vertical-align:top; }
+
+/* Use the Table-cell-8pt style class for table cells in tables that contain a lot of information and need smaller text to fit it all on one screen to prevent a horizontal scroll bar from appearing. */
+TD.Table-cell-8pt { font-family:Verdana, sans-serif; font-size:7pt; color:#000000; }
+
+/* Use the TH style for table heading cells in Borderless or Borderless-Wide tables. */
+TH { font-family:Verdana, sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding:3px; }
+
+/* Use the Bordered style class for table heading cells in Bordered or Bordered-Wide tables. */
+TH.Bordered { font-family:Verdana, sans-serif; font-size:8pt; color:#000000; font-weight:bold; border-width: 1pt; border-style: solid; border-color: #000000; }
+
+/* Use the Table-cell-8pt style class for table heading cells in tables that contain a lot of information and need smaller text to fit it all on one screen to prevent a horizontal scroll bar from appearing. */
+TH.Table-Head-8pt { font-family:Verdana, sans-serif; font-size:7pt; color:#000000; font-weight:bold; }
+
+/* Use the Left-Align style class for table heading cells that you want to left align instead of center align. */
+TH.Left-Align { font-family:Verdana, sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding:3px; text-align:left; }
+
+/* This style applies only to Samples */
+A.Sample{font-family:"Courier New";
+ font-size:8pt;
+ cursor:hand;
+ text-decoration:underline;
+ color:green;}
+
+/* this style is for use only in Samples and Toolslib; not in minimal.css */
+P.BodyAfter{margin-top:0.00pt;
+margin-bottom:6.00pt;
+font-family:Verdana, sans-serif;
+font-size:8pt;
+color:black;}
+
+/* this style is for use only in Samples and Toolslib; not in minimal.css */
+P.BodyBefore{margin-top:12.00pt;
+margin-bottom:0.00pt;
+font-family:"Courier New";
+font-size:8pt;
+color:black;}
+
+/***************************************************/
+/* CHARACTER FORMATS */
+/* The following section defines character formats that every HTML Help project should need. */
+
+/* Use the Dark-Red format for warnings or cautions. */
+#Dark-Red { color: #800000 }
+
+/* Use the Monospace format for code or syntax examples. */
+#Monospace { font-family: Courier New; font-size: 8pt; }
+
+/* Use the Monospace-Bold format for messages and responses that the computer automatically prints to the screen. */
+#Monospace-Bold { font-family: Courier New; font-size: 8pt; font-weight: bold; }
+
+/* Use the Monospace-Italic format to denote text that is a placeholder for a word or value that the user must supply. */
+#Monospace-Italic { font-family: Courier New; font-size: 8pt; font-style: italic; }
+
+/* Use the Platform format to denote a specific platform. */
+#Platform { color: #0000FF; font-weight: bold; }
+
+/* Use the Symbol format for characters not in the Verdana character set. Use this format sparingly. When possible, you should use the correct ASCII code for the symbol or use a graphic to recreate the symbol. */
+#Symbol { font-family: Symbol; font-size: 8pt; }
+
+/* CHARACTER FORMATS Updated to conform with the CSE HTML Validator Pro */
+/* The following section defines character formats that every HTML Help project should need. */
+
+/* Use the Dark-Red format for warnings or cautions. */
+.Dark-Red { color: #800000 }
+
+/* Use the Monospace format for code or syntax examples. */
+.Monospace { font-family: Courier New; font-size: 8pt; }
+
+/* Use the Monospace-Bold format for messages and responses that the computer automatically prints to the screen. */
+.Monospace-Bold { font-family: Courier New; font-size: 8pt; font-weight: bold; }
+
+/* Use the Monospace-Italic format to denote text that is a placeholder for a word or value that the user must supply. */
+.Monospace-Italic { font-family: Courier New; font-size: 8pt; font-style: italic; }
+
+/* Use the Platform format to denote a specific platform. */
+.Platform { color: #0000FF; font-weight: bold; }
+
+/* Use the Symbol format for characters not in the Verdana character set. Use this format sparingly. When possible, you should use the correct ASCII code for the symbol or use a graphic to recreate the symbol. */
+.Symbol { font-family: Symbol; font-size: 8pt; }
+
+/* Use the Red-text format to call attention to text that needs information added or edited by techcomm */
+.Red-text {color: #FF0000;}
+
+/* Use the Green-Underline format for the green defintion in the conventions topic */
+.Green-Underline {color: #007700; text-decoration : underline;}
+
+/* Use the glossButton format for the glossary buttons used in the glossary topic */
+.glossButton { font-family:Verdana, sans-serif; font-size:12px; color:black; }
+
+/* Use for text sections and hyphenated words that should not break at line wraps */
+span.nobreak{white-space:nowrap}
+
+/* The following styles define the color of links. */
+a:link { color: #007700; font-family:Verdana, sans-serif;}
+a:hover { color: #FF0000; font-family:Verdana, sans-serif;}
+a:active { color: #FF0000; font-family:Verdana, sans-serif;}
+a:visited { color: #7F007F; font-family:Verdana, sans-serif;}
+
+/***************************************************/
+/* ACTIVITY STYLES */
+/* The following section defines styles that only tutorial-style HTML Help projects should need. */
+
+/* Use the Activity-Objective style class for the objective at the beginning of an activity topic. */
+H3.Activity-Objective { color: #800000; }
+
+/***************************************************/
+/* CODE STYLES */
+/* The following section defines styles that you need to format entire sections of code or syntax examples. If you have just a few words you need to format as a code or syntax example, use the Monospace character format. */
+
+P.Code { margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000; }
+P.Code1 { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000; }
+P.Code2 { margin-left:24.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000; }
+P.Code3 { margin-left:36.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000; }
+
+/***************************************************/
+/* FUNCTION STYLES */
+/* The following section defines styles that you might need to format function reference help. */
+
+P.F-VI-Code4 { margin-left:48.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000; }
+P.F-VI-Code5 { margin-left:60.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000; }
+P.F-VI-Equation { margin-top:9.00pt; margin-bottom:9.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; }
+
+OL.F-VI-EquationNum { margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: decimal; }
\ No newline at end of file