You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class ExampleInstrument: public Instrument<2> { //2 subsystems, that's why <2>.
public:
ExampleSubsystem exampleSubsystem1;
ExampleSubsystem exampleSubsystem2;
ExampleInstrument(PersistentMemoryBlock* memoryBlock, InfoInterface* serial, uRTCLib* rtc, int param1, int param2): //Weird syntax, but it's a member initializer