mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-11 10:26:58 +02:00
increase lut points capacity to 257
remove unneeded constants
This commit is contained in:
parent
170713f571
commit
39e042a799
2 changed files with 3 additions and 5 deletions
|
@ -13,12 +13,10 @@ namespace rawaccel {
|
|||
|
||||
inline constexpr milliseconds WRITE_DELAY = 1000;
|
||||
|
||||
inline constexpr size_t POOL_SIZE = 1024 * 512;
|
||||
|
||||
inline constexpr size_t MAX_DEV_ID_LEN = 200;
|
||||
inline constexpr size_t MAX_NAME_LEN = 256;
|
||||
|
||||
inline constexpr size_t LUT_RAW_DATA_CAPACITY = 258;
|
||||
inline constexpr size_t LUT_RAW_DATA_CAPACITY = 514;
|
||||
inline constexpr size_t LUT_POINTS_CAPACITY = LUT_RAW_DATA_CAPACITY / 2;
|
||||
|
||||
inline constexpr double MAX_NORM = 16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue