#include <Hokuyo.h>
Public Slots | |
void | hokuyo_update (Hokuyo_Points *hokuyo_points_) |
void | IR_update (double IR01_new, double IR02_new) |
Public Member Functions | |
Hokuyo (QWidget *parent=0) | |
~Hokuyo () | |
Public Attributes | |
Hokuyo_Points * | hokuyo_points |
double | IR01_update |
double | IR02_update |
QMessageBox | msgBox_hokuyo |
bool | showIR |
bool | showlines |
bool | showLRF |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *event) |
Private Attributes | |
int | flag |
Hokuyo::Hokuyo | ( | QWidget * | parent = 0 | ) |
Definition at line 40 of file Hokuyo.cpp.
Hokuyo::~Hokuyo | ( | ) |
Definition at line 52 of file Hokuyo.cpp.
void Hokuyo::hokuyo_update | ( | Hokuyo_Points * | hokuyo_points_ | ) | [slot] |
Definition at line 145 of file Hokuyo.cpp.
void Hokuyo::IR_update | ( | double | IR01_new, |
double | IR02_new | ||
) | [slot] |
Definition at line 154 of file Hokuyo.cpp.
void Hokuyo::paintEvent | ( | QPaintEvent * | event | ) | [protected, virtual] |
Definition at line 57 of file Hokuyo.cpp.
int Hokuyo::flag [private] |
double Hokuyo::IR01_update |
double Hokuyo::IR02_update |
QMessageBox Hokuyo::msgBox_hokuyo |
bool Hokuyo::showIR |
bool Hokuyo::showlines |
bool Hokuyo::showLRF |