tooling::PathBuildRejectedEvent
Inherits from tooling::RouterEvent
Public Functions
| Name | |
|---|---|
| PathBuildRejectedEvent(const llarp::RouterID & routerID, const llarp::PathID_t rxid_, const llarp::RouterID & rejectedBy_) | |
| virtual std::string | ToString() const |
Public Attributes
| Name | |
|---|---|
| llarp::PathID_t | rxid |
| llarp::RouterID | rejectedBy |
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 PathBuildRejectedEvent
inline PathBuildRejectedEvent(
const llarp::RouterID & routerID,
const llarp::PathID_t rxid_,
const llarp::RouterID & rejectedBy_
)
function ToString
inline virtual std::string ToString() const
Reimplements: tooling::RouterEvent::ToString
Public Attributes Documentation
variable rxid
llarp::PathID_t rxid;
variable rejectedBy
llarp::RouterID rejectedBy;
Updated on 2026-01-10 at 22:49:45 +0000