radec/src/gate.cpp

7 lines
103 B
C++
Raw Permalink Normal View History

2017-04-23 20:48:33 -04:00
#include "Gate.h"
2017-04-23 19:53:37 -04:00
void Gate::setOut(int newValue, int setTime)
{
out->setValue(newValue, setTime);
}