uavcan.protocol.file.Read.h 518 B

1234567891011
  1. #pragma once
  2. #include <uavcan.protocol.file.Read_req.h>
  3. #include <uavcan.protocol.file.Read_res.h>
  4. #define UAVCAN_PROTOCOL_FILE_READ_ID 48
  5. #define UAVCAN_PROTOCOL_FILE_READ_SIGNATURE (0x8DCDCA939F33F678ULL)
  6. #if defined(__cplusplus) && defined(DRONECAN_CXX_WRAPPERS)
  7. #include <canard/cxx_wrappers.h>
  8. SERVICE_MESSAGE_CXX_IFACE(uavcan_protocol_file_Read, UAVCAN_PROTOCOL_FILE_READ_ID, UAVCAN_PROTOCOL_FILE_READ_SIGNATURE, UAVCAN_PROTOCOL_FILE_READ_REQUEST_MAX_SIZE, UAVCAN_PROTOCOL_FILE_READ_RESPONSE_MAX_SIZE);
  9. #endif