HALDLS
perftest.h
Go to the documentation of this file.
1 #pragma once
2 #include "haldls/vx/genpybind.h"
3 #include "haldls/vx/perftest.h"
4 
6 
7 using PerfTest GENPYBIND(visible) = haldls::vx::PerfTest;
8 using PerfTestStatus GENPYBIND(visible) = haldls::vx::PerfTestStatus;
9 
10 } // namespace haldls::vx::v3
Container for enabling highspeed perf test.
Definition: perftest.h:28
Container for perf test result readout.
Definition: perftest.h:91
#define GENPYBIND_TAG_HALDLS_VX_V3
Definition: genpybind.h:6
haldls::vx::PerfTestStatus PerfTestStatus
Definition: perftest.h:8
haldls::vx::PerfTest PerfTest
Definition: perftest.h:7