CALlog Class Reference

Class for accessing fields in the CAL log data longword. More...

#include <CALlog.h>

List of all members.

Public Member Functions

 CALlog (unsigned datum)
 Constructor for initializing the CALlog class with a log value.
unsigned column () const
 Method for returning the column from a log value.
CALlogEnd negative () const
 Static method for returning the negative log-end from a log value.
CALlogEnd positive () const
 Static method for returning the positive log-end from a log value.
unsigned datum () const
 Method for returning the log value the class was constructed with.

Static Public Member Functions

static unsigned column (unsigned datum)
 Static method for returning the column from a log value.
static CALlogEnd negative (unsigned datum)
 Static method for returning the negative log-end from a log value.
static CALlogEnd positive (unsigned datum)
 Static method for returning the positive log-end from a log value.


Detailed Description

Class for accessing fields in the CAL log data longword.

Author:
Ric Claus -- GLAST LAT I&T/Online - (claus@slac.stanford.edu)
Revision
1.3
Date:
January 23, 2003 -- Created
Id
CALlog.h,v 1.3 2004/04/01 23:40:46 claus Exp

Copyright: Copyright 2004 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.


Constructor & Destructor Documentation

CALlog::CALlog ( unsigned  datum  )  [inline]

Constructor for initializing the CALlog class with a log value.

Parameters:
datum - A log value


Member Function Documentation

unsigned CALlog::column (  )  const [inline]

Method for returning the column from a log value.

Returns:
The column value

unsigned CALlog::column ( unsigned  datum  )  [inline, static]

Static method for returning the column from a log value.

Parameters:
datum - A log value
Returns:
The column value

unsigned CALlog::datum (  )  const [inline]

Method for returning the log value the class was constructed with.

Returns:
The log value

CALlogEnd CALlog::negative (  )  const [inline]

Static method for returning the negative log-end from a log value.

Returns:
The negative log-end structure

CALlogEnd CALlog::negative ( unsigned  datum  )  [inline, static]

Static method for returning the negative log-end from a log value.

Parameters:
datum - A log value
Returns:
The negative log-end structure

CALlogEnd CALlog::positive (  )  const [inline]

Static method for returning the positive log-end from a log value.

Returns:
The positive log-end structure

CALlogEnd CALlog::positive ( unsigned  datum  )  [inline, static]

Static method for returning the positive log-end from a log value.

Parameters:
datum - A log value
Returns:
The positive log-end structure


The documentation for this class was generated from the following file:
Generated on Mon Jul 31 17:48:13 2006 for LDF v06-02-00 by doxygen 1.4.7