13 #include "DigitalSource.h"
14 #include "LiveWindow/LiveWindowSendable.h"
44 void InitTable(std::shared_ptr<ITable> subTable);
45 std::shared_ptr<ITable>
GetTable()
const;
49 HAL_DigitalHandle m_handle;
51 std::shared_ptr<ITable> m_table;
Live Window Sendable is a special type of object sendable to the live window.
Definition: LiveWindowSendable.h:17
Class to enable glitch filtering on a set of digital inputs.
Definition: DigitalGlitchFilter.h:28
DigitalSource Interface.
Definition: DigitalSource.h:25