Struct BallotProtocol
The Slot object is in charge of maintaining the state of the SCP protocol for a given slot index.
struct BallotProtocol
;
Defined as a struct to have the right size (class always have a vtable)
Constructors
| Name | Description |
|---|---|
this
(slot)
|
Construct a new entity linked to a Slot |
Fields
| Name | Type | Description |
|---|---|---|
mLastEnvelope
|
shared_ptr!(scpd.scp.SCPDriver.SCPEnvelopeWrapper) | last envelope generated by this node |
mLastEnvelopeEmit
|
shared_ptr!(scpd.scp.SCPDriver.SCPEnvelopeWrapper) | last envelope emitted by this node |