Public Member Functions | |
| ClientInfo (ClientInfo &&)=default | |
| ClientInfo (const ClientInfo &)=delete | |
| ClientInfo (const std::string &name, ConnHandle handle) | |
| ClientInfo & | operator= (ClientInfo &&)=default |
| ClientInfo & | operator= (const ClientInfo &)=delete |
Public Attributes | |
| std::unordered_set< ClientChannelId > | advertisedChannels |
| ConnHandle | handle |
| std::string | name |
| bool | subscribedToConnectionGraph = false |
| std::unordered_map< ChannelId, SubscriptionId > | subscriptionsByChannel |
Definition at line 158 of file websocket_server.hpp.
|
inlineexplicit |
Definition at line 165 of file websocket_server.hpp.
|
delete |
|
default |
|
default |
|
delete |
| std::unordered_set<ClientChannelId> foxglove::Server< ServerConfiguration >::ClientInfo::advertisedChannels |
Definition at line 162 of file websocket_server.hpp.
| ConnHandle foxglove::Server< ServerConfiguration >::ClientInfo::handle |
Definition at line 160 of file websocket_server.hpp.
| std::string foxglove::Server< ServerConfiguration >::ClientInfo::name |
Definition at line 159 of file websocket_server.hpp.
| bool foxglove::Server< ServerConfiguration >::ClientInfo::subscribedToConnectionGraph = false |
Definition at line 163 of file websocket_server.hpp.
| std::unordered_map<ChannelId, SubscriptionId> foxglove::Server< ServerConfiguration >::ClientInfo::subscriptionsByChannel |
Definition at line 161 of file websocket_server.hpp.