Public Member Functions | |
| ClientInfo (const std::string &name, ConnHandle handle) | |
| ClientInfo (const ClientInfo &)=delete | |
| ClientInfo (ClientInfo &&)=default | |
| ClientInfo & | operator= (const ClientInfo &)=delete |
| ClientInfo & | operator= (ClientInfo &&)=default |
Public Attributes | |
| std::unordered_set< ClientChannelId > | advertisedChannels |
| ConnHandle | handle |
| std::string | name |
| bool | subscribedToConnectionGraph = false |
| std::unordered_map< ChannelId, SubscriptionId > | subscriptionsByChannel |
Definition at line 139 of file websocket_server.hpp.
|
inlineexplicit |
Definition at line 146 of file websocket_server.hpp.
|
delete |
|
default |
|
delete |
|
default |
| std::unordered_set<ClientChannelId> foxglove::Server< ServerConfiguration >::ClientInfo::advertisedChannels |
Definition at line 143 of file websocket_server.hpp.
| ConnHandle foxglove::Server< ServerConfiguration >::ClientInfo::handle |
Definition at line 141 of file websocket_server.hpp.
| std::string foxglove::Server< ServerConfiguration >::ClientInfo::name |
Definition at line 140 of file websocket_server.hpp.
| bool foxglove::Server< ServerConfiguration >::ClientInfo::subscribedToConnectionGraph = false |
Definition at line 144 of file websocket_server.hpp.
| std::unordered_map<ChannelId, SubscriptionId> foxglove::Server< ServerConfiguration >::ClientInfo::subscriptionsByChannel |
Definition at line 142 of file websocket_server.hpp.