Loading Common/Libraries/IRALibrary/include/ReceiverControl.h +3 −2 Original line number Diff line number Diff line Loading @@ -924,7 +924,7 @@ protected: const BYTE command, size_t len, ... ) throw(MicroControllerBoardEx); private: /** Return the requested value computed from a vector<BYTE> of parameters * @param parameters a vector of BYTEs to join to compute the final value Loading @@ -933,6 +933,7 @@ private: */ double get_value(const std::vector<BYTE> parameters, const size_t RAW_INDEX); private: /** The IP address of the dewar board */ const std::string m_dewar_ip; Loading Loading
Common/Libraries/IRALibrary/include/ReceiverControl.h +3 −2 Original line number Diff line number Diff line Loading @@ -924,7 +924,7 @@ protected: const BYTE command, size_t len, ... ) throw(MicroControllerBoardEx); private: /** Return the requested value computed from a vector<BYTE> of parameters * @param parameters a vector of BYTEs to join to compute the final value Loading @@ -933,6 +933,7 @@ private: */ double get_value(const std::vector<BYTE> parameters, const size_t RAW_INDEX); private: /** The IP address of the dewar board */ const std::string m_dewar_ip; Loading