5namespace BelaHwComponent {
17bool Bela_checkHwCompatibility(
BelaHw userHw,
BelaHw detectedHw);
18BelaHw getBelaHw(std::string board);
19std::string getBelaHwName(
BelaHw hardware);
20unsigned int Bela_hwContains(
BelaHw hw, BelaHwComponent::Component component);
BelaHw
Definition Bela.h:108