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 PacketIDControl::time_t t, const PacketIDControl::time_t pkt_time, const PacketIDControl::id_t pkt_id, const Error::Type expected_status) |
|
| TEST (misc, pktid_test_control) |
|
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, pktid_control_perf) |
|
◆ INFO
#define INFO "i=" << i << " id=" << id << " high=" << high << " result=" << Error::name(result) << " expected=" << Error::name(expected) |
◆ 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/2]
TEST |
( |
misc |
, |
|
|
pktid_control_perf |
|
|
) |
| |
◆ TEST() [2/2]
TEST |
( |
misc |
, |
|
|
pktid_test_control |
|
|
) |
| |
◆ testcase()
template<typename PIDRecv >