Component that drops incoming addressed messages that are not destined for a local node.
More...
|
| | LocalMessageFilter (If *iface) |
| |
| void | send (Buffer< GenMessage > *b, unsigned prio) override |
| |
| virtual Pool * | pool () |
| |
| virtual void | send (Buffer< GenMessage > *message, unsigned priority=UINT_MAX)=0 |
| | Entry point to the flow.
|
| |
| virtual Buffer< GenMessage > * | type_helper () |
| | This function is never user in the code, but GDB can use it to infer the correct message types.
|
| |
| Buffer< GenMessage > * | alloc () |
| | Synchronously allocates a message buffer from the pool of this flow.
|
| |
| void | alloc_async (Executable *target) |
| | Asynchronously allocates a message buffer from the pool of this flow.
|
| |
|
| 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.
|
| |
Component that drops incoming addressed messages that are not destined for a local node.
Definition at line 155 of file IfTcp.cxx.
◆ LocalMessageFilter()
| openlcb::LocalMessageFilter::LocalMessageFilter |
( |
If * |
iface | ) |
|
|
inline |
◆ send()
| void openlcb::LocalMessageFilter::send |
( |
Buffer< GenMessage > * |
b, |
|
|
unsigned |
prio |
|
) |
| |
|
inlineoverride |
◆ iface_
| If* openlcb::LocalMessageFilter::iface_ |
|
private |
The documentation for this class was generated from the following file: