MCPcopy Create free account

hub / github.com/AimRT/AimRT / functions

Functions3,249 in github.com/AimRT/AimRT

↓ 1 callersFunctionGetCurrentThreadAffinity
src/runtime/core/util/thread_tools_test.cc:19
↓ 1 callersFunctionGetDateStr
* @brief Get complete date string * * @param t timestamp * @return std::string_view Format like "2024-03-15" */
src/common/util/time_util.h:510
↓ 1 callersFunctionGetDayStartTime
* @brief Get the start time of the day of the given time point. * * @param t * @return time_t */
src/common/util/time_util.h:357
↓ 1 callersFunctionGetDayStr
* @brief Get day string (2 digits) * * @param t timestamp * @return std::string_view Format like "15" */
src/common/util/time_util.h:458
↓ 1 callersFunctionGetExecutablePath
* @brief get current executable path * * @return std::string current executable path */
src/common/util/sys_tools.h:20
↓ 1 callersMethodGetExecutor
src/runtime/core/executor/executor_proxy.h:86
↓ 1 callersMethodGetFooData
src/examples/cpp/pb_rpc/module/normal_rpc_async_server_module/service.cc:10
↓ 1 callersMethodGetFooData
src/examples/cpp/pb_rpc/module/normal_rpc_sync_server_module/service.cc:10
↓ 1 callersMethodGetFooData
src/examples/cpp/pb_rpc/app/normal_pb_rpc_server_app/main.cc:22
↓ 1 callersMethodGetFooData
(self, ctx_ref, req)
src/examples/py/pb_rpc/examples_py_pb_rpc_server_app.py:38
↓ 1 callersMethodGetFooData
(self, request: GetFooDataReq, _)
src/examples/plugins/grpc_plugin/assistant/server.py:13
↓ 1 callersMethodGetFullRequestList
src/plugins/grpc_plugin/http2/server_session.cc:198
↓ 1 callersMethodGetFullResponseList
src/plugins/grpc_plugin/http2/client_session.cc:148
↓ 1 callersMethodGetFunctionName
src/interface/aimrt_module_cpp_interface/rpc/rpc_context.h:122
↓ 1 callersFunctionGetHourStr
* @brief Get hour string (2 digits, 24-hour format) * * @param t timestamp * @return std::string_view Format like "14" */
src/common/util/time_util.h:471
↓ 1 callersMethodGetHttpStatus
src/plugins/grpc_plugin/http2/response.h:31
↓ 1 callersMethodGetLogLevel
src/interface/aimrt_module_cpp_interface/logger/logger.h:22
↓ 1 callersMethodGetLogger
src/examples/cpp/pb_rpc/module/normal_rpc_async_client_module/normal_rpc_async_client_module.h:32
↓ 1 callersMethodGetLogger
src/examples/cpp/pb_rpc/module/normal_rpc_co_client_module/normal_rpc_co_client_module.h:34
↓ 1 callersMethodGetLogger
src/examples/cpp/pb_rpc/module/normal_rpc_sync_client_module/normal_rpc_sync_client_module.h:32
↓ 1 callersMethodGetLogger
src/examples/cpp/ros2_rpc/module/normal_rpc_async_client_module/normal_rpc_async_client_module.h:32
↓ 1 callersMethodGetLogger
src/examples/cpp/ros2_rpc/module/normal_rpc_sync_client_module/normal_rpc_sync_client_module.h:32
↓ 1 callersFunctionGetMapKeys
src/common/util/string_util.h:512
↓ 1 callersFunctionGetMinuteStr
* @brief Get minute string (2 digits) * * @param t timestamp * @return std::string_view Format like "30" */
src/common/util/time_util.h:484
↓ 1 callersMethodGetModule
src/runtime/core/module/module_loader.cc:134
↓ 1 callersMethodGetModuleSubscribeWrapperMapPtr
src/runtime/core/channel/channel_registry.cc:87
↓ 1 callersFunctionGetMonthStr
* @brief Get month string (2 digits) * * @param t timestamp * @return std::string_view Format like "03" */
src/common/util/time_util.h:445
↓ 1 callersMethodGetOriRootOptionsNode
src/runtime/core/configurator/configurator_manager.cc:107
↓ 1 callersMethodGetPubTopicBackendInfo
src/runtime/core/channel/channel_backend_manager.cc:477
↓ 1 callersMethodGetPublisher
src/interface/aimrt_module_cpp_interface/channel/channel_handle.h:129
↓ 1 callersMethodGetPublisher
src/runtime/core/channel/channel_handle_proxy.h:214
↓ 1 callersMethodGetRawRef
src/interface/aimrt_module_cpp_interface/context/context.h:57
↓ 1 callersFunctionGetSecondStr
* @brief Get second string (2 digits) * * @param t timestamp * @return std::string_view Format like "45" */
src/common/util/time_util.h:497
↓ 1 callersMethodGetSerializationType
src/interface/aimrt_module_cpp_interface/rpc/rpc_context.h:337
↓ 1 callersMethodGetServersBackendInfo
src/runtime/core/rpc/rpc_backend_manager.cc:369
↓ 1 callersMethodGetServiceFuncWrapperPtr
src/runtime/core/rpc/rpc_registry.cc:60
↓ 1 callersMethodGetStatusSnapshot
src/plugins/record_playback_plugin/record_action.cc:575
↓ 1 callersMethodGetSubTopicBackendInfo
src/runtime/core/channel/channel_backend_manager.cc:491
↓ 1 callersMethodGetSubscriber
src/interface/aimrt_module_cpp_interface/channel/channel_handle.h:135
↓ 1 callersFunctionGetTimePointFromTimestampMs
src/common/util/time_util.h:141
↓ 1 callersFunctionGetTimePointFromTimestampSec
src/common/util/time_util.h:181
↓ 1 callersFunctionGetTimePointFromTimestampUs
src/common/util/time_util.h:101
↓ 1 callersMethodGetToAddr
src/interface/aimrt_module_cpp_interface/rpc/rpc_context.h:108
↓ 1 callersMethodGetUint16
src/common/util/buffer_util.h:238
↓ 1 callersMethodGetUint64
src/common/util/buffer_util.h:254
↓ 1 callersMethodGetUserRootOptionsNode
src/runtime/core/configurator/configurator_manager.cc:115
↓ 1 callersFunctionGetVectorSize
src/common/ros2_util/json_convert.h:262
↓ 1 callersFunctionGetWeekDay
* @brief Get the day of the week, 1-7 * * @param t * @return uint32_t 1~7 */
src/common/util/time_util.h:373
↓ 1 callersFunctionGetWeekDayStr
* @brief Get week day string * * @param t * @return std::string_view */
src/common/util/time_util.h:406
↓ 1 callersFunctionGetWeekDayStrShort
* @brief Get week-short day string * * @param t * @return std::string_view */
src/common/util/time_util.h:419
↓ 1 callersFunctionGetYearStr
* @brief Get year string (4 digits) * * @param t timestamp * @return std::string_view Format like "2024" */
src/common/util/time_util.h:432
↓ 1 callersFunctionHandleCommandLineFlags
src/runtime/main/main.cc:66
↓ 1 callersMethodHandleMsg
src/common/net/asio_udp_svr.h:344
↓ 1 callersMethodHandleServerMsg
src/plugins/mqtt_plugin/msg_handle_registry.h:33
↓ 1 callersFunctionHash32Fnv1a
* @brief fnv1a hash algorithm, 32 bits * * @param data * @param len * @return uint32_t hash value */
src/common/util/string_util.h:846
↓ 1 callersFunctionHash64Fnv1a
* @brief fnv1a hash algorithm, 64 bits * * @param data * @param len * @return uint64_t hash value */
src/common/util/string_util.h:830
↓ 1 callersMethodHelloWorldModule
src/examples/cpp/helloworld/module/helloworld_module/helloworld_module.h:12
↓ 1 callersMethodHttpSendRecvCo
src/plugins/grpc_plugin/client/connection.h:141
↓ 1 callersMethodIOCTX
src/runtime/core/executor/asio_thread_executor.h:65
↓ 1 callersMethodInfo
src/interface/aimrt_module_cpp_interface/core.h:44
↓ 1 callersMethodInitExecutor
src/plugins/proxy_plugin/proxy_action.cc:92
↓ 1 callersMethodInitExecutor
src/plugins/mqtt_plugin/msg_handle_registry.h:81
↓ 1 callersMethodInitialize
src/common/net/asio_http_svr.h:122
↓ 1 callersMethodInitialize
src/common/net/asio_udp_svr.h:98
↓ 1 callersMethodInitialize
src/common/net/asio_tcp_svr.h:100
↓ 1 callersMethodInitialize
src/common/net/asio_ws_svr.h:104
↓ 1 callersMethodInitialize
src/plugins/grpc_plugin/client/client_pool.h:43
↓ 1 callersMethodInitialize
src/plugins/grpc_plugin/client/client.h:49
↓ 1 callersMethodInitialize
src/plugins/grpc_plugin/server/server.h:63
↓ 1 callersMethodInitialize
src/runtime/core/allocator/allocator_manager.cc:27
↓ 1 callersMethodInitialize
src/runtime/core/module/module_maneger_test.cc:22
↓ 1 callersMethodInitialize
src/runtime/core/channel/channel_backend_manager_test.cc:14
↓ 1 callersMethodInitialize
src/runtime/core/channel/channel_manager.cc:96
↓ 1 callersMethodInitialize
src/runtime/core/parameter/parameter_manager.cc:27
↓ 1 callersMethodInitialize
src/runtime/core/rpc/rpc_manager.cc:95
↓ 1 callersMethodInitialize
src/runtime/core/configurator/configurator_manager.cc:38
↓ 1 callersMethodInvoke
src/runtime/core/rpc/rpc_handle_proxy.h:66
↓ 1 callersFunctionIsAlnumStr
* @brief determines whether a string is composed of numbers and letters * * @param[in] str string to be judged * @return true All are composed of n
src/common/util/string_util.h:480
↓ 1 callersMethodIsCancelled
src/interface/aimrt_module_cpp_interface/executor/timer.h:30
↓ 1 callersMethodIsInCurrentExecutor
src/runtime/core/executor/guard_thread_executor.h:49
↓ 1 callersMethodIsOutOfMemory
src/interface/aimrt_module_cpp_interface/util/buffer_array_allocator.h:155
↓ 1 callersMethodIsRunning
src/common/net/asio_http_svr.h:581
↓ 1 callersMethodIsRunning
src/common/net/asio_udp_svr.h:357
↓ 1 callersMethodIsRunning
src/plugins/grpc_plugin/client/client.h:115
↓ 1 callersMethodIsRunning
src/plugins/grpc_plugin/server/connection.h:212
↓ 1 callersFunctionJoinMap
src/common/util/string_util.h:104
↓ 1 callersFunctionJoinSet
src/common/util/string_util.h:314
↓ 1 callersFunctionJoinUrl
src/common/util/url_parser.h:81
↓ 1 callersFunctionLevenshteinDistance
src/runtime/core/util/yaml_tools.cc:8
↓ 1 callersMethodLoadPkg
src/runtime/core/module/module_loader.cc:19
↓ 1 callersMethodLoadPlugin
src/runtime/core/plugin/plugin_loader.cc:14
↓ 1 callersMethodLog
src/runtime/core/logger/logger_proxy.h:44
↓ 1 callersMethodLogLevel
There is no need for atomic or locking here, the real-time modification requirements for lvl_ are not high
src/runtime/core/logger/logger_proxy.h:38
↓ 1 callersFunctionMap2Str
src/common/util/stl_tool.h:72
↓ 1 callersFunctionMemberToJson
src/common/ros2_util/json_convert.h:571
↓ 1 callersMethodMergeServerContextToClientContext
src/interface/aimrt_module_cpp_interface/rpc/rpc_handle.h:259
↓ 1 callersMethodMergeServerContextToClientContext
src/runtime/core/rpc/rpc_handle_proxy.h:83
↓ 1 callersMethodMergeSubscribeContextToPublishContext
src/interface/aimrt_module_cpp_interface/channel/channel_handle.h:64
↓ 1 callersMethodMessageCallback
(self, topic_index: int, benchmark_msg: benchmark_pb2.BenchmarkMessage)
src/examples/py/pb_chn_bench/benchmark_subscriber_module.py:124
↓ 1 callersMethodMove
src/runtime/python_runtime/export_ros2_type_support.h:48
← previousnext →601–700 of 3,249, ranked by callers