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>

Inherits hokuyo_aist::ProtocolError.

List of all members.

Public Member Functions

 ParseError (char const *const line, char const *const type)
 Parse 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:
line The line that could not be parsed.
type The 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