#include <SimulatorSystemConstants.h>
Collaboration diagram for SimulatorSystemConstants:

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 SimulatorSystemConstants * | instance () |
| Used to gain access to a single object of this class. | |
Protected Member Functions | |
| SimulatorSystemConstants () | |
| Ctor. | |
An object of this class is used to define fixed system wide constants.
Definition at line 13 of file SimulatorSystemConstants.h.
| virtual SimulatorSystemConstants::~SimulatorSystemConstants | ( | ) | [virtual] |
Dtor.
| SimulatorSystemConstants::SimulatorSystemConstants | ( | ) | [protected] |
Ctor.
This is used only by the instance() member above.
| 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.
| int SimulatorSystemConstants::No_Depth_Beams_Per_Swath | ( | ) | const |
Give the number of depth readings per swath.
| int SimulatorSystemConstants::No_Image_Pixels_Per_Swath | ( | ) | const |
Give the number of image pixels per swath.