MCPcopy Create free account

hub / github.com/AimRT/AimRT / functions

Functions3,249 in github.com/AimRT/AimRT

↓ 5 callersFunctionGetFullFuncName
src/interface/aimrt_module_cpp_interface/rpc/rpc_handle.h:21
↓ 5 callersFunctionGetLocalTimeZone
* @brief Get local time zone * * @return int32_t timezone offset from UTC, unit is second */
src/common/util/time_util.h:318
↓ 5 callersMethodGetLogger
src/examples/cpp/logger/module/logger_bench_module/logger_bench_module.h:29
↓ 5 callersFunctionGetTimestampUs
src/common/util/time_util.h:76
↓ 5 callersFunctionGetUint32FromBuf
Retrieve the uint32_t type from buf in the form of a small terminal
src/common/util/buffer_util.h:53
↓ 5 callersMethodInitialize
(self, core: aimrt_py.CoreRef)
src/examples/py/pb_chn_bench/benchmark_publisher_module.py:35
↓ 5 callersFunctionMessageToJsonImpl
src/common/ros2_util/json_convert.h:600
↓ 5 callersMethodNativeHandle
src/interface/aimrt_module_cpp_interface/rpc/rpc_handle.h:119
↓ 5 callersMethodNow
src/interface/aimrt_module_cpp_interface/executor/executor.h:71
↓ 5 callersMethodRegisterClientFunc
src/runtime/core/rpc/rpc_registry.cc:34
↓ 5 callersMethodRegisterFilter
src/runtime/core/rpc/rpc_framework_async_filter.h:61
↓ 5 callersMethodRegisterGetExecutorFunc
src/runtime/core/rpc/rpc_manager.cc:332
↓ 5 callersMethodRegisterMsgHandle
src/common/net/asio_tcp_cli.h:73
↓ 5 callersFunctionRos2NameEncode
* @brief Ros2NameEncode * * @param[in] str string to be encoded * @param[in] up whether to encode to uppercase * @return std::string encoded strin
src/plugins/ros2_plugin/ros2_name_encode.h:23
↓ 5 callersMethodRosTestRpc
src/examples/cpp/ros2_rpc/module/normal_rpc_co_server_module/service.cc:10
↓ 5 callersMethodSerializationTypesSupportedListSpan
src/interface/aimrt_module_cpp_interface/util/type_support.h:94
↓ 5 callersMethodSetMetaValue
src/interface/aimrt_module_cpp_interface/channel/channel_context.h:66
↓ 5 callersMethodShutdown
(self)
src/examples/py/pb_rpc_bench/benchmark_rpc_client_module.py:112
↓ 5 callersFunctionTrySerializeMsgWithCache
src/runtime/core/channel/channel_backend_tools.h:265
↓ 5 callersMethodTypeName
src/interface/aimrt_module_cpp_interface/util/type_support.h:34
↓ 5 callersMethodexecute
Execute callback logic Args: context: execution context, includes process info, monitor data, etc. Returns:
src/test/core/callback_manager.py:50
↓ 5 callersMethodkill_process
Force terminate process and all its child processes Args: script_path: script path Returns: bool: T
src/test/core/process_manager.py:942
↓ 5 callersMethodsub
src/interface/aimrt_module_cpp_interface/context/context.h:217
↓ 4 callersMethodCapacity
src/interface/aimrt_module_cpp_interface/util/buffer.h:66
↓ 4 callersFunctionCheckContainerEqualNoOrder
src/common/util/stl_tool.h:144
↓ 4 callersMethodCloseAndWait
src/common/util/dynamiclatch.h:92
↓ 4 callersMethodContextRef
src/interface/aimrt_module_cpp_interface/rpc/rpc_context.h:238
↓ 4 callersMethodCreateFilterCollectorIfNotExist
src/runtime/core/channel/channel_framework_async_filter.h:94
↓ 4 callersFunctionCreateTimer
src/interface/aimrt_module_cpp_interface/executor/timer.h:122
↓ 4 callersMethodDequeue
src/common/util/block_queue.h:42
↓ 4 callersMethodGetCliState
src/interface/aimrt_module_cpp_interface/context/context.h:78
↓ 4 callersMethodGetFooData
src/examples/cpp/pb_rpc/module/proxy_rpc_co_module/service.cc:14
↓ 4 callersFunctionGetMessagesBasicTypes
src/common/ros2_util/json_convert_test.cc:37
↓ 4 callersMethodGetMetaKeyVals
src/interface/aimrt_module_cpp_interface/channel/channel_context.h:82
↓ 4 callersMethodGetMetaKeyVals
src/interface/aimrt_module_cpp_interface/rpc/rpc_context.h:102
↓ 4 callersMethodGetPubState
src/interface/aimrt_module_cpp_interface/context/context.h:72
↓ 4 callersMethodGetRpcResource
src/interface/aimrt_module_cpp_interface/context/context.h:187
↓ 4 callersMethodGetSrvState
src/interface/aimrt_module_cpp_interface/context/context.h:81
↓ 4 callersMethodGetState
src/runtime/core/allocator/allocator_manager.h:43
↓ 4 callersMethodGetState
src/runtime/core/module/module_manager.h:85
↓ 4 callersMethodGetState
src/runtime/core/parameter/parameter_manager.h:47
↓ 4 callersFunctionGetTimeStr
* @brief transform tm to string * * @param t * @return std::string_view */
src/common/util/time_util.h:235
↓ 4 callersFunctionHttpHeaderDecode
src/common/util/url_encode.h:97
↓ 4 callersFunctionHttpHeaderEncode
src/common/util/url_encode.h:81
↓ 4 callersMethodHttpSendRecvCo
src/common/net/asio_http_cli.h:107
↓ 4 callersMethodInitialize
(self, core: aimrt_py.CoreRef)
src/examples/py/pb_rpc_bench/benchmark_rpc_client_module.py:34
↓ 4 callersMethodInvokeChannel
src/runtime/core/channel/channel_framework_async_filter.h:39
↓ 4 callersMethodInvokeRpc
src/interface/aimrt_module_cpp_interface/rpc/rpc_co_filter.h:40
↓ 4 callersMethodInvokeRpc
src/runtime/core/rpc/rpc_framework_async_filter.h:40
↓ 4 callersFunctionIsDigitStr
* @brief determines whether the string is composed of numbers * * @param[in] str string to be judged * @return true All are composed of numbers *
src/common/util/string_util.h:495
↓ 4 callersFunctionIsLeapYear
* @brief determine if it is a leap year * * @param year * @return true * @return false */
src/common/util/time_util.h:284
↓ 4 callersMethodJoinToCharVector
src/interface/aimrt_module_cpp_interface/util/buffer.h:195
↓ 4 callersFunctionJsonToMessageImpl
src/common/ros2_util/json_convert.h:179
↓ 4 callersMethodName
src/plugins/net_plugin/net_plugin.h:50
↓ 4 callersMethodNativeHandle
src/interface/aimrt_module_cpp_interface/rpc/rpc_context.h:54
↓ 4 callersMethodNativeHandle
src/runtime/core/allocator/allocator_proxy.h:21
↓ 4 callersMethodNativeHandle
src/runtime/core/executor/executor_proxy.h:26
↓ 4 callersMethodNativeHandle
src/runtime/core/rpc/rpc_handle_proxy.h:31
↓ 4 callersMethodRegisterClientFilter
src/runtime/core/rpc/rpc_manager.cc:358
↓ 4 callersMethodRegisterGetExecutorFunc
src/runtime/core/executor/time_wheel_executor.cc:209
↓ 4 callersMethodRegisterMsgHandle
src/plugins/net_plugin/msg_handle_registry.h:37
↓ 4 callersMethodRegisterMsgHandle
src/plugins/mqtt_plugin/msg_handle_registry.h:29
↓ 4 callersMethodRemoteAddr
src/common/net/asio_http_svr.h:579
↓ 4 callersMethodShutdown
src/examples/cpp/helloworld/module/helloworld_module/helloworld_module.cc:36
↓ 4 callersMethodTryExecute
src/interface/aimrt_module_cpp_interface/executor/executor.h:91
↓ 4 callersFunctionYamlToMessageImpl
src/common/ros2_util/yaml_convert.h:128
↓ 4 callersFunctioncheck_is_valid_ros2_msg_type
(msg_type)
src/runtime/python_runtime/check_ros2_type.py:15
↓ 4 callersMethodcleanup
Clean up the test environment
src/test/core/base_test.py:370
↓ 4 callersMethodexecute_callbacks
Execute callbacks for the specified trigger
src/test/core/callback_manager.py:167
↓ 3 callersFunctionCheckIEqual
* @brief Comparison of whether two strings are equal after ignoring upper and lower case * * @param str1 * @param str2 * @return true * @return f
src/common/util/string_util.h:729
↓ 3 callersMethodCheckUsed
src/interface/aimrt_module_cpp_interface/rpc/rpc_context.h:56
↓ 3 callersFunctionCheckYamlNodes
src/runtime/core/util/yaml_tools.cc:43
↓ 3 callersFunctionCmpVersion
* @brief comparison version, such as 6.1.1 6.2.8 * * @param[in] ver1 version 1 * @param[in] ver2 version 2 * @return int Return 1 is greater than,
src/common/util/string_util.h:374
↓ 3 callersMethodConsume
src/plugins/grpc_plugin/http2/buffer.h:25
↓ 3 callersFunctionContainer2Str
src/common/util/stl_tool.h:35
↓ 3 callersMethodContext
src/interface/aimrt_module_cpp_interface/rpc/rpc_context.h:387
↓ 3 callersMethodCoreRef
src/interface/aimrt_module_cpp_interface/core.h:35
↓ 3 callersMethodExecute
src/interface/aimrt_module_cpp_interface/executor/executor.h:57
↓ 3 callersMethodExecuteAt
src/interface/aimrt_module_cpp_interface/executor/executor.h:76
↓ 3 callersMethodGetBuffer
src/common/util/buffer_util.h:262
↓ 3 callersMethodGetClient
* @brief Get udp client * @note If the destination address of the udp client is the same, the existing udp client will be reused * @param cfg ud
src/common/net/asio_udp_cli.h:416
↓ 3 callersFunctionGetCurTimeT
src/common/util/time_util.h:193
↓ 3 callersMethodGetExecutor
src/interface/aimrt_module_cpp_interface/executor/executor_manager.h:25
↓ 3 callersMethodGetLogLevel
src/common/util/log_util.h:32
↓ 3 callersMethodGetLogger
src/examples/cpp/helloworld/module/helloworld_module/helloworld_module.h:26
↓ 3 callersFunctionGetMessagesArrays
src/common/ros2_util/json_convert_test.cc:111
↓ 3 callersFunctionGetMessagesBoundedSequences
src/common/ros2_util/json_convert_test.cc:143
↓ 3 callersFunctionGetMessagesUnboundedSequences
src/common/ros2_util/json_convert_test.cc:185
↓ 3 callersFunctionGetPbMessageTypeName
(msg: google._upb._message.MessageMeta)
src/runtime/python_runtime/aimrt_py_chn.py:63
↓ 3 callersMethodGetPublishTypeWrapperPtr
src/runtime/core/channel/channel_registry.cc:100
↓ 3 callersMethodGetReadableSize
src/plugins/grpc_plugin/http2/buffer.h:40
↓ 3 callersMethodGetRootOptionsNode
src/runtime/core/configurator/configurator_manager.cc:111
↓ 3 callersFunctionGetRos2MessageTypeName
(msg_type: Ros2MsgType)
src/runtime/python_runtime/aimrt_py_chn.py:57
↓ 3 callersFunctionGetRosMembersInfo
src/common/ros2_util/type_support_util.h:29
↓ 3 callersMethodGetScheduler
src/interface/aimrt_module_cpp_interface/co/aimrt_context.h:193
↓ 3 callersMethodGetState
src/runtime/core/plugin/plugin_manager.h:56
↓ 3 callersMethodGetStreamId
src/plugins/grpc_plugin/http2/session.h:30
↓ 3 callersMethodGetTypeSupportArray
src/runtime/core/util/type_support_pkg_loader.h:26
↓ 3 callersFunctionGetValueFromStrKV
* @brief Get the val corresponding to the key from a string like a=1&b=2&c=3 * @note * It is faster than splitting into map and then finding, but if
src/common/util/string_util.h:166
↓ 3 callersMethodInfo
src/examples/cpp/context/module/logger/logger_module.h:18
← previousnext →201–300 of 3,249, ranked by callers