没有合适的资源?快使用搜索试试~ 我知道了~
boost-dbus:使用 Boost.Asio 作为框架的 D-Bus 绑定
共31个文件
hpp:15个
ipp:7个
py:3个
需积分: 9 2 下载量 44 浏览量
2021-06-27
15:59:54
上传
评论
收藏 27KB ZIP 举报
温馨提示
升压 D-Bus 这是一个由 Boost.Asio 提供支持的简单 D-Bus 绑定。 我尽可能地遵循 Asio 的习惯用法。 代码示例 # include < iostream> # include < boost> # include < dbus> using namespace std ; using namespace boost ::asio ; using boost::system::error_code; struct logger { void operator ()(error_code ec, message m) { cout << m << endl; } }; void main () { io_service io; dbus::proxy avahi (io, dbus::endpoint (
资源推荐
资源详情
资源评论
收起资源包目录
boost-dbus-master.zip (31个子文件)
boost-dbus-master
.gitignore 6B
LICENSE_1_0.txt 1KB
README.md 1005B
include
dbus
detail
async_send_op.hpp 2KB
watch_timeout.hpp 5KB
queue.hpp 2KB
connection_service.hpp 3KB
filter.hpp 2KB
connection.hpp 4KB
endpoint.hpp 903B
impl
match.ipp 784B
message.ipp 1KB
message_iterator.hpp 1KB
connection.ipp 3KB
message_iterator.ipp 2KB
filter.ipp 1KB
unpacker.ipp 850B
packer.ipp 950B
chrono.hpp 484B
message.hpp 4KB
element.hpp 3KB
functional.hpp 725B
match.hpp 1KB
error.hpp 2KB
test
avahi.py 1KB
avahi.cpp 3KB
utility
record_property.hpp 599B
message.cpp 1KB
export_sample.py 1KB
proxy_sample.py 588B
CMakeLists.txt 1KB
共 31 条
- 1
资源评论
msjhfu
- 粉丝: 30
- 资源: 4607
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功