Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

emcpos.h

Go to the documentation of this file.
00001 #ifndef EMCPOS_H
00002 #define EMCPOS_H
00003 
00004 
00005 #include "posemath.h"           /* PmCartesian */
00006 
00007 typedef struct _EmcPose {
00008   PmCartesian tran;
00009   double a,b,c;
00010 } EmcPose;
00011 
00012 
00013 #endif

Generated on Sun Dec 2 15:27:39 2001 for EMC by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001