Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
Packet.cxx File Reference
#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.
 

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.

Defines a DCC Packet structure.

Author
Balazs Racz
Date
10 May 2014

Definition in file Packet.cxx.

Variable Documentation

◆ marklin_address

const uint8_t dcc::marklin_address[3] = {0b00, 0b11, 0b10}
static

Helper array to translate a marklin address to a bit sequence.

Definition at line 410 of file Packet.cxx.

◆ marklin_fn_bits

const uint8_t dcc::marklin_fn_bits[5]
static
Initial value:
= {0, 0b01010000, 0b00000100,
0b00010100, 0b01010100}

Helper array to translate a marklin function set command to a packet.

Definition at line 412 of file Packet.cxx.