SDK information message containing information about an interface group. More...
#include <creos/messages/interface_group_info.hpp>
Public Member Functions | |
auto | operator<=> (const InterfaceGroupInfo &other) const =default |
Compare two InterfaceGroupInfo object messages. | |
Public Attributes | |
std::string | name |
Name of the interface group. | |
unsigned | version |
Version of the interface group. | |
std::vector< DataSourceSinkInfo > | sinks |
Sinks of the interface group. | |
std::vector< DataSourceSinkInfo > | sources |
Sources of the interface group. | |
std::vector< CallableInfo > | callables |
Callables of the interface group. | |
SDK information message containing information about an interface group.