rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::test::csf::Receive< V > Struct Template Reference

A value received from another peer as part of flooding. More...

#include <events.h>

Collaboration diagram for ripple::test::csf::Receive< V >:
Collaboration graph
[legend]

Public Attributes

PeerID from
 Peer that sent the value.
 
val
 The received value.
 

Detailed Description

template<class V>
struct ripple::test::csf::Receive< V >

A value received from another peer as part of flooding.

Definition at line 62 of file events.h.

Member Data Documentation

◆ from

template<class V >
PeerID ripple::test::csf::Receive< V >::from

Peer that sent the value.

Definition at line 65 of file events.h.

◆ val

template<class V >
V ripple::test::csf::Receive< V >::val

The received value.

Definition at line 68 of file events.h.