#pragma once #include "stellar/lpi_plus.h" #define MAX_APPID_NUM 8 #define LPIP_APPID_MESSAGE_TOPIC "TOPIC_LPIP_APPID" struct appid_message { struct session *sess; uint32_t appid_num; int32_t appid[MAX_APPID_NUM]; uint32_t packet_sequence[MAX_APPID_NUM]; }; const char *lpi_plus_appid2name(struct lpi_plus *lpip, int appid);