|
| file | client.h [code] |
| | Caller-side primitive of the VLink method (RPC) communication model.
|
| |
| file | getter.h [code] |
| | Read-side primitive of the VLink field communication model.
|
| |
| file | node.h [code] |
| | Common CRTP base for every VLink communication primitive.
|
| |
| file | publisher.h [code] |
| | Write-side primitive of the VLink event communication model.
|
| |
| file | serializer.h [code] |
| | Compile-time codec dispatch for VLink message payloads.
|
| |
| file | server.h [code] |
| | Handler-side primitive of the VLink method (RPC) communication model.
|
| |
| file | setter.h [code] |
| | Write-side primitive of the VLink field communication model.
|
| |
| file | subscriber.h [code] |
| | Read-side primitive of the VLink event communication model.
|
| |
| file | version.h [code] |
| | VLink library version constants, build-time feature flags, and compile-time comparison helpers.
|
| |
| file | vlink.h [code] |
| | Single umbrella entry point for the public VLink communication SDK.
|
| |