#include <arm.h>
|
arm_result | homePos () |
|
length_3D | getStylusTip () |
|
angle_3D | getStylusDir () |
|
float | getT (int, int) |
|
int | getButt () |
|
void | init () |
|
arm_result | connect (const char *port) |
|
void | disconnect () |
|
arm_result | stylus6DOFupdate () |
|
arm_result | stylus3DOFupdate () |
|
arm_result | joint_update3 () |
|
arm_result | joint_update6 () |
|
arm_result | full_update () |
|
arm_result | checkBckg () |
|
void | stylus6DOFbckg () |
|
void | stylus3DOFbckg () |
|
void | jointBckg3 () |
|
void | jointBckg6 () |
|
void | fullBckg () |
|
arm_result | check_motion () |
|
void | end_motion () |
|
void | stylus6DOFmotion (int motion_thresh, int packet_delay, int btns_active) |
|
void | stylus3DOFmotion (int motion_thresh, int packet_delay, int btns_active) |
|
void | installSimple () |
|
void | calcStylus6DOF () |
|
void | calcStylus3DOF () |
|
void | calcTrig () |
|
void | calcJoints () |
|
void | calcFull () |
|
void | calcNothing () |
|
void | calcT () |
|
void | calcM () |
|
void | calcStylusDir () |
|
void | mul4x4 (matrix_4 M1, matrix_4 M2, matrix_4 X) |
|
void | identity4x4 (matrix_4 M) |
|
void | assign4x4 (matrix_4 to, matrix_4 from) |
|
arm_result | convertParams () |
|
arm_result | convertExtParams () |
|
int | paramsDH0_5 () |
|
void | calcParams () |
|
arm_result | getConstants () |
|
void | startMotion (int num_encoders, int motion_thresh, int packet_delay, int btns_active) |
|
void Arm::calcNothing |
( |
| ) |
|
void Arm::calcStylus3DOF |
( |
| ) |
|
void Arm::calcStylus6DOF |
( |
| ) |
|
void Arm::calcStylusDir |
( |
| ) |
|
float Arm::getT |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
void Arm::installSimple |
( |
| ) |
|
void Arm::startMotion |
( |
int |
num_encoders, |
|
|
int |
motion_thresh, |
|
|
int |
packet_delay, |
|
|
int |
btns_active |
|
) |
| |
void Arm::stylus3DOFbckg |
( |
| ) |
|
void Arm::stylus3DOFmotion |
( |
int |
motion_thresh, |
|
|
int |
packet_delay, |
|
|
int |
btns_active |
|
) |
| |
void Arm::stylus6DOFbckg |
( |
| ) |
|
void Arm::stylus6DOFmotion |
( |
int |
motion_thresh, |
|
|
int |
packet_delay, |
|
|
int |
btns_active |
|
) |
| |
The documentation for this class was generated from the following files:
- C:/Documents/School/OSG/VRECKO/include/vreckoDP/base/arm.h
- C:/Documents/School/OSG/VRECKO/src/vrecko/Arm.cpp
- C:/Documents/School/OSG/VRECKO/src/vreckoDP/base/Arm.cpp