Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | 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

static unsigned type (unsigned msg)
static unsigned sweep (unsigned msg)
static 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

static 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

static 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

static 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 Fri Apr 15 15:50:21 2005 for LDF v05-06-02 by doxygen 1.4.2