ardupilot/libraries/AP_DroneCAN
Thomas Watson ddf74e2da4 AP_DroneCAN: DNA_Server: rename node record structure
Rename NodeData to NodeRecord to provide a more specific name and match
the record term used in the comments. Also nominally allows stuff to be
associated with the nodes that's not the record, as expanding the record
is hard.

Additionally, rename the `hwid` field to `uid` as that's what's used in
the rest of the code.
2024-08-20 10:22:55 +10:00
..
canard AP_DroneCAN: update helpers user to add CANARD_MALLOC and CANARD_FREE 2023-05-17 13:27:34 +10:00
dsdl AP_DroneCAN: rename from AP_UAVCAN 2023-04-08 07:11:23 +10:00
examples/DroneCAN_sniffer AP_DroneCAN: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
AP_Canard_iface.cpp AP_DroneCAN: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
AP_Canard_iface.h AP_DroneCAN: reimplement with BinarySemaphore 2024-01-03 07:37:05 +11:00
AP_DroneCAN_DNA_Server.cpp AP_DroneCAN: DNA_Server: rename node record structure 2024-08-20 10:22:55 +10:00
AP_DroneCAN_DNA_Server.h AP_DroneCAN: DNA_Server: rename node record structure 2024-08-20 10:22:55 +10:00
AP_DroneCAN_serial.cpp AP_DroneCAN: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
AP_DroneCAN_serial.h AP_DroneCAN: support CAN serial ports 2023-11-22 17:19:12 +11:00
AP_DroneCAN.cpp AP_DroneCAN: populate ESC power percentage 2024-08-07 11:23:35 +01:00
AP_DroneCAN.h AP_DroneCAN: addition of ESC extended status message 2024-08-06 10:57:36 +10:00