radec/src/gate.cpp

7 lines
103 B
C++

#include "Gate.h"
void Gate::setOut(int newValue, int setTime)
{
out->setValue(newValue, setTime);
}