Class for listening to the ping response packets.
More...
|
| typedef Buffer< GenMessage > | message_type |
| | Stores the message template type for external reference.
|
| |
| static Buffer< GenMessage > * | cast_alloc (QMember *entry) |
| | Down casts and initializes an asynchronous allocation result to the appropriate flow's buffer type.
|
| |
Class for listening to the ping response packets.
Definition at line 273 of file IfCan.hxx.
◆ ReplyHandler()
| openlcb::NodeIdLookupFlow::ReplyHandler::ReplyHandler |
( |
NodeIdLookupFlow * |
parent | ) |
|
|
inline |
Constructor.
- Parameters
-
| parent | is the lookup flow that owns this handler. |
Definition at line 278 of file IfCan.hxx.
◆ ~ReplyHandler()
| openlcb::NodeIdLookupFlow::ReplyHandler::~ReplyHandler |
( |
| ) |
|
|
inline |
Destructor. Unregisters the handler.
Definition at line 286 of file IfCan.hxx.
◆ send()
| void openlcb::NodeIdLookupFlow::ReplyHandler::send |
( |
Buffer< GenMessage > * |
message, |
|
|
unsigned |
priority |
|
) |
| |
|
inline |
Handler callback for incoming messages.
Definition at line 293 of file IfCan.hxx.
◆ set_alias_waiting()
| void openlcb::NodeIdLookupFlow::ReplyHandler::set_alias_waiting |
( |
NodeAlias |
a | ) |
|
|
inline |
The parent flow calls this function when the handler needs to be activated.
Definition at line 322 of file IfCan.hxx.
◆ aliasWaiting_
| NodeAlias openlcb::NodeIdLookupFlow::ReplyHandler::aliasWaiting_ {0} |
|
private |
Which node alias we are listening for a reply from.
Definition at line 329 of file IfCan.hxx.
◆ parent_
Flow owning *this.
Definition at line 331 of file IfCan.hxx.
The documentation for this class was generated from the following file: