Things Happening in SG14
alternative approaches that would be preferable? • This led to questions being raised, requests being dropped, requests being modified, workarounds being identified, etc. • This discussion effort is still authors (mostly but not restricted to SG14) will now write individual proposals to make the various requests gain traction 37A word on P2000 and P0592 How P2966 fits in the « overall plan for C++… » 38A help these requests lead to adoption of corresponding features in the C++ language or its standard library 63Actions • SG14 contributors plan to write papers that will help these requests lead to0 码力 | 148 页 | 1009.97 KB | 5 月前3Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code
a service client and sends requests to Node 2What is ROS 2? ● In this ROS 2 example, there are 2 nodes in the system ○ Node 1 acts as a service client and sends requests to Node 2 ○ Node 2 acts as server, receives requests from Node 1, and sends back responsesWhat is ROS 2? ● In this ROS 2 example, there are 2 nodes in the system ○ Node 1 acts as a service client and sends requests to Node 2 ○ ○ Node 2 acts as a service server, receives requests from Node 1, and sends back responses ■ Node 2 also uses parameters at run-time to change its behaviorWhat is ROS 2? ● In this ROS 2 example, there0 码力 | 200 页 | 1.77 MB | 5 月前3Working with Asynchrony Generically: A Tour of C++ Executors
ool low_latency; extern unifex::static_thread_pool workers; ex::sender auto accept_and_process_requests() { return ex::on(low_latency.get_scheduler(), accept_request()) | ex::transfer(workers { process_request(request); }) | unifex::repeat_effect(); } Accept requests on low-latency threads. Process the requests on the worker threads.16 EXAMPLE: TRANSITIONING EXECUTION CONTEXT namespace low_latency; extern unifex::static_thread_pool workers; unifex::taskaccept_and_process_requests() { while (true) { auto request = co_await ex::on(low_latency.get_scheduler(), accept_request()); 0 码力 | 121 页 | 7.73 MB | 5 月前3What's Eating my RAM?
Allocator for detecting memory error Inject the allocator, compile & link Allocators: handle all the requests for allocation and deallocation of memory for a given container template< class T, class Allocator for detecting memory error Inject the allocator, compile & link Allocators: handle all the requests for allocation and deallocation of memory for a given container template< class T, class Allocator for detecting memory error Inject the allocator, compile & link Allocators: handle all the requests for allocation and deallocation of memory for a given container template< class T, class0 码力 | 88 页 | 3.49 MB | 5 月前3Conan 1.43 Documentation
source code and issue tracking (for ques- tions and support, reporting bugs and suggesting feature requests and improvements) at https://github.com/conan-io/ conan 1.2 Decentralized package manager Conan 3 Contributing Packages to ConanCenter Contribution of packages to ConanCenter is done via pull requests to the Github repository in https://github.com/ conan-io/conan-center-index. The C3I (ConanCenter (ConanCenter Continuous Integration) service will build binaries automatically from those pull requests, and once merged, will upload them to ConanCenter package repository. Read more about how to submit a pull0 码力 | 849 页 | 7.15 MB | 1 年前3Conan 1.44 Documentation
source code and issue tracking (for ques- tions and support, reporting bugs and suggesting feature requests and improvements) at https://github.com/conan-io/ conan 1.2 Decentralized package manager Conan 3 Contributing Packages to ConanCenter Contribution of packages to ConanCenter is done via pull requests to the Github repository in https://github.com/ conan-io/conan-center-index. The C3I (ConanCenter (ConanCenter Continuous Integration) service will build binaries automatically from those pull requests, and once merged, will upload them to ConanCenter package repository. Read more about how to submit a pull0 码力 | 857 页 | 7.17 MB | 1 年前3Conan 1.45 Documentation
source code and issue tracking (for ques- tions and support, reporting bugs and suggesting feature requests and improvements) at https://github.com/conan-io/ conan 1.2 Decentralized package manager Conan 3 Contributing Packages to ConanCenter Contribution of packages to ConanCenter is done via pull requests to the Github repository in https://github.com/ conan-io/conan-center-index. The C3I (ConanCenter (ConanCenter Continuous Integration) service will build binaries automatically from those pull requests, and once merged, will upload them to ConanCenter package repository. Read more about how to submit a pull0 码力 | 865 页 | 7.46 MB | 1 年前3Conan 1.46 Documentation
source code and issue tracking (for ques- tions and support, reporting bugs and suggesting feature requests and improvements) at https://github.com/conan-io/ conan 1.2 Decentralized package manager Conan 3 Contributing Packages to ConanCenter Contribution of packages to ConanCenter is done via pull requests to the Github repository in https://github.com/ conan-io/conan-center-index. The C3I (ConanCenter (ConanCenter Continuous Integration) service will build binaries automatically from those pull requests, and once merged, will upload them to ConanCenter package repository. Read more about how to submit a pull0 码力 | 893 页 | 7.46 MB | 1 年前3Conan 1.42 Documentation
source code and issue tracking (for ques- tions and support, reporting bugs and suggesting feature requests and improvements) at https://github.com/conan-io/ conan 1.2 Decentralized package manager Conan 3 Contributing Packages to ConanCenter Contribution of packages to ConanCenter is done via pull requests to the Github repository in https://github.com/ conan-io/conan-center-index. The C3I (ConanCenter (ConanCenter Continuous Integration) service will build binaries automatically from those pull requests, and once merged, will upload them to ConanCenter package repository. Read more about how to submit a pull0 码力 | 841 页 | 7.12 MB | 1 年前3Conan 1.34 Documentation
source code and issue tracking (for ques- tions and support, reporting bugs and suggesting feature requests and improvements) at https://github.com/conan-io/ conan 1.2 Decentralized package manager Conan Contributing Packages to Conan-center Contribution of packages to Conan-center is done via pull requests to the Github repository in https://github.com/ conan-io/conan-center-index. The C3I (Conan-Center (Conan-Center Continuous Integration) service will build binaries automati- cally from those pull requests, and once merged, will upload them to Bintray Conan-center. Read more about how to submit a pull request0 码力 | 747 页 | 5.66 MB | 1 年前3
共 99 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10