QP/C++ 8.1.1
Real-Time Event Framework
Loading...
Searching...
No Matches
QP::QS::TProbe Struct Reference

QUTest Test-Probe attributes. More...

#include <qs.hpp>

Public Attributes

QSFun addr
 function address
std::uint32_t data
 data of the test probe
std::uint8_t idx
 ID of the test probe.

Detailed Description

QUTest Test-Probe attributes.

Details
Test-Probe allows dynamic modification of the behavior of the CUT (Code Under Test).

See also
QP::QS::getTestProbe_()

Definition at line 577 of file qs.hpp.

Member Data Documentation

◆ addr

QSFun QP::QS::TProbe::addr

function address

Definition at line 578 of file qs.hpp.

◆ data

std::uint32_t QP::QS::TProbe::data

data of the test probe

Definition at line 579 of file qs.hpp.

◆ idx

std::uint8_t QP::QS::TProbe::idx

ID of the test probe.

Definition at line 580 of file qs.hpp.


The documentation for this struct was generated from the following files: