wip(refactor): Improve parsing and font glyph caching
This commit is contained in:
parent
9f9f438fae
commit
b2e8428550
11 changed files with 318 additions and 270 deletions
include/components
|
@ -17,6 +17,11 @@ DEFINE_CHILD_ERROR(unclosed_actionblocks, parser_error);
|
|||
|
||||
class parser {
|
||||
public:
|
||||
struct packet {
|
||||
uint16_t data[128]{0U};
|
||||
size_t length{0};
|
||||
};
|
||||
|
||||
explicit parser(signal_emitter& emitter, const bar_settings& bar);
|
||||
void operator()(string data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue