dronecan.remoteid.SecureCommand.h 572 B

1234567891011
  1. #pragma once
  2. #include <dronecan.remoteid.SecureCommand_req.h>
  3. #include <dronecan.remoteid.SecureCommand_res.h>
  4. #define DRONECAN_REMOTEID_SECURECOMMAND_ID 64
  5. #define DRONECAN_REMOTEID_SECURECOMMAND_SIGNATURE (0x126A47C9C17A8BD7ULL)
  6. #if defined(__cplusplus) && defined(DRONECAN_CXX_WRAPPERS)
  7. #include <canard/cxx_wrappers.h>
  8. SERVICE_MESSAGE_CXX_IFACE(dronecan_remoteid_SecureCommand, DRONECAN_REMOTEID_SECURECOMMAND_ID, DRONECAN_REMOTEID_SECURECOMMAND_SIGNATURE, DRONECAN_REMOTEID_SECURECOMMAND_REQUEST_MAX_SIZE, DRONECAN_REMOTEID_SECURECOMMAND_RESPONSE_MAX_SIZE);
  9. #endif