::cetp::PAL 是什么意思?

发布于 2024-11-25 04:05:50 字数 133 浏览 1 评论 0原文

我有一个关于CETP(Common Expect Test Platform)的问题,它是TCL的一个测试平台。

我看到下面的代码

::cetp::PAL

是什么意思?

I have a question about CETP(Common Expect Test Platform), it is a TCL testing platform.

I saw the following code

::cetp::PAL

what does this mean?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浪漫人生路 2024-12-02 04:05:50

这是 ::cetp 命名空间 中的命令/过程名为 PAL 并在不带参数的情况下调用它。我不知道 PAL 命令的作用,但 CETP 文档应该会告诉你。

我能找到的几个显示 ::cept::PAL 命令的链接表明这是某种将其参数输出到某个日志文件的日志记录命令。

That is a command/procedure in the ::cetp Namespace which is named PAL and calls it with no arguments. I don't know what the PAL command does, but the CETP documentation should show you.

The few links i could find that showed ::cept::PAL commands suggest that it is some kind of logging command that outputs its argument to some log file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文