#include <common.hpp>

Public Member Functions | |
| Channel ()=default | |
| Channel (ChannelId id, ChannelWithoutId ch) | |
| bool | operator== (const Channel &other) const |
Public Member Functions inherited from foxglove::ChannelWithoutId | |
| bool | operator== (const ChannelWithoutId &other) const |
Public Attributes | |
| ChannelId | id |
Public Attributes inherited from foxglove::ChannelWithoutId | |
| std::string | encoding |
| std::string | schema |
| std::optional< std::string > | schemaEncoding |
| std::string | schemaName |
| std::string | topic |
Definition at line 64 of file common.hpp.
|
default |
|
inline |
Definition at line 68 of file common.hpp.
|
inline |
Definition at line 72 of file common.hpp.
| ChannelId foxglove::Channel::id |
Definition at line 65 of file common.hpp.