10 #include "DigitalSource.h"
11 #include "LiveWindow/LiveWindowSendable.h"
44 void InitTable(std::shared_ptr<ITable> subTable);
45 std::shared_ptr<ITable>
GetTable()
const;
50 std::shared_ptr<ITable> m_table;
Class to enable glitch filtering on a set of digital inputs.
Definition: DigitalGlitchFilter.h:24
DigitalSource Interface.
Definition: DigitalSource.h:22
Live Window Sendable is a special type of object sendable to the live window.
Definition: LiveWindowSendable.h:18