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

#ifndef DEADRECKONUSINGDVLWATERTRACKIF_H_
#define DEADRECKONUSINGDVLWATERTRACKIF_H_

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

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

#endif /* DEADRECKONUSINGDVLWATERTRACKIF_H_ */
