This website requires JavaScript.
Explore
Help
Register
Sign In
fly316
/
PX4-Autopilot
Watch
7
Star
0
Fork
0
You've already forked PX4-Autopilot
mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced
2026-04-14 10:07:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PX4-Autopilot
/
libuavcan
/
src
History
Pavel Kirienko
87402b9701
Sign compare fix
2014-05-06 02:28:42 +04:00
..
driver
Functions from <algorithm> reimplemented in libuavcan
2014-05-04 23:13:38 +04:00
marshal
<limits> from STL is not required
2014-05-05 15:51:49 +04:00
node
Functions from <algorithm> reimplemented in libuavcan
2014-05-04 23:13:38 +04:00
protocol
Partially removed all references to STL's algorithm. <algorithm> is not included anywhere, though still used in several places which still alows the code to compile as <algorithm> is being pulled in from some other standard headers.
2014-05-04 21:22:18 +04:00
transport
Sign compare fix
2014-05-06 02:28:42 +04:00
uc_data_type.cpp
Include order fix
2014-04-19 17:03:16 +04:00
uc_dynamic_memory.cpp
Functions from <algorithm> reimplemented in libuavcan
2014-05-04 23:13:38 +04:00
uc_error.cpp
std::bitset<> replaced with BitSet<>; stdexcept is not included unless exceptions are enabled
2014-05-04 20:49:58 +04:00