Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

handheld_dest_wrappers.h

Go to the documentation of this file.
      00001 //----------------------------------------------------------------------------------------
      00011 // RCS-ID:      $Id: handheld_dest_wrappers.h,v 1.1 2003/02/06 21:47:30 robertoconnor Exp $
      00012 //----------------------------------------------------------------------------------------
      00013 
      00014 //----------------------------------------------------------------------------------------
      00015 // Begin single inclusion of this .h file condition
      00016 //----------------------------------------------------------------------------------------
      00017 
      00018 #ifndef _HANDHELD_DEST_WRAPPERS_H_
      00019 #define _HANDHELD_DEST_WRAPPERS_H_
      00020 
      00021 //----------------------------------------------------------------------------------------
      00022 // GCC interface
      00023 //----------------------------------------------------------------------------------------
      00024 
      00025 #if defined(__GNUG__) && ! defined(__APPLE__)
      00026     #pragma interface "handheld_dest_wrappers.h"
      00027 #endif
      00028 
      00029 //----------------------------------------------------------------------------------------
      00030 // Shared defines
      00031 //----------------------------------------------------------------------------------------
      00032 
      00033 #include "plucker_defines.h"
      00034 
      00035 
      00036 //----------------------------------------------------------------------------------------
      00037 // Headers
      00038 //----------------------------------------------------------------------------------------
      00039 
      00040 #include "handheld_dest_type.h"
      00041 
      00042 //----------------------------------------------------------------------------------------
      00043 // Class definition: handheld_dest_wrappers
      00044 //----------------------------------------------------------------------------------------
      00045 
      00047 class handheld_dest_wrappers
      00048 {
      00049 
      00050 public:
      00052 
      00057     static void read_handheld_dest_array_from_configuration( const wxString& channel_section,
00058                                               handheld_dest_array_type *handheld_dest_array
00059                                                            );
00061 
00066     static void write_handheld_dest_array_to_configuration( const wxString& channel_section,
00067                                               handheld_dest_array_type& handheld_dest_array
00068                                                            );
00069 
00070 };
00071 
00072 //----------------------------------------------------------------------------------------
00073 // End single inclusion of this .h file condition
00074 //----------------------------------------------------------------------------------------
00075 
00076 #endif  //_HANDHELD_DEST_WRAPPERS_H_