/** \file
 *
 *  Specifies URIs shared by components that have a power consumption config setting
 *  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 POWER( NAME, "power", "Estimate of power consumption "
                                     "while active.", Units::WATT );
