#include "SimulationMainWindow.h"
#include "V24_commands.h"
#include "gui_debug.h"
#include "qmessagebox.h"
#include "qextserialport.h"
gehe zum Quellcode dieser Datei
Datenstrukturen | |
struct | State |
struct | V24Command |
class | V24Control |
Makrodefinitionen | |
#define | STATESIZE 9 |
#define | V24_H 1 |
Typdefinitionen | |
typedef struct State | STATE |
typedef struct V24Command | V24COMMAND |
#define STATESIZE 9 |
Definiert in Zeile 35 der Datei V24.h.
Wird benutzt von Simulation::v24_copy_states_and_gamma_to_robot_button_clicked() und Simulation::v24_get_states_and_gamma_from_robot_button_clicked().
typedef struct V24Command V24COMMAND |