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 {
00058   class LoHighCamera : public FramingCamera {
00059     public:
00060       LoHighCamera(Pvl &lab);
00062       ~LoHighCamera() {};
00063       virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time, 
00064                                                              double exposureDuration);
00071       virtual int CkFrameId() const { return (-533000); }
00072 
00079       virtual int CkReferenceId() const { return (1); }
00080 
00087       virtual int SpkReferenceId() const { return (1); }
00088   };
00089 };
00090 #endif