13 #ifndef FINDDEVICEETHERNET_INCLUDE_H__
14 #define FINDDEVICEETHERNET_INCLUDE_H__
19 #include "DefDllExport.h"
43 std::string Find(
const std::string & subnet);
48 int32_t GetElapsedSecs();
55 std::string MakeDeviceStr(
const std::string & input);
56 void GetId(
const std::string & input, std::string &
id );
57 void GetFirmwareRev(
const std::string & input, std::string & firmwareRev );
58 void GetIpAddr(
const std::string & input, std::string & ipAddr );
59 void GetPort(
const std::string & input, std::string & port );
60 void GetMacAddr(
const std::string & input, std::string & mac );
61 void GetInterfaceStatus(
const std::string & input, std::string & interfaceStatus );
62 std::string CameraInfo(
const std::string & rawIdStr,
63 const std::string & frmwRevStr);
65 const std::string m_fileName;
66 const std::string m_CamResponse;
67 UdpSocketBase * m_socketPtr;
Class that tries to find apogee devices on the ethernet.
Definition: FindDeviceEthernet.h:23