Skip to content

Commit

Permalink
Cleaning and formatin code + add new line to end of files;
Browse files Browse the repository at this point in the history
Fix registration opc server on registry (if used DA2 + DA3);
Change work logic on AsyncRequest - now used list< ItemHVQT > (HVQT - Handle, Value, Quality and Time Stamp)
replaced of use list< OPCHANDLE > and vector< os::win32::com::Variant >;
Add implementation of IOPCAsyncIO3::WriteVQT;
Replaced ile readme.pdf with file readme.odt;


git-svn-id: http://frl.googlecode.com/svn/trunk@28 daf5c975-553e-0410-8cda-3135a9dfd8f3
  • Loading branch information
gmist committed May 26, 2008
1 parent c3f079d commit 938331c
Show file tree
Hide file tree
Showing 76 changed files with 1,361 additions and 995 deletions.
2 changes: 1 addition & 1 deletion build_tools/mvs8/clean_all.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rd /S /Q ..\..\output
del /S /Q /F /A:A *.suo
del /S /Q /F /A:A *.ncb
del /S /Q /F /A:A *.user
del /S /Q /F /A:A *.user
8 changes: 8 additions & 0 deletions build_tools/mvs8/frl_lib/frl_lib.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@
RelativePath="..\..\..\src\opc\frl_opc_group_item.cpp"
>
</File>
<File
RelativePath="..\..\..\src\opc\frl_opc_item_hvqt.cpp"
>
</File>
<File
RelativePath="..\..\..\src\opc\frl_opc_item_properties.cpp"
>
Expand Down Expand Up @@ -747,6 +751,10 @@
RelativePath="..\..\..\include\opc\frl_opc_item_deadband_mgt.h"
>
</File>
<File
RelativePath="..\..\..\include\opc\frl_opc_item_hvqt.h"
>
</File>
<File
RelativePath="..\..\..\include\opc\frl_opc_item_io.h"
>
Expand Down
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/clean_all.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rd /S /Q ..\..\output
rd /S /Q ..\..\output
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/dependency/vendors/opc_foundation",\
"../../../output/dependency/vendors/opc_foundation/obj/#{mxx_runtime_mode}/1/2/3" ) )
c_sources Dir.glob( "../../../dependency/vendors/opc_foundation/**/*.c" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.lib.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
lib( "ole32" )
lib( "user32" )
lib( "uuid" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.projects.psoi2.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"../../../output/projects/opc/psoi2/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../projects/opc/psoi2/src/**/*.cpp" )
}
File.copy '../../../projects/opc/psoi2/config.xml', '../../../output/projects/opc/psoi2/config.xml'
File.copy '../../../projects/opc/psoi2/config.xml', '../../../output/projects/opc/psoi2/config.xml'
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.test.bind.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
threading_mode( MxxRu::Cpp::THREADING_MULTI )
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/bind", "../../../output/test/bind/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/bind/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.test.fs_fn.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/fs_fn",\
"../../../output/test/fs_fn/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/fs_fn/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.test.function.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
threading_mode( MxxRu::Cpp::THREADING_MULTI )
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/function", "../../../output/test/function/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/function/**/*.cpp" )
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/io_win32_registry",\
"../../../output/test/io_win32_registry/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/io_win32_registry/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.test.lexical_cast.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/lexical_cast",\
"../../../output/test/lexical_cast/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/lexical_cast/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.test.logging.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/logging",\
"../../../output/test/logging/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/logging/**/*.cpp" )
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/opc_address_space",\
"../../../output/test/opc_address_space/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/opc_address_space/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.test.opc_test.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/opc_server",\
"../../../output/test/opc_server/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/opc_server/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.test.poor_xml.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
}
File.copy '../../../test/poor_xml/xml_data/empty_file.xml','../../../output/test/poor_xml/empty_file.xml'
File.copy '../../../test/poor_xml/xml_data/largeFile.xml','../../../output/test/poor_xml/largeFile.xml'
File.copy '../../../test/poor_xml/xml_data/test_poor_xml.xml','../../../output/test/poor_xml/test_poor_xml.xml'
File.copy '../../../test/poor_xml/xml_data/test_poor_xml.xml','../../../output/test/poor_xml/test_poor_xml.xml'
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.test.psoi2_sender.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"../../../output/test/psoi2_sender/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/psoi2_sender/**/*.cpp" )
}
File.copy '../../../test/psoi2_sender/config.xml','../../../output/test/psoi2_sender/config.xml'
File.copy '../../../test/psoi2_sender/config.xml','../../../output/test/psoi2_sender/config.xml'
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.test.smart_ptr.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/smart_ptr",\
"../../../output/test/smart_ptr/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/smart_ptr/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/debug/frl.test.thread.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/thread",\
"../../../output/test/thread/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/thread/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/mingw_build_debug.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set MXX_RU_CPP_TOOLSET=gcc_mingw
call template\build_debug_tmpl.bat
call template\build_debug_tmpl.bat
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/mingw_build_release.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set MXX_RU_CPP_TOOLSET=gcc_mingw
call template\build_release_tmpl.bat
call template\build_release_tmpl.bat
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/mingw_rebuild_debug.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set MXX_RU_CPP_TOOLSET=gcc_mingw
call clean_all.bat
call template\build_debug_tmpl.bat
call template\build_debug_tmpl.bat
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/mingw_rebuild_release.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set MXX_RU_CPP_TOOLSET=gcc_mingw
call clean_all.bat
call template\build_release_tmpl.bat
call template\build_release_tmpl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/dependency/vendors/opc_foundation",\
"../../../output/dependency/vendors/opc_foundation/obj/#{mxx_runtime_mode}/1/2/3" ) )
c_sources Dir.glob( "../../../dependency/vendors/opc_foundation/**/*.c" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.lib.release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
lib( "ole32" )
lib( "user32" )
lib( "uuid" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.projects.psoi2.release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"../../../output/projects/opc/psoi2/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../projects/opc/psoi2/src/**/*.cpp" )
}
File.copy '../../../projects/opc/psoi2/config.xml', '../../../output/projects/opc/psoi2/config.xml'
File.copy '../../../projects/opc/psoi2/config.xml', '../../../output/projects/opc/psoi2/config.xml'
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.test.bind.release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
threading_mode( MxxRu::Cpp::THREADING_MULTI )
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/bind", "../../../output/test/bind/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/bind/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.test.fs_fn.release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/fs_fn",\
"../../../output/test/fs_fn/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/fs_fn/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.test.function.release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
threading_mode( MxxRu::Cpp::THREADING_MULTI )
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/function", "../../../output/test/function/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/function/**/*.cpp" )
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/io_win32_registry",\
"../../../output/test/io_win32_registry/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/io_win32_registry/**/*.cpp" )
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/lexical_cast",\
"../../../output/test/lexical_cast/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/lexical_cast/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.test.logging.release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/logging",\
"../../../output/test/logging/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/logging/**/*.cpp" )
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/opc_address_space",\
"../../../output/test/opc_address_space/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/opc_address_space/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.test.opc_test.release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/opc_server",\
"../../../output/test/opc_server/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/opc_server/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.test.poor_xml.release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
}
File.copy '../../../test/poor_xml/xml_data/empty_file.xml','../../../output/test/poor_xml/empty_file.xml'
File.copy '../../../test/poor_xml/xml_data/largeFile.xml','../../../output/test/poor_xml/largeFile.xml'
File.copy '../../../test/poor_xml/xml_data/test_poor_xml.xml','../../../output/test/poor_xml/test_poor_xml.xml'
File.copy '../../../test/poor_xml/xml_data/test_poor_xml.xml','../../../output/test/poor_xml/test_poor_xml.xml'
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.test.psoi2_sender.debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"../../../output/test/psoi2_sender/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/psoi2_sender/**/*.cpp" )
}
File.copy '../../../test/psoi2_sender/config.xml','../../../output/test/psoi2_sender/config.xml'
File.copy '../../../test/psoi2_sender/config.xml','../../../output/test/psoi2_sender/config.xml'
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.test.smart_ptr.release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/smart_ptr",\
"../../../output/test/smart_ptr/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/smart_ptr/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/release/frl.test.thread.release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
obj_placement( MxxRu::Cpp::CustomSubdirObjPlacement.new( "../../../output/test/thread",\
"../../../output/test/thread/obj/#{mxx_runtime_mode}/1/2/3" ) )
cpp_sources Dir.glob( "../../../test/thread/**/*.cpp" )
}
}
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/template/build_debug_tmpl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ruby frl.test.smart_ptr.debug.rb
ruby frl.test.thread.debug.rb
ruby frl.test.psoi2_sender.debug.rb
ruby frl.projects.psoi2.debug.rb
cd ..
cd ..
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/template/build_release_tmpl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ruby frl.test.smart_ptr.release.rb
ruby frl.test.thread.release.rb
ruby frl.test.psoi2_sender.debug.rb
ruby frl.projects.psoi2.release.rb
cd ..
cd ..
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/vc8_build_debug.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set MXX_RU_CPP_TOOLSET=vc8
call template\build_debug_tmpl.bat
call template\build_debug_tmpl.bat
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/vc8_build_release.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set MXX_RU_CPP_TOOLSET=vc8
call template\build_release_tmpl.bat
call template\build_release_tmpl.bat
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/vc8_rebuild_debug.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set MXX_RU_CPP_TOOLSET=vc8
call clean_all.bat
call template\build_debug_tmpl.bat
call template\build_debug_tmpl.bat
2 changes: 1 addition & 1 deletion build_tools/mxx_ru/vc8_rebuild_release.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set MXX_RU_CPP_TOOLSET=vc8
call clean_all.bat
call template\build_release_tmpl.bat
call template\build_release_tmpl.bat
2 changes: 0 additions & 2 deletions dependency/vendors/opc_foundation/OpcEnum.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,3 @@ OpcServerList;
#endif

#endif


1 change: 0 additions & 1 deletion dependency/vendors/opc_foundation/OpcEnum.idl
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ library OpcEnumLib
interface IOpcServerList;
};
};

3 changes: 0 additions & 3 deletions dependency/vendors/opc_foundation/OpcEnum_i.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,3 @@ MIDL_DEFINE_GUID(CLSID, CLSID_OpcServerList,0x13486D51,0x4821,0x11D2,0xA4,0x94,0
#ifdef __cplusplus
}
#endif



17 changes: 0 additions & 17 deletions dependency/vendors/opc_foundation/opccomn.h
Original file line number Diff line number Diff line change
Expand Up @@ -862,29 +862,14 @@ void __RPC_STUB IOPCServerList2_CLSIDFromProgID_Stub(
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);



#endif /* __IOPCServerList2_INTERFACE_DEFINED__ */



#ifndef __OPCCOMN_LIBRARY_DEFINED__
#define __OPCCOMN_LIBRARY_DEFINED__

/* library OPCCOMN */
/* [helpstring][version][uuid] */












EXTERN_C const IID LIBID_OPCCOMN;
#endif /* __OPCCOMN_LIBRARY_DEFINED__ */

Expand All @@ -897,5 +882,3 @@ EXTERN_C const IID LIBID_OPCCOMN;
#endif

#endif


2 changes: 0 additions & 2 deletions dependency/vendors/opc_foundation/opccomn.idl
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,3 @@ library OPCCOMN
// interface AsyncIOPCServerList2;
// interface AsyncIOPCEnumGUID;
};


3 changes: 0 additions & 3 deletions dependency/vendors/opc_foundation/opccomn_i.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,3 @@ MIDL_DEFINE_GUID(IID, LIBID_OPCCOMN,0xB28EEDB1,0xAC6F,0x11d1,0x84,0xD5,0x00,0x60
#ifdef __cplusplus
}
#endif



2 changes: 0 additions & 2 deletions dependency/vendors/opc_foundation/opcda.h
Original file line number Diff line number Diff line change
Expand Up @@ -4640,5 +4640,3 @@ void __RPC_USER VARIANT_UserFree( unsigned long *, VAR
#endif

#endif


2 changes: 0 additions & 2 deletions dependency/vendors/opc_foundation/opcda.idl
Original file line number Diff line number Diff line change
Expand Up @@ -1191,5 +1191,3 @@ library OPCDA
interface IOPCAsyncIO3;
interface IOPCGroupStateMgt2;
};


3 changes: 0 additions & 3 deletions dependency/vendors/opc_foundation/opcda_i.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,3 @@ MIDL_DEFINE_GUID(IID, LIBID_OPCDA,0x3B540B51,0x0378,0x4551,0xAD,0xCC,0xEA,0x9B,0
#ifdef __cplusplus
}
#endif



Binary file added doc/projects/opc/psoi2/readme.odt
Binary file not shown.
Binary file removed doc/projects/opc/psoi2/readme.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion include/opc/address_space/frl_opc_tag.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class Tag : private NonCopyable

const FILETIME& getTimeStamp();

void setTimeStamp( FILETIME &ts );
void setTimeStamp( const FILETIME& ts );

void setScanRate( DWORD scanRate_ );

Expand Down
Loading

0 comments on commit 938331c

Please sign in to comment.