Obsidian
Probabilistic Geophysical Joint Inversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
clientheartbeat.hpp File Reference

Heartbeat routers that deal with client heartbeating sending and receiving. More...

#include "comms/messages.hpp"
#include "comms/transport.hpp"
#include "comms/router.hpp"
#include "comms/settings.hpp"
#include <chrono>
Include dependency graph for clientheartbeat.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  stateline::comms::ClientHeartbeat
 Handles heartbeating on the client side. Client heartbeat assumes only one connection (to the server), so sends and receives to one source only. More...
 

Namespaces

 stateline
 
 stateline::comms
 

Typedefs

typedef
std::chrono::high_resolution_clock 
hrc
 

Variables

const std::string CLIENT_HB_SOCKET_ADDR = "inproc://clienthb"
 Heartbeat sockets talk on these addresses.
 

Detailed Description

Heartbeat routers that deal with client heartbeating sending and receiving.

Author
Lachlan McCalman
Date
2014
License:
Affero General Public License version 3 or later