VLink  2.0.0
A high-performance communication middleware
impl Directory Reference
Directory dependency graph for impl:

Files

file  abstract_factory.h [code]
 Topic-scoped registration store that fans transport callbacks across NodeImpl peers.
 
file  ack_manager.h [code]
 Pending-request bookkeeping used to implement blocking RPC calls.
 
file  calculate_sample.h [code]
 Per-publisher gap detection used to expose sample loss statistics to subscribers.
 
file  client_impl.h [code]
 Transport-neutral backbone shared by every method-model client implementation.
 
file  conf.h [code]
 Transport-configuration base contract and the supporting boilerplate macros.
 
file  conf_plugin_interface.h [code]
 Stable ABI implemented by transport plugins that ship a Conf factory.
 
file  getter_impl.h [code]
 Transport-neutral base for field-model getter (latest-value reader) implementations.
 
file  intra_data.h [code]
 Reference-counted in-process payload type used by the intra:// backend.
 
file  node_impl.h [code]
 Foundational base classes shared by every transport-backed VLink node.
 
file  publisher_impl.h [code]
 Transport-neutral base class for every event-model publisher implementation.
 
file  server_impl.h [code]
 Transport-neutral base class for every method-model server implementation.
 
file  setter_impl.h [code]
 Transport-neutral base class for every field-model setter (latest-value writer).
 
file  ssl_options.h [code]
 Backend-neutral SSL / TLS settings shared by all VLink transports that support encryption.
 
file  subscriber_impl.h [code]
 Transport-neutral base class for every event-model subscriber implementation.
 
file  types.h [code]
 Core enumerations and small value types shared by the entire VLink implementation layer.
 
file  url.h [code]
 URL-driven configuration dispatcher that selects and forwards to a transport Conf.
 
file  url_parser.h [code]
 Strict subset of an RFC 3986 URL parser used by the VLink transport layer.