/** \file
 *
 *  Specifies the interface details for the HFRCMReconstructedInterpolator
 *  component in the EstimationModule.
 *
 *  HFRCMReconstructedInterpolator.h should only be included by
 *  HFRCMReconstructedInterpolator.cpp
 *  Other classes should include HFRCMReconstructedInterpolatorIF.h
 *
 *  Copyright (c) 2013, 2014 MBARI
 *  MBARI Proprietary Information.  All Rights Reserved
 */

#ifndef HFRCMRECONSTRUCTEDINTERPOLATORIF_H_
#define HFRCMRECONSTRUCTEDINTERPOLATORIF_H_

/**
 *  Specifies the interface details for the HFRCMReconstructedInterpolator
 *  component in the EstimationModule.
 *
 *  HFRCMReconstructedInterpolator.h should only be included by
 *  HFRCMReconstructedInterpolator.cpp
 *  Other classes should include HFRCMReconstructedInterpolatorIF.h
 *
 *  \ingroup modules_estimation
 */
namespace HFRCMReconstructedInterpolatorIF
{
/// Static const for component name
/// (Can be used by other components)
static const Str NAME( "HFRCMReconstructedInterpolator" );

// Include common ConfigURIs -- must be in namespace and follow definition of NAME
#include "component/HasLoadAtStartupIF.h"

// configuration parameters
static const ConfigURI VERBOSITY( NAME, "verbosity", Units::COUNT );
static const ConfigURI VELOCITY_ACCURACY( NAME, "velocityAccuracy", Units::METER_PER_SECOND );
}

#endif /* HFRCMRECONSTRUCTEDINTERPOLATORIF_H_ */
