USGS

Isis 3.0 Developer's Reference (API)

Home

LoHighCamera.h

Go to the documentation of this file.
00001 #ifndef LoHighCamera_h
00002 #define LoHighCamera_h
00003 
00023 #include "FramingCamera.h"
00024 
00025 namespace Isis {
00056   class LoHighCamera : public FramingCamera {
00057     public:
00058       LoHighCamera(Pvl &lab);
00060       ~LoHighCamera() {};
00061       virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time, 
00062                                                              double exposureDuration);
00069       virtual int CkFrameId() const { return (-533000); }
00070 
00077       virtual int CkReferenceId() const { return (1); }
00078 
00085       virtual int SpkReferenceId() const { return (1); }
00086   };
00087 };
00088 #endif