API progress
This commit is contained in:
parent
8a8db54f8a
commit
716636f0b6
|
@ -9,11 +9,9 @@
|
|||
template <typename TInput, typename TOutput>
|
||||
class ClosedLoopController {
|
||||
public:
|
||||
expected<TOutput> update() {
|
||||
void update() {
|
||||
expected<TOutput> outputValue = getOutput();
|
||||
setOutput(outputValue);
|
||||
|
||||
return outputValue;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue