tooling::PathRequestReceivedEvent

Inherits from tooling::RouterEvent

Public Functions

Name
PathRequestReceivedEvent(const llarp::RouterID & routerID, std::shared_ptr< const llarp::path::TransitHop > hop)
virtual std::string ToString() const

Public Attributes

Name
llarp::RouterID prevHop
llarp::RouterID nextHop
llarp::PathID_t txid
llarp::PathID_t rxid
bool isEndpoint

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 PathRequestReceivedEvent

inline PathRequestReceivedEvent(
    const llarp::RouterID & routerID,
    std::shared_ptr< const llarp::path::TransitHop > hop
)

function ToString

inline virtual std::string ToString() const

Reimplements: tooling::RouterEvent::ToString

Public Attributes Documentation

variable prevHop

llarp::RouterID prevHop;

variable nextHop

llarp::RouterID nextHop;

variable txid

llarp::PathID_t txid;

variable rxid

llarp::PathID_t rxid;

variable isEndpoint

bool isEndpoint = false;

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