new dummy helper functions
This commit is contained in:
13
dummies/helpers.h
Normal file
13
dummies/helpers.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
namespace dummy {
|
||||
|
||||
struct DummyCfg {
|
||||
bool addCoreCtrlCfg = true;
|
||||
bool addPowerDummies = true;
|
||||
bool addAcsBoardDummies = true;
|
||||
};
|
||||
|
||||
void createDummies(DummyCfg cfg);
|
||||
|
||||
}
|
Reference in New Issue
Block a user