#ifndef _timerWrap_H
#define _timerWrap_H
/****************************************************************************/
/* Copyright 1995 to 1996, MBARI                                            */
/****************************************************************************/
/* Summary  : Wrapper functions for VxWorks timers                          */
/* Filename : timerWrap.h                                                   */
/* Author   : Andrew Pearce                                                 */
/* Project  : Tiburon                                                       */
/* Version  : Version 1.0                                                   */
/* Created  : 02/08/96                                                      */
/* Modified : 02/08/96                                                      */
/* Archived :                                                               */
/****************************************************************************/
/* Modification History:                                                    */
/* $Header: /usr/tiburon/.cvsroot/vw/h/timerWrap.h,v 1.1.1.1 1997/05/16 22:33:02 pean Exp $
 * $Log: timerWrap.h,v $
 * Revision 1.1.1.1  1997/05/16 22:33:02  pean
 * Initial check in after software freeze.
 *
 */
/****************************************************************************/

#ifdef INCLUDE_PROTOTYPES

#ifdef __STDC__

Void startIntervalTimer( timer_t timer, long secs, long nsec );

Void startPeriodicTimer( timer_t timer, long secs, long nsec );

#endif /* __STDC__ */

#endif /* INCLUDE_PROTOTYPES */


#endif /* _timerWrap_H */
