Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

objacces.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                          objacces.h  -  description
00003                              -------------------
00004     begin                : Fri May 17 2002
00005     copyright            : (C) 2002 by Raphael Zulliger
00006     email                : zulli@hsr.ch
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This library is Copyright (c) Raphael Zulliger <zulli@gmx.net>.       *
00012  *   It is licensed under the GNU Library General Public License (LGPL).   *
00013  *                                                                         *
00014  ***************************************************************************/
00015 
00016 
00017 
00029 #ifndef __objacces_h__
00030 #define __objacces_h__
00031 
00032 #include <def.h>
00033 
00034 
00060 BYTE getODEntry( WORD wIndex,
00061                  BYTE bSubindex,
00062                  void XHUGE* XDATA* ppbData,
00063                  DWORD XDATA* pdwSize );
00064 
00065 
00094 BYTE setVariable( WORD wIndex,
00095                   BYTE bSubindex,
00096                   void XHUGE* XDATA* ppvLocation );
00097 
00117 BYTE setODEntry( WORD wIndex,
00118                  BYTE bSubindex,
00119                  void XHUGE* pbData,
00120                  DWORD dwSize );
00121 
00122 
00123 
00124 #endif // __objacces_h__
00125 
00126 

Generated on Wed Dec 25 01:04:57 2002 for CANopen SlaveLib by doxygen1.2.17