HART
0.2.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
// TODO: Some reserved const values for "all channels/frames" or "irrelevant" cases
9
10
/// @brief Details about matcher failure
11
/// @see Matcher::getFailureDetails()
12
/// @ingroup Matchers
13
struct
MatcherFailureDetails
14
{
15
size_t
frame
= 0;
///< Index of frame at which the match has failed
16
size_t
channel
= 0;
///< Index of channel at which the failure was detected
17
std::string
description
;
///< Readable description of why the match has failed.
18
};
19
20
}
// namespace hart
hart
Definition
hart_dsp.hpp:15
hart::MatcherFailureDetails
Details about matcher failure.
Definition
hart_matcher_failure_details.hpp:14
hart::MatcherFailureDetails::channel
size_t channel
Index of channel at which the failure was detected.
Definition
hart_matcher_failure_details.hpp:16
hart::MatcherFailureDetails::description
std::string description
Readable description of why the match has failed.
Definition
hart_matcher_failure_details.hpp:17
hart::MatcherFailureDetails::frame
size_t frame
Index of frame at which the match has failed.
Definition
hart_matcher_failure_details.hpp:15
include
matchers
hart_matcher_failure_details.hpp
Generated on Wed Dec 10 2025 01:16:46 for HART by
1.9.8
© 2025 HART by
Daniel Leonov