Go to the source code of this file.
|
| #define | INFO "i=" << i << " id=" << id << " high=" << high << " result=" << Error::name(result) << " expected=" << Error::name(expected) |
| |
|
| template<typename PIDRecv > |
| void | testcase (PIDRecv &pr, const std::time_t t, const PacketIDData::data_id_t pkt_id, const Error::Type expected_status) |
| |
| void | do_packet_id_recv_test_short_ids (bool usewide) |
| |
| | TEST (Misc, DoPacketIdRecvTestLongIds) |
| |
| | TEST (Misc, PktidTestData32bit) |
| |
| | TEST (Misc, PktidTestData64bit) |
| |
| template<unsigned int ORDER, unsigned int EXPIRE> |
| void | perfiter (const long n, const long range, const long step, const long iter_per_step_pre, long &count) |
| |
| template<unsigned int ORDER, unsigned int EXPIRE> |
| void | perf (long &count) |
| |
| | TEST (Misc, Pktid32BitOverrun32bitCounter) |
| |
| | TEST (Misc, Pktid32BitOverrun64bitCounter) |
| |
| | TEST (Misc, Pktid64BitOverrun64bitCounter) |
| |
| | TEST (Misc, Pktid32BitWarn) |
| |
| | TEST (Misc, Pktid64BitWarn32bit) |
| |
| | TEST (Misc, PktidDataPerf) |
| |
◆ INFO
| #define INFO "i=" << i << " id=" << id << " high=" << high << " result=" << Error::name(result) << " expected=" << Error::name(expected) |
◆ do_packet_id_recv_test_short_ids()
| void do_packet_id_recv_test_short_ids |
( |
bool |
usewide | ) |
|
◆ perf()
template<unsigned int ORDER, unsigned int EXPIRE>
| void perf |
( |
long & |
count | ) |
|
◆ perfiter()
template<unsigned int ORDER, unsigned int EXPIRE>
| void perfiter |
( |
const long |
n, |
|
|
const long |
range, |
|
|
const long |
step, |
|
|
const long |
iter_per_step_pre, |
|
|
long & |
count |
|
) |
| |
◆ TEST() [1/9]
| TEST |
( |
Misc |
, |
|
|
DoPacketIdRecvTestLongIds |
|
|
) |
| |
◆ TEST() [2/9]
| TEST |
( |
Misc |
, |
|
|
Pktid32BitOverrun32bitCounter |
|
|
) |
| |
◆ TEST() [3/9]
| TEST |
( |
Misc |
, |
|
|
Pktid32BitOverrun64bitCounter |
|
|
) |
| |
◆ TEST() [4/9]
| TEST |
( |
Misc |
, |
|
|
Pktid32BitWarn |
|
|
) |
| |
◆ TEST() [5/9]
| TEST |
( |
Misc |
, |
|
|
Pktid64BitOverrun64bitCounter |
|
|
) |
| |
◆ TEST() [6/9]
| TEST |
( |
Misc |
, |
|
|
Pktid64BitWarn32bit |
|
|
) |
| |
◆ TEST() [7/9]
| TEST |
( |
Misc |
, |
|
|
PktidDataPerf |
|
|
) |
| |
◆ TEST() [8/9]
| TEST |
( |
Misc |
, |
|
|
PktidTestData32bit |
|
|
) |
| |
◆ TEST() [9/9]
| TEST |
( |
Misc |
, |
|
|
PktidTestData64bit |
|
|
) |
| |
◆ testcase()
template<typename PIDRecv >