Update ocmp_util.h

This commit is contained in:
Jack Marriott
2018-12-02 01:20:11 -08:00
committed by GitHub
parent b7fbf58002
commit c217034331

View File

@@ -25,7 +25,6 @@
** RETURN TYPE : OCMPMessageFrame
**
*****************************************************************************/
OCMPMessageFrame *OCMP_mallocFrame(uint16_t len);
/*****************************************************************************
@@ -38,10 +37,12 @@ OCMPMessageFrame *OCMP_mallocFrame(uint16_t len);
** RETURN TYPE : OCMPMessageFrame
**
*****************************************************************************/
OCMPMessageFrame *
create_ocmp_msg_frame(OCMPSubsystem subSystem, OCMPMsgType msgtype,
OCMPActionType actionType, uint8_t componentId,
uint16_t parameters, uint8_t payloadSize);
OCMPMessageFrame *create_ocmp_msg_frame(OCMPSubsystem subSystem,
OCMPMsgType msgtype,
OCMPActionType actionType,
uint8_t componentId,
uint16_t parameters,
uint8_t payloadSize);
/*****************************************************************************
** FUNCTION NAME : create_ocmp_alert_from_Evt