Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Classes | |
struct | TestConfig |
Public Types | |
typedef utils::test::PoolAlgorithmTesterTraits< ArchitectureTag > | BaseT |
typedef ArchitectureTag | Arch |
typedef BaseT::PoolType | PoolType |
typedef NumericalT | NumericalRep |
typedef TimeFrequencyT | TimeFrequencyType |
typedef ddtr::Ddtr< TestConfig, NumericalRep > | Api |
typedef Api::DmTrialsType | DmType |
typedef std::vector< std::shared_ptr< DmType > > | DmDataContainerType |
![]() | |
typedef ArchitectureTag | Arch |
typedef void | Capability |
typedef panda::PoolResource< ArchitectureTag > | DeviceType |
typedef panda::test::TestResourcePool< ArchitectureTag > | PoolType |
typedef PoolType | TestParam |
Public Member Functions | |
DdtrTesterTraits (DdtrTesterTraits const &)=delete | |
Api & | api (PoolType &pool) |
ddtr::Config & | config () |
bool | dm_handler_called () const |
std::size_t | dm_handler_call_count () const |
return true if the dm_handler has been called | |
generators::ProfileManager const & | profile_manager () const |
DmDataContainerType const & | dm_data () const |
Protected Member Functions | |
virtual void | configure (ddtr::Config &) |
Protected Attributes | |
TestConfig | _config |
DmDataContainerType | _dm_data |
std::size_t | _dm_call_count |
std::unique_ptr< Api > | _api |
generators::ProfileManager | _manager |
Definition at line 71 of file DdtrTester.h.