MCPcopy Create free account
hub / github.com/devilsen/CZXing / Encode

Function Encode

czxing/src/main/cpp/zxing/src/datamatrix/DMHighLevelEncoder.cpp:858–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856}
857
858ByteArray Encode(const std::wstring& msg)
859{
860 return Encode(msg, SymbolShape::NONE, -1, -1, -1, -1);
861}
862
863/**
864* Performs message encoding of a DataMatrix message using the algorithm described in annex P

Callers 1

encodeMethod · 0.70

Calls 15

StartsWithFunction · 0.85
EndsWithFunction · 0.85
EncodeASCIIFunction · 0.85
EncodeC40Function · 0.85
EncodeX12Function · 0.85
EncodeEdifactFunction · 0.85
EncodeBase256Function · 0.85
Randomize253StateFunction · 0.85
setSymbolShapeMethod · 0.80
setSizeConstraintsMethod · 0.80
addCodewordMethod · 0.80
setSkipAtEndMethod · 0.80

Tested by

no test coverage detected