MIRA
Classes | Namespaces
RemoteConnectionPool.h File Reference

Connection pool that holds the ownership for RemoteConnections. More...

#include <unordered_map>
#include <serialization/IsTransparentSerializable.h>
#include <fw/RemoteConnection.h>
Include dependency graph for RemoteConnectionPool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RemoteConnectionProxy
 A proxy object that represents a connection. More...
 
class  IsTransparentSerializable< RemoteConnectionProxy, SerializerTag >
 
class  RemoteConnectionPool
 Owner of every RemoteConnection. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

Connection pool that holds the ownership for RemoteConnections.

Creates move-only ConnectionProxies that will stop their thread in their destructor.

Author
Tom Mehner
Date
Feb 3, 2021