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

#ifndef ESPCARTRIDGESELECTIF_H_
#define ESPCARTRIDGESELECTIF_H_

#include "data/ElementURI.h"

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

static const SettingURI ESP_CARTRIDGE_SELECT( "cartridgeType", Units::COUNT );

}

#endif /*ESPCARTRIDGESELECTIF_H_*/

