riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
|
#include <arpa/inet.h>
#include <unistd.h>
#include <cerrno>
#include <cstring>
#include <string>
#include <iostream>
Go to the source code of this file.
Classes | |
class | SocketConnector |
Macros | |
#define | SOCKET int |
#define | SOCKET_ERROR -1 |
#define | INVALID_SOCKET -1 |
Enumerations | |
enum | Socket_type { SERVER , CLIENT } |
#define INVALID_SOCKET -1 |
Definition at line 30 of file SocketConnector.h.
#define SOCKET int |
Definition at line 28 of file SocketConnector.h.
#define SOCKET_ERROR -1 |
Definition at line 29 of file SocketConnector.h.
enum Socket_type |