/** \file
 *
 *  Specifies URIs shared by components that have UARTS
 *  Designed to be included within namespace within [ComponentName]IF.h
 *
 *  \ingroup component
 *
 *  Copyright (c) 2013 MBARI
 *  MBARI Proprietary Information.  All Rights Reserved
 */

static const RestartConfigURI UART( NAME, "uart", "logical device "
                                    "name of UART", Units::NONE, STRVALUE );

static const RestartConfigURI BAUD( NAME, "baud", "baud rate of UART", Units::BIT_PER_SECOND );
