gtk_aux.h file for this module. Contains prototypes and includes. More...
#include <gtk/gtk.h>
#include <glib.h>
#include <types.h>
#include <boost/format.hpp>
#include <ros/package.h>
#include <string>
#include <vector>
#include <map>
#include <iostream>
#include <armadillo>
#include <humanoid_control_functions.h>
Go to the source code of this file.
| |
#define | BOTH_ARMS_SAVE_STRING "ARM_BOTH " |
#define | LEFT_ARM_SAVE_STRING "ARM_LEFT " |
#define | LEFT_D_LEG_SAVE_STRING "D_LEG_LEFT " |
#define | POINTS_FILE_NAME_STRING "demo_user_path_points.txt" |
#define | RIGHT_ARM_SAVE_STRING "ARM_RIGHT " |
#define | RIGHT_D_LEG_SAVE_STRING "D_LEG_RIGHT " |
template<typename Type > | |
Type | AvoidMinusZero (Type value) |
Function to remove minus signal from float, double or long double variables. | |
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_aux.h file for this module. Contains prototypes and includes.
Definition in file gtk_aux.h.
#define POINTS_FILE_NAME_STRING "demo_user_path_points.txt" |
Type AvoidMinusZero | ( | Type | value | ) | [inline] |
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.