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

#ifndef CALIBRATESPARTONIF_H_
#define CALIBRATESPARTONIF_H_

#include "data/ElementURI.h"

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

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


}

#endif
