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

#ifndef STOPMISSION_H_
#define STOPMISSION_H_

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

}

#endif /*STOPMISSIONIF_H_*/
