X-Git-Url: http://rtime.felk.cvut.cz/gitweb/arc.git/blobdiff_plain/07bbcb79799c461e4dc58be060a0c3e01f466c97..60966c493db6916acb0f8d9beaa9c1e77c206ef2:/include/Com_Types.h diff --git a/include/Com_Types.h b/include/Com_Types.h index b8a9abc3..f606032d 100644 --- a/include/Com_Types.h +++ b/include/Com_Types.h @@ -250,6 +250,7 @@ typedef struct { /** Timeout notification function. */ void (*ComTimeoutNotification) (void); + /** Defines if a write access to this signal can trigger the transmission of the corresponding I-PDU. */ const ComTransferProperty_type ComTransferProperty; /** The bit position in the PDU for this signal's update bit. @@ -290,7 +291,10 @@ typedef struct { /* IPDU id of the IPDU that this signal belongs to. * This is initialized by Com_Init() and should not be configured. */ - + /** The numerical value used as the ID of this I-PDU. + * TheComIPduHandleId is required by the API calls to receive I-PDUs from the PduR (ComIP-duDirection: Receive). + * For Tx-I-PDUs (ComIPduDirection: Send) this handle Id is used by the PduR to confirm the transmission of the ComIPdu + */ const uint16 ComIPduHandleId; //const uint8 ComSignalUpdated;