|
VLink 2.0.0
A high-performance communication middleware
|
Abstract base class for all transport-specific getter (field reader) implementations. 更多...
#include "./node_impl.h"类 | |
| class | vlink::GetterImpl |
| Transport-agnostic base for getter (field reader) node implementations. 更多... | |
命名空间 | |
| namespace | vlink |
Abstract base class for all transport-specific getter (field reader) implementations.
GetterImpl is the intermediate layer between the generic Getter<T> template and a concrete transport backend. It inherits from NodeImpl and adds field-getter semantics:
listen() – the callback is invoked whenever a new value is written by the corresponding Setter on the same topic.SubscriberImpl.Getter receives the most recent value; it does not buffer a queue of historic messages.listen(MsgCallback&&).