ifw-ccf 4.0.0
Loading...
Searching...
No Matches
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
10void _InitTestEnv1(const std::string& module);
11
12void _InitTestEnv(const std::string& module,
13 const std::string& cfg_file);
14
15void _GenerateSimFrame(const int width,
16 const int height,
18
19std::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