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::ParseError Class Reference

Parse error. More...

#include <hokuyo_errors.h>

Inheritance diagram for hokuyo_aist::ParseError:
Inheritance graph

List of all members.

Public Member Functions

 ParseError (char const *const line, char const *const type)
 Parse 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

char line_ [128]
char type_ [16]

Detailed Description

Parse error.


Constructor & Destructor Documentation

hokuyo_aist::ParseError::ParseError ( char const *const  line,
char const *const  type 
)

Parse error constructor.

Parameters:
lineThe line that could not be parsed.
typeThe type of line that was expected.

References type_.


Member Data Documentation

char hokuyo_aist::ParseError::line_[128]
protected

The bad line.

char hokuyo_aist::ParseError::type_[16]
protected

The type of line.

Referenced by ParseError().


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

Generated for GearBox by  doxygen 1.4.5