/** \file
 *
 *  Specifies the interface details for the DepthRateCalculator component in the
 *  DerivationModule.
 *
 *  DepthRateCalculator.h should only be included by DepthRateCalculator.cpp
 *  Other classes should include DepthRateCalculatorIF.h
 *
 *  Copyright (c) 2007,2008,2009 MBARI
 *  MBARI Proprietary Information.  All Rights Reserved
 */

#ifndef DEPTHRATECALCULATORIF_H_
#define DEPTHRATECALCULATORIF_H_

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

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

}

#endif /*DEPTHRATECALCULATORIF_H_*/
