WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
#include <webcface/common/internal/message/view.h>
Public Attributes | |
std::map< std::string, std::shared_ptr< message::ViewComponentData > > | components |
std::vector< SharedString > | data_ids |
各要素にidを振り、id→要素のデータ の対応を components が管理し、 idの並び順を data_ids が管理する
std::map<std::string, std::shared_ptr<message::ViewComponentData> > components |
std::vector<SharedString> data_ids |