INTRODUCTION
Overview
Download and Install
Documentation
Publications

REPOSITORY
Libraries

DEVELOPER
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         
hokuyo_aist::InsufficientBytesError Class Reference

Insufficient bytes to calculate checksum error. More...

#include <hokuyo_errors.h>

Inheritance diagram for hokuyo_aist::InsufficientBytesError:
Inheritance graph

List of all members.

Public Member Functions

 InsufficientBytesError (int num, int line_length)
 Insufficient bytes error constructor.
- Public Member Functions inherited from hokuyo_aist::ProtocolError
 ProtocolError (unsigned int desc_code)
 Protocol error constructor.
- Public Member Functions inherited from hokuyo_aist::RuntimeError
 RuntimeError (unsigned int desc_code)
 Runtime error constructor.
- Public Member Functions inherited from hokuyo_aist::BaseError
 BaseError (unsigned int desc_code, char const *error_type)
 Hokuyo error constructor.

Protected Attributes

int num_
int line_length_

Detailed Description

Insufficient bytes to calculate checksum error.


Constructor & Destructor Documentation

hokuyo_aist::InsufficientBytesError::InsufficientBytesError ( int  num,
int  line_length 
)
inline

Insufficient bytes error constructor.

Parameters:
numThe number of bytes received.
line_lengthThe length of the line.

Member Data Documentation

int hokuyo_aist::InsufficientBytesError::line_length_
protected

Length of the line.

int hokuyo_aist::InsufficientBytesError::num_
protected

Number of bytes available.


The documentation for this class was generated from the following files:
 

Generated for GearBox by  doxygen 1.4.5