/** \file
 *
 * Specifies interface details for DeadReckonWithRespectToWater component in
 * Navigation module.
 *
 * DeadReckonWithRespectToWater.h should only be included by DeadReckonWithRespectToWater.cpp
 * Other classes should include DeadReckonWithRespectToWaterIF.h
 *
 * Copyright (c) 2013 MBARI
 * MBARI Proprietary Information. All Rights Reserved
 */

#ifndef DEADRECKONWITHRESPECTTOWATERIF_H_
#define DEADRECKONWITHRESPECTTOWATERIF_H_

/**
 * Specifies interface details for DeadReckonWithRespectToWater component in
 * Navigation module.
 *
 * DeadReckonWithRespectToWater.h should only be included by DeadReckonWithRespectToWater.cpp
 * Other classes should include DeadReckonWithRespectToWaterIF.h
 *
 * \ingroup modules_navigation
 */
namespace DeadReckonWithRespectToWaterIF
{
// Static const for component name (can be used by other components)
static const Str NAME( "DeadReckonWithRespectToWater" );

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

#endif /* DEADRECKONWITHRESPECTTOWATERIF_H_ */
