libcaf  0.13.2
Public Attributes | List of all members
caf::io::basp::header Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: