ifw-ccf  3.0.0-pre2
tools.hpp
Go to the documentation of this file.
1 
5 #ifndef CCF_COMMON_TEST_TOOLS_HPP_H_
6 #define CCF_COMMON_TEST_TOOLS_HPP_H_
7 
9 
10 void _InitTestEnv1(const std::string& module);
11 
12 void _InitTestEnv(const std::string& module,
13  const std::string& cfg_file);
14 
15 void _GenerateSimFrame(const int width,
16  const int height,
17  ccf::common::DataFrame& frame);
18 
19 std::string _ValidateFitsFile(const std::string& filename);
20 
21 #endif // CCF_COMMON_TEST_TOOLS_HPP_H_
Frame class used to store the data and metadata for one frames received from the camera.
Definition: dataFrame.hpp:17
std::string _ValidateFitsFile(const std::string &filename)
Definition: tools.cpp:111
void _InitTestEnv(const std::string &module, const std::string &cfg_file)
Definition: tools.cpp:45
void _GenerateSimFrame(const int width, const int height, ccf::common::DataFrame &frame)
Definition: tools.cpp:87
void _InitTestEnv1(const std::string &module)
CCF Unit Test utilities.
Definition: tools.cpp:23