13 #include "tables/ITable.h"
23 virtual void InitTable(std::shared_ptr<ITable> subtable) = 0;
28 virtual std::shared_ptr<ITable>
GetTable()
const = 0;
virtual std::string GetSmartDashboardType() const =0
virtual std::shared_ptr< ITable > GetTable() const =0
virtual void InitTable(std::shared_ptr< ITable > subtable)=0
Initializes a table for this sendable object.
Definition: Sendable.h:17