real & imaginary macros

Defines

#define REAL_QD(in)   (in.d)
#define IMAG_QD(in)   (in.q)
#define REAL_QD_DATA(in)   (in.d[N])
#define IMAG_QD_DATA(in)   (in.q[N])

Detailed Description

real & imaginary macros


Define Documentation

#define IMAG_QD ( in   )     (in.q)

Definition at line 230 of file QDOperations.h.

#define IMAG_QD_DATA ( in   )     (in.q[N])

Definition at line 232 of file QDOperations.h.

#define REAL_QD ( in   )     (in.d)

Definition at line 229 of file QDOperations.h.

#define REAL_QD_DATA ( in   )     (in.d[N])

Definition at line 231 of file QDOperations.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Mon Apr 23 12:59:21 2012 for TIMotorLIB by  doxygen 1.6.3