Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

GCCCerror Class Reference

Helper classes for accessing fields in the error data. Class for decoding a GCCC error message. More...

#include <GXXXerror.h>

List of all members.

Public Member Functions

 GCCCerror (unsigned msg)
unsigned type () const
unsigned sweep () const
unsigned param () const
unsigned raw () const

Static Public Member Functions

unsigned type (unsigned msg)
unsigned sweep (unsigned msg)
unsigned param (unsigned msg)


Detailed Description

Helper classes for accessing fields in the error data. Class for decoding a GCCC error message.


Constructor & Destructor Documentation

GCCCerror::GCCCerror unsigned  msg  )  [inline]
 

Constructor for initializing the class with an error message


Member Function Documentation

unsigned GCCCerror::param  )  const [inline]
 

Return the error parameter of the GCCC error message

unsigned GCCCerror::param unsigned  msg  )  [inline, static]
 

Static method to return the error parameter of a given GCCC error message

unsigned GCCCerror::raw  )  const [inline]
 

Return the raw error message the GCCCerror class was initialized with

unsigned GCCCerror::sweep  )  const [inline]
 

Return the sweep number of the GCCC error message

unsigned GCCCerror::sweep unsigned  msg  )  [inline, static]
 

Static method to return the sweep number of a given GCCC error message

unsigned GCCCerror::type  )  const [inline]
 

Return the error type of the GCCC error message

unsigned GCCCerror::type unsigned  msg  )  [inline, static]
 

Static method to return the error type of a given GCCC error message


The documentation for this class was generated from the following file:
Generated on Thu Sep 29 12:13:39 2005 for LDF v05-07-00 by doxygen 1.3.9.1