这个是文档给的调用样式:beam_function(&var, "Tag1",42, "Tag2","some text", "Tag3",&myvar, (void*)0);
这个是给出的命令解释:“Tagname” TAG_CONSTANT as defined in beamcontstruct.h Allowed range of value that belongsto tag and measurement unit if applicable
Description of tag, value and its meaning
类似于:“InitDebugLog” BEAM_TGAG_INIT_DEBUGLO 0 or 1
Enables special debugging log (1) that gives additional information about internal operations and errors. For
release builds this value should be set to 0 to avoid the end user is disturbed by developers-only messages and
5warnings.
调用应该怎么写?用C/C++调用这个函数接口
第一个参数是一个TAG_CONSTANT类型,在beamcontstruct.h中有定义
第二个、第三个参数是tag的值和含义
第四个、第五个参数是tag的值和含义
第六个、第七个参数是tag的值和含义
第八个参数是一个调试标识,=1时放开调试日志,0则是关闭,在releasse模式下,设为0