libxr 1.0
Want to be the best embedded framework
|
STDIO interface for read/write ports. More...
#include <libxr_rw.hpp>
Static Public Member Functions | |
static int | Printf (const char *fmt,...) |
Prints a formatted string to the write port (like printf). | |
Static Public Attributes | |
static ReadPort * | read_ = nullptr |
Read port instance. 读取端口。 | |
static WritePort * | write_ = nullptr |
Write port instance. 写入端口。 | |
STDIO interface for read/write ports.
提供静态全局的输入输出接口绑定与缓冲区管理。
Definition at line 689 of file libxr_rw.hpp.
Prints a formatted string to the write port (like printf).
将格式化字符串发送至写入端口,类似 printf。
fmt | The format string. 格式化字符串。 |
... | Variable arguments to be formatted. 需要格式化的参数。 |
Definition at line 710 of file libxr_rw.hpp.
Read port instance. 读取端口。
Definition at line 693 of file libxr_rw.hpp.
Write port instance. 写入端口。
Definition at line 694 of file libxr_rw.hpp.