chenlh
2026-01-20 fe4d335b54ede7a47fd4bcf5c228fb427cbcc8c9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef PARAMCTRL_H_
#define PARAMCTRL_H_
 
#include "../param_ctrl.h"
 
class tg_param_ctrl_t : public param_ctrl_t
{
private:
 
public:
    tg_param_ctrl_t();
};
 
#endif