实现策略配置功能

This commit is contained in:
lixiaoyuan
2025-08-28 18:42:37 +08:00
parent 8f6c83147b
commit dda905cda0
47 changed files with 1311 additions and 863 deletions

View File

@@ -0,0 +1,7 @@
#include "PvUser.h"
void PvUser::reset()
{
mapEventCallback.clear();
pvidIndex = 0;
}