uavcan.protocol.GetTransportStats.h 589 B

1234567891011
  1. #pragma once
  2. #include <uavcan.protocol.GetTransportStats_req.h>
  3. #include <uavcan.protocol.GetTransportStats_res.h>
  4. #define UAVCAN_PROTOCOL_GETTRANSPORTSTATS_ID 4
  5. #define UAVCAN_PROTOCOL_GETTRANSPORTSTATS_SIGNATURE (0xBE6F76A7EC312B04ULL)
  6. #if defined(__cplusplus) && defined(DRONECAN_CXX_WRAPPERS)
  7. #include <canard/cxx_wrappers.h>
  8. SERVICE_MESSAGE_CXX_IFACE(uavcan_protocol_GetTransportStats, UAVCAN_PROTOCOL_GETTRANSPORTSTATS_ID, UAVCAN_PROTOCOL_GETTRANSPORTSTATS_SIGNATURE, UAVCAN_PROTOCOL_GETTRANSPORTSTATS_REQUEST_MAX_SIZE, UAVCAN_PROTOCOL_GETTRANSPORTSTATS_RESPONSE_MAX_SIZE);
  9. #endif