GrpcPrint/PrintS/Communication/BaseServoClient.cpp

5 lines
127 B
C++
Raw Normal View History

2024-03-19 17:45:12 +08:00
#include "BaseServoClient.h"
void BaseServoClient::AddStat(ServoStat* stat) {
//m_StatMap[stat->axisCfg->m_ComAddr] = stat;
}