uavcan.protocol.dynamic_node_id.server.AppendEntries.h 761 B

1234567891011
  1. #pragma once
  2. #include <uavcan.protocol.dynamic_node_id.server.AppendEntries_req.h>
  3. #include <uavcan.protocol.dynamic_node_id.server.AppendEntries_res.h>
  4. #define UAVCAN_PROTOCOL_DYNAMIC_NODE_ID_SERVER_APPENDENTRIES_ID 30
  5. #define UAVCAN_PROTOCOL_DYNAMIC_NODE_ID_SERVER_APPENDENTRIES_SIGNATURE (0x8032C7097B48A3CCULL)
  6. #if defined(__cplusplus) && defined(DRONECAN_CXX_WRAPPERS)
  7. #include <canard/cxx_wrappers.h>
  8. SERVICE_MESSAGE_CXX_IFACE(uavcan_protocol_dynamic_node_id_server_AppendEntries, UAVCAN_PROTOCOL_DYNAMIC_NODE_ID_SERVER_APPENDENTRIES_ID, UAVCAN_PROTOCOL_DYNAMIC_NODE_ID_SERVER_APPENDENTRIES_SIGNATURE, UAVCAN_PROTOCOL_DYNAMIC_NODE_ID_SERVER_APPENDENTRIES_REQUEST_MAX_SIZE, UAVCAN_PROTOCOL_DYNAMIC_NODE_ID_SERVER_APPENDENTRIES_RESPONSE_MAX_SIZE);
  9. #endif