RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
Receiver.h File Reference
#include "BaseComponent.h"
#include "../Common.h"
#include <thread>
#include <mutex>
#include <condition_variable>
#include <atomic>
#include <functional>
#include <string>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
Include dependency graph for Receiver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RumPi::Receiver
 Implements TCP client/server socket communication, running its accept, send, and receive loops on their own threads and invoking a callback for each message received. More...
 

Namespaces

namespace  RumPi
 RumPi is the library's top-level facade.