8 #ifndef __SMART_DASHBOARD_DATA__
9 #define __SMART_DASHBOARD_DATA__
13 #include "tables/ITable.h"
21 virtual void InitTable(std::shared_ptr<ITable> subtable) = 0;
26 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:15
virtual std::shared_ptr< ITable > GetTable() const =0
virtual std::string GetSmartDashboardType() const =0