SOLA
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
daisi::path_planning::consensus::PromiseMessage Struct Referenceabstract

#include <promise_message.h>

Public Member Functions

 SERIALIZE (instance_id, prepare_id, station_id, already_accepted, accepted_prepare_id, accepted_station_id) uint32_t instance_id=0
 

Public Attributes

uint32_t prepare_id = 0
 
uint32_t station_id = 0
 
bool already_accepted = false
 
uint32_t accepted_prepare_id = 0
 
uint32_t accepted_station_id = 0
 

Detailed Description

< Promise message from acceptors to proposer to promise that the acceptor will accept new values for the given instance (if no other station with higher priority for the same instance is also sending a prepare message before the original proposer can propagate its occupancy to all acceptors).


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