Added wtpinfo_readelem_ac_name.
FossilOrigin-Name: 91aa97e5bdccf2be1100510caf6460af324fd892868329159a2392a9df519003
This commit is contained in:
parent
5e45a93b42
commit
7c3d000cea
@ -26,6 +26,7 @@
|
||||
|
||||
/* structure to hold info about a wtp */
|
||||
struct wtpinfo{
|
||||
uint8_t *ac_name;
|
||||
uint8_t *name;
|
||||
uint8_t * location;
|
||||
|
||||
@ -90,5 +91,7 @@ extern int wtpinfo_print(char *str, struct wtpinfo * wtpinfo);
|
||||
|
||||
extern int wtpinfo_lwreadelem_wtp_descriptor(struct wtpinfo * wtpinfo, int type, uint8_t *msgelem, int len);
|
||||
|
||||
#define wtpinfo_readelem_ac_name(wtpinfo,type,msg,len) cw_readelem_ac_name(&wtpinfo->ac_name,type,msg,len)
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user