GTK auxiliary functions implementation. More...
#include <gtk_aux.h>
Go to the source code of this file.
Functions | |
| void | UpdateForceBars (shared_vars_t *RobotVars) | 
| Function to update the main page force value bars.   | |
| void | UpdateLabels (shared_vars_t *RobotVars) | 
| Function to update the main page joint value labels.   | |
| void | UpdateStatusBar (shared_vars_t *RobotVars) | 
| Function to update the status bar.   | |
GTK auxiliary functions implementation.
Definition in file gtk_aux.cpp.
| void UpdateForceBars | ( | shared_vars_t * | RobotVars | ) | 
Function to update the main page force value bars.
This function updates the main page progress bars with the current exerted force value.
| RobotVars | structure defined in types.h with the joint values. | 
Definition at line 413 of file gtk_aux.cpp.
| void UpdateLabels | ( | shared_vars_t * | RobotVars | ) | 
Function to update the main page joint value labels.
This function updates the main page joint value labels with the current values.
| RobotVars | structure defined in types.h with the joint values. | 
Definition at line 36 of file gtk_aux.cpp.
| void UpdateStatusBar | ( | shared_vars_t * | RobotVars | ) | 
Function to update the status bar.
This function updates the status bar with the calculation frequencies of the program.
| RobotVars | structure defined in types.h with the joint values. | 
Definition at line 468 of file gtk_aux.cpp.