rippled
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...

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

Public Attributes

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

Detailed Description

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

A value received from another peer as part of flooding.

Definition at line 79 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 82 of file events.h.

◆ val

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

The received value.

Definition at line 85 of file events.h.