001package jmri.jmrix.loconet.usb_dcs240Plus;
002
003import jmri.jmrix.loconet.pr3.PR3SystemConnectionMemo;
004
005/**
006 * Lightweight class to denote that a DCS240Plus USB interface is active
007 * <p>
008 * This class serves as a placeholder; it is anticipated that the DCS240Plus
009 * implementation will require differentiation from the PR3 implementation.
010 * <p>
011 * Based on PR3SystemConnectionMemo
012 *
013 * @author Bob Jacobsen Copyright (C) 2010
014 * @author B. Milhaupt Copyright (C) 2017, 2019
015 */
016public class UsbDcs240PlusSystemConnectionMemo extends PR3SystemConnectionMemo {
017
018//    private final static Logger log = LoggerFactory.getLogger(UsbDcs240PlusSystemConnectionMemo.class);
019
020}