Type Aliases#
These are the user-facing type aliases. Use these types instead of the internal Basic* templates when declaring variables.
| Alias | Defined As | Description |
|---|---|---|
agnocast::Client<ServiceT> |
agnocast::BasicClient<ServiceT> |
Service client for zero-copy Agnocast service communication. The service/client API is experimental and may change in future versions. |
agnocast::Service<ServiceT> |
agnocast::BasicService<ServiceT> |
The user-facing Agnocast service server. Alias for BasicService |