mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
7 lines
94 B
C++
7 lines
94 B
C++
#include "PvUser.h"
|
|
|
|
void PvUser::reset()
|
|
{
|
|
mapEventCallback.clear();
|
|
pvidIndex = 0;
|
|
} |