uavcan.protocol.enumeration.Begin.h 590 B

1234567891011
  1. #pragma once
  2. #include <uavcan.protocol.enumeration.Begin_req.h>
  3. #include <uavcan.protocol.enumeration.Begin_res.h>
  4. #define UAVCAN_PROTOCOL_ENUMERATION_BEGIN_ID 15
  5. #define UAVCAN_PROTOCOL_ENUMERATION_BEGIN_SIGNATURE (0x196AE06426A3B5D8ULL)
  6. #if defined(__cplusplus) && defined(DRONECAN_CXX_WRAPPERS)
  7. #include <canard/cxx_wrappers.h>
  8. SERVICE_MESSAGE_CXX_IFACE(uavcan_protocol_enumeration_Begin, UAVCAN_PROTOCOL_ENUMERATION_BEGIN_ID, UAVCAN_PROTOCOL_ENUMERATION_BEGIN_SIGNATURE, UAVCAN_PROTOCOL_ENUMERATION_BEGIN_REQUEST_MAX_SIZE, UAVCAN_PROTOCOL_ENUMERATION_BEGIN_RESPONSE_MAX_SIZE);
  9. #endif