727 /*
728 * print_svpdu_lpdu_head - 打印数据
729 * @head: 数据包 730 * 731 */
732 void print_svpdu_lpdu_head(struct svpdu_lpdu_head * head); 733 734 /*
735 * print_svpdu_apdu_head - 打印数据
736 * @head: 数据包 737 * 738 */
739 void print_svpdu_apdu_head(struct svpdu_apdu_head* head); 740 741 /*
742 * print_svpdu_asdu_dat92 - 打印数据
743 * @dat92: 数据包
744 * @smpquality_enable: 是否包含质量信息 745 *
746 */
747 void print_svpdu_asdu_dat92(struct svpdu_asdu_dat92* dat92, u8 smpquality_enable); 748 749 /*
750 * print_svpdu_asdu_dat91 - 打印数据
751 * @dat92: 数据包
752 * @smpquality_enable: 是否包含质量信息 753 * 754 */
755 void print_svpdu_asdu_dat91(struct svpdu_asdu_dat91* dat91); 756 757
758 #pragma pack(pop) 759
760 #if defined (__cplusplus) 761 }
762 #endif /* defined (__cplusplus) */ 763 764
765 #endif /* __INCLUDE_IEC61850SV_PROTOCOL_H */