SimulatorSystemConstants Class Reference

This class is a Singleton. More...

#include <SimulatorSystemConstants.h>

Collaboration diagram for SimulatorSystemConstants:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~SimulatorSystemConstants ()
 Dtor.
int No_Depth_Beams_Per_Swath () const
 Give the number of depth readings per swath.
int No_Image_Pixels_Per_Swath () const
 Give the number of image pixels per swath.

Static Public Member Functions

static SimulatorSystemConstantsinstance ()
 Used to gain access to a single object of this class.

Protected Member Functions

 SimulatorSystemConstants ()
 Ctor.

Detailed Description

This class is a Singleton.

An object of this class is used to define fixed system wide constants.

Definition at line 13 of file SimulatorSystemConstants.h.


Constructor & Destructor Documentation

virtual SimulatorSystemConstants::~SimulatorSystemConstants (  )  [virtual]

Dtor.

SimulatorSystemConstants::SimulatorSystemConstants (  )  [protected]

Ctor.

This is used only by the instance() member above.


Member Function Documentation

static SimulatorSystemConstants* SimulatorSystemConstants::instance (  )  [static]

Used to gain access to a single object of this class.

If the class does not yet exist then create it. Otherwise just return the existing object.

Returns:
The Singleton object.

int SimulatorSystemConstants::No_Depth_Beams_Per_Swath (  )  const

Give the number of depth readings per swath.

Returns:
Number of depth variables.

int SimulatorSystemConstants::No_Image_Pixels_Per_Swath (  )  const

Give the number of image pixels per swath.

Returns:
Number of image variables.


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