|
Open Model Railroad Network (OpenMRN)
|
Data and objects we keep for each port. More...
Public Attributes | |
| bool | inactive_ {false} |
| If true, we must not send any data to this target, because it has been unregistered. | |
| GcStreamParser | segmenter_ |
| CanHubPortInterface * | canPort_ {nullptr} |
| HubPortInterface * | hubPort_ {nullptr} |
Data and objects we keep for each port.
Definition at line 420 of file CanRoutingHub.hxx.
| CanHubPortInterface* openlcb::GcCanRoutingHub::PortParser::canPort_ {nullptr} |
Definition at line 426 of file CanRoutingHub.hxx.
| HubPortInterface* openlcb::GcCanRoutingHub::PortParser::hubPort_ {nullptr} |
Definition at line 427 of file CanRoutingHub.hxx.
| bool openlcb::GcCanRoutingHub::PortParser::inactive_ {false} |
If true, we must not send any data to this target, because it has been unregistered.
Definition at line 424 of file CanRoutingHub.hxx.
| GcStreamParser openlcb::GcCanRoutingHub::PortParser::segmenter_ |
Definition at line 425 of file CanRoutingHub.hxx.