HART
0.1.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
hart_matcher_failure_details.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
#
include
<
string
>
4
5
namespace
hart
6
{
7
8
/// @brief Details about matcher failure
9
/// @see Matcher::getFailureDetails()
10
/// @ingroup Matchers
11
struct
MatcherFailureDetails
12
{
13
size_t
frame
= 0;
///< Index of frame at which the match has failed
14
size_t
channel
= 0;
///< Index of channel at which the failure was detected
15
std::string
description
;
///< Readable description of why the match has failed.
16
};
17
18
}
// namespace hart
hart
Definition
hart_dsp.hpp:14
hart::MatcherFailureDetails
Details about matcher failure.
Definition
hart_matcher_failure_details.hpp:12
hart::MatcherFailureDetails::channel
size_t channel
Index of channel at which the failure was detected.
Definition
hart_matcher_failure_details.hpp:14
hart::MatcherFailureDetails::description
std::string description
Readable description of why the match has failed.
Definition
hart_matcher_failure_details.hpp:15
hart::MatcherFailureDetails::frame
size_t frame
Index of frame at which the match has failed.
Definition
hart_matcher_failure_details.hpp:13
include
matchers
hart_matcher_failure_details.hpp
Generated on Sun Nov 23 2025 18:47:33 for HART by
1.9.8
© 2025 HART by
Daniel Leonov