text stringlengths 24 1.04M | metadata stringlengths 233 497 |
|---|---|
### File: test_tracetools/src/test_pong.cpp
// Copyright 2019 Robert Bosch GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "test_tracetools/src/test_pong.cpp", "license": "apache-2.0", "size": 2458} |
### File: test_tracetools/src/test_publisher.cpp
// Copyright 2019 Robert Bosch GmbH
// Copyright 2021 Christophe Bedard
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "test_tracetools/src/test_publisher.cpp", "license": "apache-2.0", "size": 1629} |
### File: test_tracetools/src/test_service.cpp
// Copyright 2019 Robert Bosch GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "test_tracetools/src/test_service.cpp", "license": "apache-2.0", "size": 1906} |
### File: test_tracetools/src/test_service_ping.cpp
// Copyright 2019 Robert Bosch GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "test_tracetools/src/test_service_ping.cpp", "license": "apache-2.0", "size": 2499} |
### File: test_tracetools/src/test_service_pong.cpp
// Copyright 2019 Robert Bosch GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "test_tracetools/src/test_service_pong.cpp", "license": "apache-2.0", "size": 2261} |
### File: test_tracetools/src/test_timer.cpp
// Copyright 2019 Robert Bosch GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "test_tracetools/src/test_timer.cpp", "license": "apache-2.0", "size": 1657} |
### File: test_tracetools/test/test_utils.cpp
// Copyright 2019 Robert Bosch GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "test_tracetools/test/test_utils.cpp", "license": "apache-2.0", "size": 3625} |
### File: tracetools/CMakeLists.txt
cmake_minimum_required(VERSION 3.5)
project(tracetools)
# Default to C++17
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/CMakeLists.txt", "license": "apache-2.0", "size": 5616} |
### File: tracetools/include/tracetools/status.h
// Copyright 2020 Christophe Bedard
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/include/tracetools/status.h", "license": "apache-2.0", "size": 839} |
### File: tracetools/include/tracetools/tp_call.h
// Copyright 2019 Robert Bosch GmbH
// Copyright 2020 Christophe Bedard
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/include/tracetools/tp_call.h", "license": "apache-2.0", "size": 12577} |
### File: tracetools/include/tracetools/tracetools.h
// Copyright 2019 Robert Bosch GmbH
// Copyright 2020 Christophe Bedard
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/include/tracetools/tracetools.h", "license": "apache-2.0", "size": 20012} |
### File: tracetools/include/tracetools/utils.hpp
// Copyright 2019 Robert Bosch GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/include/tracetools/utils.hpp", "license": "apache-2.0", "size": 2654} |
### File: tracetools/include/tracetools/visibility_control.h
// Copyright 2015 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.a... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/include/tracetools/visibility_control.h", "license": "apache-2.0", "size": 2165} |
### File: tracetools/src/status.c
// Copyright 2019 Robert Bosch GmbH
// Copyright 2020 Christophe Bedard
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/l... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/src/status.c", "license": "apache-2.0", "size": 1095} |
### File: tracetools/src/status_tool.c
// Copyright 2020 Christophe Bedard
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unles... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/src/status_tool.c", "license": "apache-2.0", "size": 840} |
### File: tracetools/src/tp_call.c
// Copyright 2019 Robert Bosch GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless re... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/src/tp_call.c", "license": "apache-2.0", "size": 687} |
### File: tracetools/src/tracetools.c
// Copyright 2019 Robert Bosch GmbH
// Copyright 2020 Christophe Bedard
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.o... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/src/tracetools.c", "license": "apache-2.0", "size": 9753} |
### File: tracetools/src/utils.cpp
// Copyright 2019 Robert Bosch GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless re... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/src/utils.cpp", "license": "apache-2.0", "size": 1212} |
### File: tracetools/test/test_status.cpp
// Copyright 2020 Christophe Bedard
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Un... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools/test/test_status.cpp", "license": "apache-2.0", "size": 992} |
### File: tracetools_launch/launch/example.launch.py
# Copyright 2019 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_launch/launch/example.launch.py", "license": "apache-2.0", "size": 1137} |
### File: tracetools_launch/setup.py
import glob
from setuptools import find_packages
from setuptools import setup
package_name = 'tracetools_launch'
setup(
name=package_name,
version='8.3.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_launch/setup.py", "license": "apache-2.0", "size": 1233} |
### File: tracetools_launch/tracetools_launch/__init__.py
# Copyright 2019 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_launch/tracetools_launch/__init__.py", "license": "apache-2.0", "size": 693} |
### File: tracetools_launch/tracetools_launch/action.py
# Copyright 2019 Robert Bosch GmbH
# Copyright 2021 Christophe Bedard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://ww... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_launch/tracetools_launch/action.py", "license": "apache-2.0", "size": 20553} |
### File: tracetools_launch/tracetools_launch/actions/ld_preload.py
# Copyright 2019 Apex.AI, Inc.
# Copyright 2021 Christophe Bedard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# h... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_launch/tracetools_launch/actions/ld_preload.py", "license": "apache-2.0", "size": 4262} |
### File: tracetools_read/setup.py
from setuptools import find_packages
from setuptools import setup
package_name = 'tracetools_read'
setup(
name=package_name,
version='8.3.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
('share/am... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_read/setup.py", "license": "apache-2.0", "size": 868} |
### File: tracetools_read/tracetools_read/__init__.py
# Copyright 2019 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_read/tracetools_read/__init__.py", "license": "apache-2.0", "size": 2924} |
### File: tracetools_read/tracetools_read/trace.py
# Copyright 2019 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Un... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_read/tracetools_read/trace.py", "license": "apache-2.0", "size": 2781} |
### File: tracetools_test/docs/Makefile
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = source
BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Makefile", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_test/docs/Makefile", "license": "apache-2.0", "size": 584} |
### File: tracetools_test/docs/source/conf.py
# Copyright 2019 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LIC... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_test/docs/source/conf.py", "license": "apache-2.0", "size": 6466} |
### File: tracetools_test/setup.py
from setuptools import find_packages
from setuptools import setup
package_name = 'tracetools_test'
setup(
name=package_name,
version='8.3.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
('share/am... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_test/setup.py", "license": "apache-2.0", "size": 879} |
### File: tracetools_test/tracetools_test/__init__.py
# Copyright 2019 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_test/tracetools_test/__init__.py", "license": "apache-2.0", "size": 581} |
### File: tracetools_test/tracetools_test/case.py
# Copyright 2019 Robert Bosch GmbH
# Copyright 2021 Christophe Bedard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apac... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_test/tracetools_test/case.py", "license": "apache-2.0", "size": 21819} |
### File: tracetools_test/tracetools_test/mark_process.py
# Copyright 2024 Apex.AI, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_test/tracetools_test/mark_process.py", "license": "apache-2.0", "size": 2802} |
### File: tracetools_test/tracetools_test/utils.py
# Copyright 2019 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Un... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_test/tracetools_test/utils.py", "license": "apache-2.0", "size": 3313} |
### File: tracetools_trace/setup.py
from setuptools import find_packages
from setuptools import setup
package_name = 'tracetools_trace'
setup(
name=package_name,
version='8.3.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
('share/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/setup.py", "license": "apache-2.0", "size": 1173} |
### File: tracetools_trace/tracetools_trace/__init__.py
# Copyright 2019 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/__init__.py", "license": "apache-2.0", "size": 581} |
### File: tracetools_trace/tracetools_trace/tools/__init__.py
# Copyright 2019 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/tools/__init__.py", "license": "apache-2.0", "size": 964} |
### File: tracetools_trace/tracetools_trace/tools/args.py
# Copyright 2019 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/tools/args.py", "license": "apache-2.0", "size": 4486} |
### File: tracetools_trace/tracetools_trace/tools/lttng.py
# Copyright 2019 Robert Bosch GmbH
# Copyright 2021 Christophe Bedard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http:/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/tools/lttng.py", "license": "apache-2.0", "size": 3911} |
### File: tracetools_trace/tracetools_trace/tools/lttng_impl.py
# Copyright 2019 Robert Bosch GmbH
# Copyright 2021 Christophe Bedard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# h... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/tools/lttng_impl.py", "license": "apache-2.0", "size": 19010} |
### File: tracetools_trace/tracetools_trace/tools/lttng_stub.py
# Copyright 2019 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICEN... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/tools/lttng_stub.py", "license": "apache-2.0", "size": 1032} |
### File: tracetools_trace/tracetools_trace/tools/names.py
# Copyright 2019 Robert Bosch GmbH
# Copyright 2021 Christophe Bedard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http:/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/tools/names.py", "license": "apache-2.0", "size": 3388} |
### File: tracetools_trace/tracetools_trace/tools/path.py
# Copyright 2019 Robert Bosch GmbH
# Copyright 2019, 2020 Christophe Bedard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# h... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/tools/path.py", "license": "apache-2.0", "size": 1751} |
### File: tracetools_trace/tracetools_trace/tools/signals.py
# Copyright 2020 Christophe Bedard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/tools/signals.py", "license": "apache-2.0", "size": 3777} |
### File: tracetools_trace/tracetools_trace/tools/tracepoints.py
# Copyright 2021 Christophe Bedard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICE... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/tools/tracepoints.py", "license": "apache-2.0", "size": 2394} |
### File: tracetools_trace/tracetools_trace/trace.py
#!/usr/bin/env python3
# Copyright 2019 Robert Bosch GmbH
# Copyright 2021 Christophe Bedard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/ros2_tracing", "path": "tracetools_trace/tracetools_trace/trace.py", "license": "apache-2.0", "size": 9487} |
### File: rosidl_typesupport_c/CMakeLists.txt
cmake_minimum_required(VERSION 3.5)
project(rosidl_typesupport_c)
# Default to C11
if(NOT CMAKE_C_STANDARD)
set(CMAKE_C_STANDARD 11)
endif()
# Default to C++17
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
endif()
if(CMAK... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/CMakeLists.txt", "license": "apache-2.0", "size": 5317} |
### File: rosidl_typesupport_c/cmake/get_used_typesupports.cmake
# Copyright 2016-2020 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/cmake/get_used_typesupports.cmake", "license": "apache-2.0", "size": 2956} |
### File: rosidl_typesupport_c/cmake/rosidl_typesupport_c_generate_interfaces.cmake
# Copyright 2016-2018 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/cmake/rosidl_typesupport_c_generate_interfaces.cmake", "license": "apache-2.0", "s... |
### File: rosidl_typesupport_c/include/rosidl_typesupport_c/identifier.h
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/include/rosidl_typesupport_c/identifier.h", "license": "apache-2.0", "size": 1025} |
### File: rosidl_typesupport_c/include/rosidl_typesupport_c/message_type_support_dispatch.h
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the Li... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/include/rosidl_typesupport_c/message_type_support_dispatch.h", "license": "apache-2.0"... |
### File: rosidl_typesupport_c/include/rosidl_typesupport_c/service_type_support_dispatch.h
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the Li... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/include/rosidl_typesupport_c/service_type_support_dispatch.h", "license": "apache-2.0"... |
### File: rosidl_typesupport_c/include/rosidl_typesupport_c/type_support_map.h
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/include/rosidl_typesupport_c/type_support_map.h", "license": "apache-2.0", "size": 163... |
### File: rosidl_typesupport_c/include/rosidl_typesupport_c/visibility_control.h
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/include/rosidl_typesupport_c/visibility_control.h", "license": "apache-2.0", "size": 1... |
### File: rosidl_typesupport_c/resource/action__type_support.c.em
@# Included from rosidl_typesupport_c/resource/idl__type_support.c.em
@{
from rosidl_generator_c import idl_structure_type_to_c_typename
from rosidl_generator_type_description import GET_DESCRIPTION_FUNC
from rosidl_generator_type_description import GET_... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "EmberScript", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/resource/action__type_support.c.em", "license": "apache-2.0", "size": 3870} |
### File: rosidl_typesupport_c/resource/msg__type_support.cpp.em
@# Included from rosidl_typesupport_c/resource/idl__type_support.c.em
@{
from rosidl_generator_c import idl_structure_type_to_c_typename
from rosidl_generator_type_description import GET_DESCRIPTION_FUNC
from rosidl_generator_type_description import GET_H... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "EmberScript", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/resource/msg__type_support.cpp.em", "license": "apache-2.0", "size": 5634} |
### File: rosidl_typesupport_c/resource/srv__type_support.cpp.em
@# Included from rosidl_typesupport_c/resource/idl__type_support.c.em
@{
TEMPLATE(
'msg__type_support.cpp.em',
package_name=package_name, interface_path=interface_path,
message=service.request_message, include_directives=include_directives,
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "EmberScript", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/resource/srv__type_support.cpp.em", "license": "apache-2.0", "size": 6602} |
### File: rosidl_typesupport_c/rosidl_typesupport_c-extras.cmake.in
# generated from
# rosidl_typesupport_c/rosidl_typesupport_c-extras.cmake.in
# use the same type of library
set(rosidl_typesupport_c_LIBRARY_TYPE "@rosidl_typesupport_c_LIBRARY_TYPE@")
include("${rosidl_typesupport_c_DIR}/get_used_typesupports.cmake"... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/rosidl_typesupport_c-extras.cmake.in", "license": "apache-2.0", "size": 1283} |
### File: rosidl_typesupport_c/rosidl_typesupport_c/__init__.py
# Copyright 2016-2018 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/rosidl_typesupport_c/__init__.py", "license": "apache-2.0", "size": 1151} |
### File: rosidl_typesupport_c/rosidl_typesupport_c/cli.py
# Copyright 2021 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/rosidl_typesupport_c/cli.py", "license": "apache-2.0", "size": 2846} |
### File: rosidl_typesupport_c/src/identifier.c
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/lic... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/src/identifier.c", "license": "apache-2.0", "size": 781} |
### File: rosidl_typesupport_c/src/message_type_support_dispatch.cpp
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/src/message_type_support_dispatch.cpp", "license": "apache-2.0", "size": 1085} |
### File: rosidl_typesupport_c/src/service_type_support_dispatch.cpp
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/src/service_type_support_dispatch.cpp", "license": "apache-2.0", "size": 1085} |
### File: rosidl_typesupport_c/src/type_support_dispatch.hpp
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.a... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/src/type_support_dispatch.hpp", "license": "apache-2.0", "size": 4037} |
### File: rosidl_typesupport_c/test/benchmark/benchmark_type_support_dispatch.cpp
// Copyright 2020 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/test/benchmark/benchmark_type_support_dispatch.cpp", "license": "apache-2.0", "size"... |
### File: rosidl_typesupport_c/test/mocking_utils/patch.hpp
// Copyright 2020 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.ap... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/test/mocking_utils/patch.hpp", "license": "apache-2.0", "size": 18889} |
### File: rosidl_typesupport_c/test/msg/Test.msg
string test
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/test/msg/Test.msg", "license": "apache-2.0", "size": 12} |
### File: rosidl_typesupport_c/test/test_message_type_support_dispatch.cpp
// Copyright 2020 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/test/test_message_type_support_dispatch.cpp", "license": "apache-2.0", "size": 5904} |
### File: rosidl_typesupport_c/test/test_service_type_support_dispatch.cpp
// Copyright 2020 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/test/test_service_type_support_dispatch.cpp", "license": "apache-2.0", "size": 5961} |
### File: rosidl_typesupport_c/test/test_type_support.c
// Copyright 2020 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_c/test/test_type_support.c", "license": "apache-2.0", "size": 1870} |
### File: rosidl_typesupport_cpp/CMakeLists.txt
cmake_minimum_required(VERSION 3.5)
project(rosidl_typesupport_cpp)
# Default to C++17
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_comp... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/CMakeLists.txt", "license": "apache-2.0", "size": 5261} |
### File: rosidl_typesupport_cpp/cmake/rosidl_typesupport_cpp_generate_interfaces.cmake
# Copyright 2016-2018 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the Licens... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/cmake/rosidl_typesupport_cpp_generate_interfaces.cmake", "license": "apache-2.0"... |
### File: rosidl_typesupport_cpp/include/rosidl_typesupport_cpp/identifier.hpp
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/include/rosidl_typesupport_cpp/identifier.hpp", "license": "apache-2.0", "size": 1... |
### File: rosidl_typesupport_cpp/include/rosidl_typesupport_cpp/message_type_support_dispatch.hpp
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/include/rosidl_typesupport_cpp/message_type_support_dispatch.hpp", "license": "apa... |
### File: rosidl_typesupport_cpp/include/rosidl_typesupport_cpp/service_type_support_dispatch.hpp
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/include/rosidl_typesupport_cpp/service_type_support_dispatch.hpp", "license": "apa... |
### File: rosidl_typesupport_cpp/include/rosidl_typesupport_cpp/type_support_map.h
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/include/rosidl_typesupport_cpp/type_support_map.h", "license": "apache-2.0", "size":... |
### File: rosidl_typesupport_cpp/include/rosidl_typesupport_cpp/visibility_control.h
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License a... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/include/rosidl_typesupport_cpp/visibility_control.h", "license": "apache-2.0", "size... |
### File: rosidl_typesupport_cpp/resource/action__type_support.cpp.em
@# Included from rosidl_typesupport_cpp/resource/idl__type_support.cpp.em
@{
from rosidl_generator_c import idl_structure_type_to_c_typename
from rosidl_generator_type_description import GET_DESCRIPTION_FUNC
from rosidl_generator_type_description imp... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "EmberScript", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/resource/action__type_support.cpp.em", "license": "apache-2.0", "size": 40... |
### File: rosidl_typesupport_cpp/resource/msg__type_support.cpp.em
@# Included from rosidl_typesupport_cpp/resource/idl__type_support.cpp.em
@{
from rosidl_generator_c import idl_structure_type_to_c_typename
from rosidl_generator_type_description import GET_DESCRIPTION_FUNC
from rosidl_generator_type_description import... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "EmberScript", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/resource/msg__type_support.cpp.em", "license": "apache-2.0", "size": 6229} |
### File: rosidl_typesupport_cpp/resource/srv__type_support.cpp.em
@# Included from rosidl_typesupport_cpp/resource/idl__type_support.cpp.em
@{
TEMPLATE(
'msg__type_support.cpp.em',
package_name=package_name, interface_path=interface_path,
message=service.request_message, include_directives=include_directiv... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "EmberScript", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/resource/srv__type_support.cpp.em", "license": "apache-2.0", "size": 7651} |
### File: rosidl_typesupport_cpp/rosidl_typesupport_cpp-extras.cmake.in
# generated from
# rosidl_typesupport_cpp/rosidl_typesupport_cpp-extras.cmake.in
# use the same type of library
set(rosidl_typesupport_cpp_LIBRARY_TYPE "@rosidl_typesupport_cpp_LIBRARY_TYPE@")
find_package(rosidl_typesupport_c QUIET REQUIRED)
get... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/rosidl_typesupport_cpp-extras.cmake.in", "license": "apache-2.0", "size": 1312} |
### File: rosidl_typesupport_cpp/rosidl_typesupport_cpp/__init__.py
# Copyright 2016-2018 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/rosidl_typesupport_cpp/__init__.py", "license": "apache-2.0", "size": 1155} |
### File: rosidl_typesupport_cpp/rosidl_typesupport_cpp/cli.py
# Copyright 2021 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/rosidl_typesupport_cpp/cli.py", "license": "apache-2.0", "size": 2779} |
### File: rosidl_typesupport_cpp/src/identifier.cpp
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/src/identifier.cpp", "license": "apache-2.0", "size": 841} |
### File: rosidl_typesupport_cpp/src/message_type_support_dispatch.cpp
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ht... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/src/message_type_support_dispatch.cpp", "license": "apache-2.0", "size": 1085} |
### File: rosidl_typesupport_cpp/src/service_type_support_dispatch.cpp
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ht... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/src/service_type_support_dispatch.cpp", "license": "apache-2.0", "size": 1085} |
### File: rosidl_typesupport_cpp/src/type_support_dispatch.hpp
// Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/src/type_support_dispatch.hpp", "license": "apache-2.0", "size": 4010} |
### File: rosidl_typesupport_cpp/test/benchmark/benchmark_type_support_dispatch.cpp
// Copyright 2020 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/test/benchmark/benchmark_type_support_dispatch.cpp", "license": "apache-2.0", "siz... |
### File: rosidl_typesupport_cpp/test/msg/Test.msg
string test
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/test/msg/Test.msg", "license": "apache-2.0", "size": 12} |
### File: rosidl_typesupport_cpp/test/test_message_type_support_dispatch.cpp
// Copyright 2020 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/test/test_message_type_support_dispatch.cpp", "license": "apache-2.0", "size": 569... |
### File: rosidl_typesupport_cpp/test/test_service_type_support_dispatch.cpp
// Copyright 2020 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/test/test_service_type_support_dispatch.cpp", "license": "apache-2.0", "size": 567... |
### File: rosidl_typesupport_cpp/test/test_type_support.cpp
// Copyright 2020 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.ap... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_cpp/test/test_type_support.cpp", "license": "apache-2.0", "size": 2013} |
### File: rosidl_typesupport_tests/CMakeLists.txt
cmake_minimum_required(VERSION 3.8)
project(rosidl_typesupport_tests)
# Default to C++17
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_c... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_tests/CMakeLists.txt", "license": "apache-2.0", "size": 1646} |
### File: rosidl_typesupport_tests/test/rosidl_typesupport_c/test_service_typesupport.cpp
// Copyright 2022 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the Lice... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_tests/test/rosidl_typesupport_c/test_service_typesupport.cpp", "license": "apache-2.0"... |
### File: rosidl_typesupport_tests/test/rosidl_typesupport_cpp/test_service_typesupport.cpp
// Copyright 2022 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the Li... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rosidl_typesupport", "path": "rosidl_typesupport_tests/test/rosidl_typesupport_cpp/test_service_typesupport.cpp", "license": "apache-2.... |
### File: fastrtps_cmake_module/CMakeLists.txt
# Copyright 2016-2018 Proyectos y Sistemas de Mantenimiento SL (eProsima).
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.ap... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport_fastrtps", "path": "fastrtps_cmake_module/CMakeLists.txt", "license": "apache-2.0", "size": 970} |
### File: fastrtps_cmake_module/cmake/Modules/FindFastRTPS.cmake
# Copyright 2016-2018 Proyectos y Sistemas de Mantenimiento SL (eProsima).
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport_fastrtps", "path": "fastrtps_cmake_module/cmake/Modules/FindFastRTPS.cmake", "license": "apache-2.0", "size": 3064... |
### File: fastrtps_cmake_module/fastrtps_cmake_module-extras.cmake
# Copyright 2016-2018 Proyectos y Sistemas de Mantenimiento SL (eProsima).
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport_fastrtps", "path": "fastrtps_cmake_module/fastrtps_cmake_module-extras.cmake", "license": "apache-2.0", "size": 69... |
### File: rosidl_typesupport_fastrtps_c/CMakeLists.txt
cmake_minimum_required(VERSION 3.5)
project(rosidl_typesupport_fastrtps_c)
if(DEFINED ENV{FASTRTPS_STATIC_DISABLE})
set(FASTRTPS_STATIC_DISABLE $ENV{FASTRTPS_STATIC_DISABLE}
CACHE BOOL "If fastrtps Static should be disabled.")
else()
set(FASTRTPS_STATIC_D... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport_fastrtps", "path": "rosidl_typesupport_fastrtps_c/CMakeLists.txt", "license": "apache-2.0", "size": 3921} |
### File: rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake
# Copyright 2016-2018 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rosidl_typesupport_fastrtps", "path": "rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake", ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.