Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UtilitechAS/amsreader-firmware
/ parse
Method
parse
lib/AmsDecoder/src/LlcParser.cpp:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#include
"LlcParser.h"
8
9
int8_t LLCParser::parse(uint8_t *buf, DataParserContext &ctx) {
10
ctx.length -= 3;
11
return 3;
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected