ifw-ccf
5.0.2
Loading...
Searching...
No Matches
common
test
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
8
#include <
ifw/ccf/common/dataFrame.hpp
>
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
ifw::ccf::common::DataFrame
& frame);
18
19
std::string
_ValidateFitsFile
(
const
std::string& filename);
20
21
#endif
// CCF_COMMON_TEST_TOOLS_HPP_H_
ifw::ccf::common::DataFrame
Frame class used to store the data and metadata for one frames received from the camera.
Definition
dataFrame.hpp:18
_ValidateFitsFile
std::string _ValidateFitsFile(const std::string &filename)
Definition
tools.cpp:111
_InitTestEnv
void _InitTestEnv(const std::string &module, const std::string &cfg_file)
Definition
tools.cpp:45
_InitTestEnv1
void _InitTestEnv1(const std::string &module)
CCF Unit Test utilities.
Definition
tools.cpp:23
_GenerateSimFrame
void _GenerateSimFrame(const int width, const int height, ifw::ccf::common::DataFrame &frame)
Definition
tools.cpp:87
dataFrame.hpp
Generated by
1.10.0