- Reworked the connection object and the IO system
- Reworked the support for TRICS - Added a second generation motor
This commit is contained in:
@ -187,8 +187,8 @@ int calcTheta(double lambda, MATRIX z1, double *d, double *theta);
|
||||
* in testing the range.
|
||||
* @return 0 on failure, 1 on success.
|
||||
*/
|
||||
typedef int (*inRange)(void *userData, float dSet[4], int mask[4]);
|
||||
int findAllowedBisecting(double lambda, MATRIX z1, float fSet[4],
|
||||
typedef int (*inRange)(void *userData, double dSet[4], int mask[4]);
|
||||
int findAllowedBisecting(double lambda, MATRIX z1, double fSet[4],
|
||||
inRange testFunc, void *userData);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user