hapregs.h

Go to the documentation of this file.
00001 /*****************************************************************************
00002 *  FESTO Ges.m.b.H
00003 *  Linzer Strasse 227
00004 *  1140 Vienna
00005 *  Copyright (c) 2008. All rights reserved.
00006 *****************************************************************************/
00007 
00019 #ifndef __HAPREGS_H__
00020 #define __HAPREGS_H__
00021 
00022 #ifdef __cplusplus
00023 extern "C" {
00024 #endif
00025 
00034 extern int ReadReg32(unsigned long address, unsigned long* value);
00035 
00044 extern int WriteReg32(unsigned long address, unsigned long value);
00045 
00058 extern int CloseReg32(void);
00059 
00073 extern int OpenReg32(void);
00074 
00075 #ifdef __cplusplus
00076 }
00077 #endif
00078 
00079 #endif /* __HAPREGS_H__ */

Generated on Wed Apr 2 15:57:03 2008 for Festo Camera API by  doxygen 1.5.3