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
12
#include <
ifw/ccf/common/dataFrame.hpp
>
13
14
void
_InitTestEnv1
(
const
std::string& module);
15
16
void
_InitTestEnv
(
const
std::string& module,
17
const
std::string& cfg_file);
18
19
void
_GenerateSimFrame
(
const
int
width,
20
const
int
height,
21
ifw::ccf::common::DataFrame
& frame);
22
23
std::string
_ValidateFitsFile
(
const
std::string& filename);
24
25
#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:20
_ValidateFitsFile
std::string _ValidateFitsFile(const std::string &filename)
Definition
tools.cpp:113
_InitTestEnv
void _InitTestEnv(const std::string &module, const std::string &cfg_file)
Definition
tools.cpp:47
_InitTestEnv1
void _InitTestEnv1(const std::string &module)
Definition
tools.cpp:25
_GenerateSimFrame
void _GenerateSimFrame(const int width, const int height, ifw::ccf::common::DataFrame &frame)
Definition
tools.cpp:89
dataFrame.hpp
stdpub
test
tools.hpp
Generated by
1.13.2