uavcan.tunnel.Call.h 455 B

1234567891011
  1. #pragma once
  2. #include <uavcan.tunnel.Call_req.h>
  3. #include <uavcan.tunnel.Call_res.h>
  4. #define UAVCAN_TUNNEL_CALL_ID 63
  5. #define UAVCAN_TUNNEL_CALL_SIGNATURE (0xDB11EDC510502658ULL)
  6. #if defined(__cplusplus) && defined(DRONECAN_CXX_WRAPPERS)
  7. #include <canard/cxx_wrappers.h>
  8. SERVICE_MESSAGE_CXX_IFACE(uavcan_tunnel_Call, UAVCAN_TUNNEL_CALL_ID, UAVCAN_TUNNEL_CALL_SIGNATURE, UAVCAN_TUNNEL_CALL_REQUEST_MAX_SIZE, UAVCAN_TUNNEL_CALL_RESPONSE_MAX_SIZE);
  9. #endif