代码拉取完成,页面将自动刷新
同步操作将从 jeremyczhen/fdbus 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
FDBus
is an easy-to-use, light weight and high performance IPC framework. It is something like DBus
or SOME/IP
, but with its own characteristics:
DBus
, it has no central hub; client and serives are connected directlyIPC
machanism. it is more like a middleware development frameworkIts usage can be found in the following fields:
Linux
Windows
QNX
https://gitee.com/jeremyczhen/fdbus.git
https://blog.csdn.net/jeremy_cz/article/details/89060291
It is recommended to build with buildCentral. For more details please find help for FDK
-Dfdbus_XXX=ON/OFF
when running cmake
.*
is set as default.fdbus_BUILD_TESTS
ON
: build examplesOFF
: don't build examplesfdbus_ENABLE_LOG
OFF
: disable log output of fdbus libfdbus_LOG_TO_STDOUT
ON
: send fdbus log to stdout (terminal)OFF
: fdbus log is sent to log serverfdbus_ENABLE_MESSAGE_METADATA
ON
: time stamp is included in fdbus message to track delay of message during request-reply interactionOFF
: time stamp is disabledfdbus_SOCKET_BLOCKING_CONNECT
ON
: socket method connect() will be blocked forever if server is not ready to acceptOFF
: connect() will be blocked with timer to avoid permanent blockingfdbus_SOCKET_ENABLE_PEERCRED
ON
: peercred of UDS (Unix Domain Socket) is enabledOFF
: peercred of UDS is disabledfdbus_ALLOC_PORT_BY_SYSTEM
ON
: socket number of servers are allocated by the systemOFF
: socket number of servers are allocated by name serverfdbus_SECURITY
ON
: enable securityOFF
: disable securityfdbus_BUILD_JNI
ON
: build JNI shared library and jar packageOFF
: don't build JNI artifacts-DMACRO_DEF='VARIABLE=value;VARIABLE=value'
FDB_CFG_SOCKET_PATH
CONFIG_SOCKET_CONNECT_TIMEOUT
0
" means block forever.此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。