00001 // suActuators.h 00002 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00003 // Author: Frank C. Anderson 00004 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00005 #ifndef __suActuators_h__ 00006 #define __suActuators_h__ 00007 00008 #include "suActuatorsDLL.h" 00009 00010 //============================================================================= 00011 //============================================================================= 00018 class SUACTUATORS_API suActuators 00019 { 00020 //============================================================================= 00021 // DATA 00022 //============================================================================= 00023 public: 00024 00025 //============================================================================= 00026 // METHODS 00027 //============================================================================= 00028 public: 00029 00030 00031 //============================================================================= 00032 }; // END class suActuators 00033 //============================================================================= 00034 //============================================================================= 00035 00036 #endif // __suActuators_h__ 00037 00038 00039 00040 //============================================================================= 00041 // INCLUDES OF THE VARIOUS MATH LIBRARIES 00042 //============================================================================= 00043 #ifndef SUACTUATORS_EXPORTS 00044 00045 00046 #endif 00047
1.3