hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SphinxStressTest.hpp
Go to the documentation of this file.
1 
14 #ifndef SPHINX_STRESS_TEST_HPP
15 #define SPHINX_STRESS_TEST_HPP
16 
17 namespace HCE
18 {
19 namespace sphinx
20 {
21 namespace tests
22 {
23 //-----------------------------------------------------------------------------
25 {
26 public:
27  static bool makeDataFilesList(const std::string& sourceDir, std::vector<std::string>& files, std::string& error);
28  static bool moveDataFiles(const std::string& sourceDir, const std::string& destDir, std::vector<std::string>& files, std::string& error);
29 };
30 //-----------------------------------------------------------------------------
31 //-----------------------------------------------------------------------------
33 {
34  std::string sourceTestDir;
35  std::string indexName;
38 };
39 //-----------------------------------------------------------------------------
40 //-----------------------------------------------------------------------------
41 } // namespace tests
42 } // namespace sphinx
43 } // namespace HCE
44 
45 #endif // SPHINX_STRESS_TEST_HPP