[toc]
Std_ReturnType :
FUNC(VAR(Std_ReturnType,STD_TYPES_VAR),SLAVE_CODE)
PduIdType RxPduId :
VAR(PduInfoType,COMSTACK_TYPES_VAR) RxPduId
const PduInfoType* PduInfoPtr :
P2CONST(PduInfoType,SLAVE_CODE,SLAVE_APPL_CONST) PduInfoPtr
uint16 SecOCFreshnessValueID,:
VAR(uint16,FRESH_VAR) SecOCFreshnessValueID,
uint8* SecOCFreshnessValue, :
P2VAR(uint8,SLAVE_CODE,SLAVE_APPL_DATA) SecOCFreshnessValue,
uint32* SecOCFreshnessValueLength,:
P2VAR(uint32,SLAVE_CODE,SLAVE_APPL_DATA) SecOCFreshnessValueLength
uint8* SecOCTruncatedFreshnessValue, :
P2VAR(uint8,SLAVE_CODE,SLAVE_APPL_DATA) SecOCTruncatedFreshnessValue,
uint32* SecOCTruncatedFreshnessValueLength :
P2VAR(uint32,SLAVE_CODE,SLAVE_APPL_DATA) SecOCTruncatedFreshnessValueLength
const uint8* SecOCTruncatedFreshnessValue, :
``
Std_ReturnType: VAR(Std_ReturnType, STD_TYPES_VAR)
PduIdType: VAR(PduIdType, COMSTACK_TYPES_VAR)
PduLengthType: VAR(PduLengthType, COMSTACK_TYPES_VAR)
SecOC_OverrideStatusType: VAR(SecOC_OverrideStatusType, RTE_SECOC_TYPES_VAR)
BufReq_ReturnType: VAR(BufReq_ReturnType, COMSTACK_TYPES_VAR)
SecOCintermidate_type: VAR(SecOCintermidate_type, SECOC_TYPES_VAR)
SecOC_VerificationStatusType: VAR(SecOC_VerificationStatusType, RTE_SECOC_TYPES_VAR)
SecOCRxPduProcessing_type: VAR(SecOCRxPduProcessing_type, SECOC_TYPES_VAR)
const PduInfoType*: P2CONST(PduInfoType, AUTOMATIC, SECOC_APPL_CONST)
const SecOC_ConfigType*: P2CONST(SecOC_ConfigType, AUTOMATIC, SECOC_APPL_CONST)
const RetryInfoType*: P2CONST(RetryInfoType, AUTOMATIC, SECOC_APPL_CONST)
const SecOC_ConfigType *: P2CONST(SecOC_ConfigType, AUTOMATIC, SECOC_APPL_CONST)
Std_VersionInfoType*: P2VAR(Std_VersionInfoType, AUTOMATIC, SECOC_APPL_DATA)
PduInfoType*: P2VAR(PduInfoType, AUTOMATIC, SECOC_APPL_DATA)
PduLengthType*: P2VAR(PduLengthType, AUTOMATIC, SECOC_APPL_DATA)
- 进行某接口的编码前,应将其功能记录在此文档中
- 使用
CUint完成单元测试
- 5.10日前完成FVM部分的接口实现
- 5.11日前完成FVM部分的接口测试
-
完成人:赵宸阳
-
功能:
- 此函数是在Master启动时调用,将trip计数器加一
-
完成人:赵宸阳
-
功能:
- 此函数接受一个
PduInfoType指针,向其中填入trip消息的内容
- 此函数接受一个
-
完成人:赵宸阳
-
功能:
- 此函数接受一个
PduIdType类型的id值和一个PduInfoType指针 - id值为reset消息的canId,
PduInfoType指针中需要填入reset消息的内容
- 此函数接受一个
-
完成人:赵宸阳
-
功能:
- 此函数在trip同步消息的Ack报文到达master调用
- 此函数发送一个ack确认报文回slave并修改master的状态
-
完成人:赵宸阳
-
功能:
- 此函数为周期被调用的函数
- 在trip同步完成之前,周期发送trip同步消息
- 在trip同步完成之后,周期发送reset同步消息
- 完成人:李兴诚
- 完成人:李兴诚
- 完成人:张文涛
- 完成人:张文涛
- 完成人:李兴诚
- 完成人:李兴诚
- 完成人:张文涛
- 完成人:张文涛
- 完成人:李兴诚