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

#ifndef HFRCMTIMEINTERPOLATORIF_H_
#define HFRCMTIMEINTERPOLATORIF_H_

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

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

// configuration parameters

// outputs

}

#endif /* HFRCMTIMEINTERPOLATORIF_H_ */
