reduce computational complexity
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace imc
|
||||
{
|
||||
// define "magic bytes" announcing start/end of blocks and separation within
|
||||
// define "magic bytes" announcing start/end of blocks and separation of parameters within
|
||||
const unsigned char ch_bgn_ = 0x7c, ch_end_ = 0x3b, ch_sep_ = 0x2c;
|
||||
|
||||
// single parameter (in a block) is determined by offset of its first/last byte
|
||||
|
Reference in New Issue
Block a user