Added wtpinfo_readelem_ac_name.
FossilOrigin-Name: 91aa97e5bdccf2be1100510caf6460af324fd892868329159a2392a9df519003
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user