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

#ifndef PREPARETODIVEIF_H_
#define PREPARETODIVEIF_H_

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

}

#endif /*PREPARETODIVEIF_H_*/
