/* 
*	file: nikonD3Headers.h
*	author: Eric J Martin
*	
*	copyright: MBARI 2013
*
*	This is a definition file for inclusion in servers and clients
*	used to communicate through tcp passed data structures for 
*	configuration and control of the nikon D3 and D700.
*
*/
#ifndef _NIKONHEADERS_H_
#define _NIKONHEADERS_H_

#include	"..\common\Maid3.h"
#include	"..\common\maid3d1.h"
#include	"..\common\CtrlSample.h"

#include	"..\common\getopt.h"

#include	"..\common\triggerSerialPort.h"
#include	"..\common\nikonHandler.h"
#include	"..\common\nikonMessage.h"

#endif
