datatypes.h

Go to the documentation of this file.
00001 
00002 
00003 //-----------------------------------------------------------------------------
00004 // CVS: $Revision: 2123 $, $Date: 2006-04-20 17:37:21 +0100 (Thu, 20 Apr 2006) $, $Author: rsc $
00005 //-----------------------------------------------------------------------------
00006 #ifndef DATATYPES_H
00007 #define DATATYPES_H
00008 
00011 typedef struct {
00012 
00015   int firstbyte;
00016 
00018   int wdsize;
00019 
00021   char units[3];
00022 
00023 } coordset;
00024 
00029 typedef struct {
00030 
00032   double value;
00033 
00035   int index;
00036 
00037 } IndexedList;
00038 
00040 typedef struct {
00041 
00043   double cx, cy, cz;
00044 
00045 } CartesianSet;
00046 
00047 #endif
Generated on Mon Oct 4 10:39:50 2010 for WsaTools by  doxygen 1.6.3