#include <c++/drivers/ld/sickld-1.0/SickLD.hh>
Collaboration diagram for SickToolbox::SickLD::sick_ld_scan_profile_tag:

Public Attributes | |
| unsigned int | profile_number |
| The number of profiles sent to the host (i.e. the current profile number). | |
| unsigned int | profile_counter |
| The number of profiles gathered by the Sick LD. | |
| unsigned int | layer_num |
| The layer number associated with a scan (this will always be 0). | |
| unsigned int | sensor_status |
| The status of the Sick LD sensor. | |
| unsigned int | motor_status |
| The status of the Sick LD motor. | |
| unsigned int | num_sectors |
| The number of sectors returned in the profile. | |
| sick_ld_sector_data_t | sector_data [SICK_MAX_NUM_SECTORS] |
| The sectors associated with the scan profile. | |
The number of profiles sent to the host (i.e. the current profile number).
The number of profiles gathered by the Sick LD.
The layer number associated with a scan (this will always be 0).
The status of the Sick LD sensor.
The status of the Sick LD motor.
The number of sectors returned in the profile.
| sick_ld_sector_data_t SickToolbox::SickLD::sick_ld_scan_profile_tag::sector_data[SICK_MAX_NUM_SECTORS] |
The sectors associated with the scan profile.
1.5.1