ark::plotting::SearchableObject
Defined in header “ark/plotting/gui/object_search_table_model.hh”.
This represents an object that will be searchable/selectable through the table model UI.
Methods
- SearchableObject(std::string name, serialization::SchemaRegistry schema_registry, const std::string & type_name)
Constructor. Initializes the object from the given parameters.
Variables
-
std::string channel_name
The name for the channel that this object flows over. -
serialization::SchemaRegistry registry
The overall registry to resolve other objects. -
serialization::Object object
The serialized object host.