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