#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#include <websocketpp/common/thread.hpp>
Go to the source code of this file.
Classes | |
class | telemetry_client |
The telemetry client connects to a WebSocket server and sends a message every second containing an integer count. More... | |
Functions | |
void | wait_a_bit () |
Define a semi-cross platform helper method that waits/sleeps for a bit. More... | |
int | main (int argc, char *argv[]) |
void wait_a_bit | ( | ) |
Define a semi-cross platform helper method that waits/sleeps for a bit.
Definition at line 12 of file telemetry_client.cpp.
Referenced by telemetry_client::telemetry_loop().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 157 of file telemetry_client.cpp.
References telemetry_client::run().