|
libcaf
0.13.2
|
The header of a Binary Actor System Protocol (BASP) message. More...
#include <basp.hpp>
Public Attributes | |
| node_id | source_node |
| node_id | dest_node |
| actor_id | source_actor |
| actor_id | dest_actor |
| uint32_t | payload_len |
| uint32_t | operation |
| uint64_t | operation_data |
The header of a Binary Actor System Protocol (BASP) message.
A BASP header consists of a routing part, i.e., source and destination, as well as an operation and operation data. Several message types consist of only a header.
1.8.9.1