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

#ifndef POWER24VCONVERTERIF_H
#define POWER24VCONVERTERIF_H

#include "data/ElementURI.h"

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

// 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 POWER_24V_CONVERTER( NAME, "power24vConverter", Units::BOOL );

}

#endif /*POWER24VCONVERTERIF_H*/
