REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
common.h File Reference
Include dependency graph for common.h:

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

Go to the source code of this file.
Namespaces | |
namespace | websockets |
namespace | websockets::internals |
Macros | |
#define | _WS_BUFFER_SIZE 1024 |
#define | PLATFORM_DOES_NOT_SUPPORT_BLOCKING_READ |
Functions | |
std::string | websockets::internals::fromInterfaceString (const std::string &str) |
std::string | websockets::internals::fromInterfaceString (const std::string &&str) |
std::string | websockets::internals::fromInternalString (const std::string &str) |
std::string | websockets::internals::fromInternalString (const std::string &&str) |
Macro Definition Documentation
◆ _WS_BUFFER_SIZE
#define _WS_BUFFER_SIZE 1024 |
Definition at line 7 of file common.h.
Referenced by websockets::internals::readData().