xcp-lite (https://github.com/vectorgrp/xcp-lite) is an implementation of XCP for Rust. It provides a user friendly concept to wrap structs with calibration parameters in a convienient and thread safe type, to make calibration parameters accessible and safely interiour mutable by the XCP client...
xcp-lite (https://github.com/vectorgrp/xcp-lite) is an implementation of XCP for Rust. It provides a user friendly concept to wrap structs with calibration parameters in a convenient and thread safe type, to make calibration parameters accessible and safely interior mutable by the XCP client ...
Name Last commit message Last commit date Latest commit RainerZ Bugfix XcpEthServerShutdown incorrect thread termination Sep 13, 2024 e7adc13·Sep 13, 2024 History 241 Commits .github/workflows Add GitHub Actions workflows for building XCPlite on Linux and Mac (#48) ...
2 changes: 1 addition & 1 deletion 2 examples/point_cloud_demo/src/main.rs Original file line numberDiff line numberDiff line change @@ -1,4 +1,4 @@ // xcp_lite - point cloud demo // xcp-lite - point cloud demo // Visualize a dynamic list of 3D points in CANape #[allow(...
XCP for Rust. Contribute to vectorgrp/xcp-lite development by creating an account on GitHub.
Issues: vectorgrp/xcp-liteLabels 9 Milestones 0 New issue 0 Open 0 Closed Author Label Projects Milestones Assignee Sort There aren’t any open issues. You could search all of GitHub or try an advanced search.ProTip! Exclude everything labeled bug with -label:bug. ...
RPM sources for xo-lite. Contribute to xcp-ng-rpms/xo-lite development by creating an account on GitHub.
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
xcp-lite (https://github.com/vectorgrp/xcp-lite) is an implementation of XCP for Rust. It provides a user friendly concept to wrap structs with calibration parameters in a convenient and thread safe type, to make calibration parameters accessible and safely interior mutable by the XCP client ...
XCPlite (https://github.com/vectorgrp/XCPlite) is a simplified implementation of XCP in C,C++, optimized for the XCP on Ethernet Transport Layer. In C or C++ software, A2L data objects are usually created with global or static variables, which means they have a constant memory address. XC...