00001 #ifndef __Rotm_LOADED 00002 #define __Rotm_LOADED 00003 typedef struct { 00004 int rotm; 00005 int ID; 00006 char Name[4]; 00007 float Theta1; 00008 float Phi1; 00009 float Theta2; 00010 float Phi2; 00011 float Theta3; 00012 float Phi3; 00013 float r11; 00014 float r12; 00015 float r13; 00016 float r21; 00017 float r22; 00018 float r23; 00019 float r31; 00020 float r32; 00021 float r33; 00022 int _9999; 00023 } ROTM_DEF; 00024 #ifdef __TAP_CREOBJ__ 00025 ROTM_DEF Rotm; 00026 #else 00027 extern ROTM_DEF Rotm; 00028 #endif 00029 #endif 00030
1.3.9.1