Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
RailcomHub.hxx File Reference
#include "utils/Hub.hxx"
#include "dcc/RailCom.hxx"

Go to the source code of this file.

Typedefs

typedef HubContainer< StructContainer< dcc::Feedback > > dcc::RailcomHubData
 Data payload sent in the buffers for Railcom dispatchers and hubs.
 
typedef FlowInterface< Buffer< RailcomHubData > > dcc::RailcomHubPortInterface
 Interface class for consumers of railcom data.
 
typedef StateFlow< Buffer< RailcomHubData >, QList< 1 > > dcc::RailcomHubPort
 Base class for consumers of railcom data that are implemented as state flows.
 
typedef GenericHubFlow< RailcomHubDatadcc::RailcomHubFlow
 The hub flow that sends a copy of each packet to each listener port registered.
 

Detailed Description

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Declarations for listening to incoming railcom packets.

Author
Balazs Racz
Date
16 May 2015

Definition in file RailcomHub.hxx.

Typedef Documentation

◆ RailcomHubData

Data payload sent in the buffers for Railcom dispatchers and hubs.

Definition at line 44 of file RailcomHub.hxx.

◆ RailcomHubFlow

typedef GenericHubFlow<RailcomHubData> dcc::RailcomHubFlow

The hub flow that sends a copy of each packet to each listener port registered.

Definition at line 52 of file RailcomHub.hxx.

◆ RailcomHubPort

typedef StateFlow<Buffer<RailcomHubData>, QList<1> > dcc::RailcomHubPort

Base class for consumers of railcom data that are implemented as state flows.

Definition at line 49 of file RailcomHub.hxx.

◆ RailcomHubPortInterface

Interface class for consumers of railcom data.

Definition at line 46 of file RailcomHub.hxx.