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

#ifndef PHINSMULTIBEAMIF_H
#define PHINSMULTIBEAMIF_H

#include "data/ElementURI.h"

/**
 *  Specifies the interface details for the Phins_Multibeam component in the
 *  SensorModule.
 *
 *  \ingroup modules_sensor
 */
namespace Phins_MultibeamIF
{
/// Static const for component name
/// (Can be used by other components)
static const Str NAME( "Phins_Multibeam" );

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

static const DataURI PHINS_MULTIBEAM( NAME, "PhinsMultibeam", Units::BOOL );

}

#endif /*PHINSMULTIBEAMIF_H*/
