15 #include "DigitalSource.h"
16 #include "LiveWindow/LiveWindowSendable.h"
46 void InitTable(std::shared_ptr<ITable> subTable);
47 std::shared_ptr<ITable>
GetTable()
const;
51 HAL_DigitalHandle m_handle;
53 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:26
DigitalSource Interface.
Definition: DigitalSource.h:25