ifw-ccf 6.0.0
 
Loading...
Searching...
No Matches
tools.hpp
Go to the documentation of this file.
1
8
9#ifndef CCF_COMMON_TEST_TOOLS_HPP_H_
10#define CCF_COMMON_TEST_TOOLS_HPP_H_
11
13
14void _InitTestEnv1(const std::string& module);
15
16void _InitTestEnv(const std::string& module,
17 const std::string& cfg_file);
18
19void _GenerateSimFrame(const int width,
20 const int height,
22
23std::string _ValidateFitsFile(const std::string& filename);
24
25#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:20
std::string _ValidateFitsFile(const std::string &filename)
Definition tools.cpp:113
void _InitTestEnv(const std::string &module, const std::string &cfg_file)
Definition tools.cpp:47
void _InitTestEnv1(const std::string &module)
Definition tools.cpp:25
void _GenerateSimFrame(const int width, const int height, ifw::ccf::common::DataFrame &frame)
Definition tools.cpp:89