#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 9 of file Hokuyo.cpp.
| Hokuyo::~Hokuyo | ( | ) | 
Definition at line 23 of file Hokuyo.cpp.
| void Hokuyo::hokuyo_update | ( | Hokuyo_Points * | hokuyo_points_ | ) |  [slot] | 
        
Definition at line 159 of file Hokuyo.cpp.
| void Hokuyo::IR_update | ( | double | IR01_new, | 
| double | IR02_new | ||
| ) |  [slot] | 
        
Definition at line 178 of file Hokuyo.cpp.
| void Hokuyo::paintEvent | ( | QPaintEvent * | event | ) |  [protected, virtual] | 
        
Definition at line 31 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 |