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

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_
Protected Attributes inherited from hokuyo_aist::BaseError
unsigned int desc_code_
std::stringstream ss
char error_type_ [32]

Detailed Description

Insufficient bytes to calculate checksum error.

Constructor & Destructor Documentation

◆ InsufficientBytesError()

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.

References line_length_, num_, and hokuyo_aist::ProtocolError::ProtocolError().

Member Data Documentation

◆ line_length_

int hokuyo_aist::InsufficientBytesError::line_length_
protected

Length of the line.

Referenced by InsufficientBytesError().

◆ num_

int hokuyo_aist::InsufficientBytesError::num_
protected

Number of bytes available.

Referenced by InsufficientBytesError().


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

Generated for GearBox by  doxygen 1.4.5