USGS

Isis 3.0 Developer's Reference (API)

Home

LwirCamera.h

Go to the documentation of this file.
00001 #ifndef LwirCamera_h
00002 #define LwirCamera_h
00003 
00023 #include "FramingCamera.h"
00024 
00025 namespace Isis {
00061   class LwirCamera : public FramingCamera {
00062     public:
00063       LwirCamera(Pvl &lab);
00065       ~LwirCamera() {};
00066       virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
00067                                                              double exposureDuration);
00068 
00075       virtual int CkFrameId() const { return (-40000); }
00076 
00083       virtual int CkReferenceId() const { return (1); }
00084 
00091       virtual int SpkReferenceId() const { return (1); }
00092   };
00093 };
00094 #endif