REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
client.h File Reference
#include "websockets/common.h"
#include "websockets/data_frame.h"
#include "websockets/endpoint.h"
#include "websockets/message.h"
#include "websockets/tcp.h"
#include <functional>
#include <memory>
#include <vector>
Include dependency graph for client.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | websockets::WebsocketsClient |
Namespaces | |
namespace | websockets |
Typedefs | |
typedef std::function< void(WebsocketsClient &, WebsocketsMessage)> | websockets::MessageCallback |
typedef std::function< void(WebsocketsMessage)> | websockets::PartialMessageCallback |
typedef std::function< void(WebsocketsClient &, WebsocketsEvent, std::string)> | websockets::EventCallback |
typedef std::function< void(WebsocketsEvent, std::string)> | websockets::PartialEventCallback |
Enumerations | |
enum class | websockets::WebsocketsEvent { websockets::ConnectionOpened , websockets::ConnectionClosed , websockets::GotPing , websockets::GotPong } |