ifw-ccf  2.0.0
testTools.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 _InitTestEnv(const std::string& module,
11  const std::string& cfg_file);
12 
13 void _GenerateSimFrame(const int width,
14  const int height,
15  ccf::common::DataFrame& frame);
16 
17 std::string _ValidateFitsFile(const std::string& filename);
18 
19 #endif // CCF_COMMON_TEST_TOOLS_HPP_H_
_ValidateFitsFile
std::string _ValidateFitsFile(const std::string &filename)
Definition: testTools.cpp:115
_GenerateSimFrame
void _GenerateSimFrame(const int width, const int height, ccf::common::DataFrame &frame)
Definition: testTools.cpp:91
dataFrame.hpp
_InitTestEnv
void _InitTestEnv(const std::string &module, const std::string &cfg_file)
CCF Unit Test utilities.
Definition: testTools.cpp:23
ccf::common::DataFrame
Frame class used to store the data and metadata for one frames received from the camera.
Definition: dataFrame.hpp:17