|
Open Model Railroad Network (OpenMRN)
|
Public Member Functions | |
| TcpPhysicalIf (const openlcb::NodeID node_id, Service *service) | |
| If * | iface () override |
| DatagramService * | datagram_service () override |
Public Attributes | |
| HubFlow | tcpHub_ |
| This flow is the connection between the stack and the device drivers. | |
| IfTcp | ifTcp_ |
| Implementation of OpenLCB interface. | |
| TcpDatagramService | datagramService_ |
| Datagram service (and clients) matching the interface. | |
Definition at line 559 of file SimpleStack.hxx.
|
inline |
Definition at line 562 of file SimpleStack.hxx.
|
inline |
Definition at line 570 of file SimpleStack.hxx.
|
inlineoverridevirtual |
Implements openlcb::SimpleStackBase::PhysicalIf.
Definition at line 581 of file SimpleStack.hxx.
|
inlineoverridevirtual |
Implements openlcb::SimpleStackBase::PhysicalIf.
Definition at line 575 of file SimpleStack.hxx.
| TcpDatagramService openlcb::SimpleTcpStackBase::TcpPhysicalIf::datagramService_ |
Datagram service (and clients) matching the interface.
Definition at line 591 of file SimpleStack.hxx.
| IfTcp openlcb::SimpleTcpStackBase::TcpPhysicalIf::ifTcp_ |
Implementation of OpenLCB interface.
Definition at line 589 of file SimpleStack.hxx.
| HubFlow openlcb::SimpleTcpStackBase::TcpPhysicalIf::tcpHub_ |
This flow is the connection between the stack and the device drivers.
Definition at line 587 of file SimpleStack.hxx.