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

#ifndef CALIBRATEAHRS_M2IF_H_
#define CALIBRATEAHRS_M2IF_H_

#include "data/ElementURI.h"

namespace CalibrateAHRS_M2IF
{
/// Static const for component name
/// (Can be used by other components)
static const Str NAME( "CalibrateAHRS_M2" );

/// Static consts for input settings
/// (Supplied so outputs can be directed to these inputs)


}

#endif
