/** \file
 *
 *  Specifies URIs shared by components that have a sampling frequency 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 FREQUENCY( NAME, "frequency", "Estimate of sampling "
        "frequency.", Units::HERTZ );
