|
Open Model Railroad Network (OpenMRN)
|
#include <fcntl.h>#include "executor/Executor.hxx"#include "nmranet_config.h"#include "openmrn_features.h"#include "openlcb/AliasAllocator.hxx"#include "openlcb/ConfigRepresentation.hxx"#include "openlcb/ConfigUpdateFlow.hxx"#include "openlcb/DatagramCan.hxx"#include "openlcb/DatagramTcp.hxx"#include "openlcb/DefaultNode.hxx"#include "openlcb/EventHandlerTemplates.hxx"#include "openlcb/EventService.hxx"#include "openlcb/IfCan.hxx"#include "openlcb/MemoryConfig.hxx"#include "openlcb/NodeInitializeFlow.hxx"#include "openlcb/ProtocolIdentification.hxx"#include "openlcb/SimpleNodeInfo.hxx"#include "openlcb/TractionTrain.hxx"#include "openlcb/TrainInterface.hxx"#include "utils/ActivityLed.hxx"#include "utils/GcTcpHub.hxx"#include "utils/GridConnectHub.hxx"#include "utils/HubDevice.hxx"#include "utils/HubDeviceNonBlock.hxx"Go to the source code of this file.
Classes | |
| class | openlcb::SimpleStackBase |
| class | openlcb::SimpleStackBase::PhysicalIf |
| Polymorphic class that can be implemented by CAN and TCP interfaces separately for appropriate construction order. More... | |
| class | openlcb::SimpleCanStackBase |
| SimpleStack with a CAN-bus based interface and IO functions for CAN-bus. More... | |
| class | openlcb::SimpleCanStackBase::WithStreamSupport |
| Helper class to add stream support straight after construction. More... | |
| class | openlcb::SimpleCanStackBase::CanPhysicalIf |
| class | openlcb::SimpleTcpStackBase |
| class | openlcb::SimpleTcpStackBase::TcpPhysicalIf |
| class | openlcb::SimpleCanStack |
| Helper class for bringing up all components needed for a typical OpenLCB node. More... | |
| class | openlcb::SimpleTcpStack |
| class | openlcb::SimpleTrainCanStack |
| CAN-based stack with TrainNode. More... | |
Namespaces | |
| namespace | openlcb |
Variables | |
| const char | openlcb::CDI_DATA [] |
| This symbol contains the embedded text of the CDI xml file. | |
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
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.
A complete OpenLCB stack for use in straightforward OpenLCB nodes.
Definition in file SimpleStack.hxx.