🦄 refactor(appid api): remove appid module
This commit is contained in:
16
decoders/lpi_plus/lpi_plus_internal.h
Normal file
16
decoders/lpi_plus/lpi_plus_internal.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user