/** \file
 *
 *  Specifies URIs shared by components that have a/d converters
 *  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 AD( NAME, "ad", "Logical "
                                  "device name of analog to digital converter", Units::NONE, STRVALUE );

static const RestartConfigURI AD_VREF( NAME, "adVref", "Reference voltage of analog "
                                       "to digital converter", Units::VOLT );

static const RestartConfigURI AD_RES( NAME, "adRes", "Resolution of analog to "
                                      "digital converter", Units::BIT );
