CigiSensorCtrlV3.h

Go to the documentation of this file.
00001 
00054 #if !defined(_CIGI_SENSOR_CTRL_V3_INCLUDED_)
00055 #define _CIGI_SENSOR_CTRL_V3_INCLUDED_
00056 
00057 #include "CigiBaseSensorCtrl.h"
00058 
00059 
00060 
00061 class CIGI_SPEC CigiSensorCtrlV3 : public CigiBaseSensorCtrl
00062 {
00063 
00064 public:
00065 
00066    //==> Management
00067 
00068    //=========================================================
00071    CigiSensorCtrlV3();
00072 
00073    //=========================================================
00076    virtual ~CigiSensorCtrlV3();
00077 
00078 
00079    //==> Buffer Packing/Unpacking
00080 
00081    //=========================================================
00092    virtual int Pack(CigiBasePacket * Base, Cigi_uint8 * Buff, void *Spec) const;
00093 
00094    //=========================================================
00104    virtual int Unpack(Cigi_uint8 * Buff, bool Swap, void *Spec);
00105 
00106 
00107 
00108    //==> Accessing Member Variable Values functions
00109 
00110    //+> ViewID
00111 
00112    //=========================================================
00119    int SetViewID(const Cigi_uint16 ViewIDIn, bool bndchk=true)
00120    {
00121       ViewID = ViewIDIn;
00122       return(CIGI_SUCCESS);
00123    }
00124 
00125    //=========================================================
00128    Cigi_uint16 GetViewID(void) const { return(ViewID); }
00129 
00130 
00131    //+> ResponseType
00132 
00133    //=========================================================
00142    int SetResponseType(const ResponseTypeGrp ResponseTypeIn, bool bndchk=true);
00143 
00144    //=========================================================
00147    ResponseTypeGrp GetResponseType(void) const { return(ResponseType); }
00148 
00149 
00150    //+> Gain
00151 
00152    //=========================================================
00159    int SetGain(const float GainIn, bool bndchk=true);
00160 
00161    //=========================================================
00164    float GetGain(void) const { return(Gain); }
00165 
00166 
00167 
00168 };
00169 
00170 #endif // #if !defined(_CIGI_SENSOR_CTRL_V3_INCLUDED_)

Generated on Wed Apr 29 08:59:57 2009 for CCL by  doxygen 1.4.7