/****************************************************************************/
/* Copyright 2010 MBARI.                                                    */
/* MBARI Proprietary Information. All rights reserved.                      */
/****************************************************************************/
#ifndef ANALOG_H
#define ANALOG_H


/* Convert sample to real value */
double anaConvSample(int chan, unsigned int sample, int res);

#endif

