The mbT struct stores multibeam sonar measurement information. More...
#include <structDefs.h>
Public Member Functions | |
| mbT () | |
| ~mbT () | |
| void | clean () |
| mbT & | operator= (mbT &rhs) |
| int | serialize (char *buf, int buflen) |
| int | unserialize (char *buf, int buflen) |
Public Attributes | |
| double | time |
| int | numBeams |
| float * | ranges |
The mbT struct stores multibeam sonar measurement information.
| mbT::mbT | ( | ) |
| mbT::~mbT | ( | ) |
| void mbT::clean | ( | ) |
| int mbT::serialize | ( | char * | buf, |
| int | buflen | ||
| ) |
| int mbT::unserialize | ( | char * | buf, |
| int | buflen | ||
| ) |
| int mbT::numBeams |
| float* mbT::ranges |
| double mbT::time |
1.8.6