tooling::RCGossipSentEvent
Inherits from tooling::RouterEvent
Public Functions
| Name | |
|---|---|
| RCGossipSentEvent(const llarp::RouterID & routerID, const llarp::RouterContact & rc_) | |
| virtual std::string | ToString() const override |
| std::string | LongString() const |
Public Attributes
| Name | |
|---|---|
| llarp::RouterContact | rc |
Additional inherited members
Public Functions inherited from tooling::RouterEvent
| Name | |
|---|---|
| RouterEvent(std::string eventType, llarp::RouterID routerID, bool triggered) | |
| virtual | ~RouterEvent() =default |
Public Attributes inherited from tooling::RouterEvent
| Name | |
|---|---|
| const std::string | eventType |
| llarp::RouterID | routerID |
| bool | triggered |
Public Functions Documentation
function RCGossipSentEvent
inline RCGossipSentEvent(
const llarp::RouterID & routerID,
const llarp::RouterContact & rc_
)
function ToString
inline virtual std::string ToString() const override
Reimplements: tooling::RouterEvent::ToString
function LongString
inline std::string LongString() const
Public Attributes Documentation
variable rc
llarp::RouterContact rc;
Updated on 2026-01-10 at 22:49:45 +0000