tooling::PathAttemptEvent

Inherits from tooling::RouterEvent

Public Functions

Name
PathAttemptEvent(const llarp::RouterID & routerID, std::shared_ptr< const llarp::path::Path > path)
virtual std::string ToString() const

Public Attributes

Name
std::vector< llarp::path::PathHopConfig > hops
llarp::PathID_t pathid

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 PathAttemptEvent

inline PathAttemptEvent(
    const llarp::RouterID & routerID,
    std::shared_ptr< const llarp::path::Path > path
)

function ToString

inline virtual std::string ToString() const

Reimplements: tooling::RouterEvent::ToString

Public Attributes Documentation

variable hops

std::vector< llarp::path::PathHopConfig > hops;

variable pathid

llarp::PathID_t pathid;

Updated on 2026-01-10 at 22:49:45 +0000