LAPTOP-SNT8I5JK\Boounion
2025-02-18 8f0460c03589056aec7643c8ef625a207ae49f4d
SourceCode/Bond/Servo/Model.cpp
@@ -91,8 +91,14 @@
   SERVO::MasterListener masterListener;
   masterListener.onEqAlive = [&](void* pMaster, SERVO::CEquipment* pEquipment, BOOL bAlive) -> void {
      LOGI("<CModel>Equipment onAlive:%d.\n", pEquipment->getName().c_str(),
      LOGI("<CModel>Equipment onAlive:%s(%s).\n", pEquipment->getName().c_str(),
         bAlive ? _T("ON") : _T("OFF"));
   };
   masterListener.onEqCimStateChanged = [&](void* pMaster, SERVO::CEquipment* pEquipment, BOOL bOn) -> void {
      LOGI("<CModel>Equipment Cim State:%s(%s).\n", pEquipment->getName().c_str(),
         bOn ? _T("ON") : _T("OFF"));
   };
   m_master.setListener(masterListener);