eive-obsw/dummies/helpers.h

14 lines
187 B
C
Raw Normal View History

2022-09-15 11:54:43 +02:00
#pragma once
namespace dummy {
struct DummyCfg {
bool addCoreCtrlCfg = true;
bool addPowerDummies = true;
bool addAcsBoardDummies = true;
};
void createDummies(DummyCfg cfg);
}