New type cw_type_bits

This commit is contained in:
2022-09-03 17:27:19 +02:00
parent 0078c07e58
commit 66db979fdb
11 changed files with 323 additions and 213 deletions

View File

@ -560,6 +560,8 @@ int cw_put_descriptor_subelem (uint8_t *dst, cw_Cfg_t ** cfg_list,
int cw_send_request(struct cw_Conn *conn,int msg_id);
int cw_out_generic_walk(struct cw_ElemHandler * handler, struct cw_ElemHandlerParams * params
, uint8_t * dst);
int cw_out_generic0(struct cw_ElemHandler * handler, struct cw_ElemHandlerParams * params
, uint8_t * dst,const char *key);
/**
*@}