|
Open Model Railroad Network (OpenMRN)
|
#include "dcc/Packet.hxx"#include "dcc/Defs.hxx"#include "utils/Crc.hxx"#include "utils/logging.h"#include "utils/macros.h"Go to the source code of this file.
Variables | |
| static const uint8_t | dcc::marklin_address [3] = {0b00, 0b11, 0b10} |
| Helper array to translate a marklin address to a bit sequence. | |
| static const uint8_t | dcc::marklin_fn_bits [5] |
| Helper array to translate a marklin function set command to a packet. | |
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.
Defines a DCC Packet structure.
Definition in file Packet.cxx.
|
static |
Helper array to translate a marklin address to a bit sequence.
Definition at line 410 of file Packet.cxx.
|
static |
Helper array to translate a marklin function set command to a packet.
Definition at line 412 of file Packet.cxx.