|
|
|
@ -10,8 +10,7 @@
|
|
|
|
|
class YuShiCtrl : public VendorCtrl
|
|
|
|
|
{
|
|
|
|
|
public:
|
|
|
|
|
// using VendorCtrl::VendorCtrl;
|
|
|
|
|
YuShiCtrl(const std::string& ip, const std::string& userName, const std::string& password, uint8_t channel, net_handle_t netHandle, bool syncTime = true);
|
|
|
|
|
using VendorCtrl::VendorCtrl;
|
|
|
|
|
virtual ~YuShiCtrl();
|
|
|
|
|
|
|
|
|
|
virtual bool SetOsd(uint8_t channel, std::string osd, uint8_t pos);
|
|
|
|
|