move str file and add some set IDs
This commit is contained in:
parent
7387ae3583
commit
fe19284a8e
@ -90,8 +90,18 @@ class OpCodes:
|
|||||||
NORMAL = ["2", "nml"]
|
NORMAL = ["2", "nml"]
|
||||||
|
|
||||||
|
|
||||||
class SetIds:
|
class SetId(enum.IntEnum):
|
||||||
|
VERSION = 2
|
||||||
|
INTERFACE = 3
|
||||||
|
POWER = 11
|
||||||
TEMPERATURE = 25
|
TEMPERATURE = 25
|
||||||
|
SOLUTION = 24
|
||||||
|
HISTOGRAM = 28
|
||||||
|
CHECKSUM = 50
|
||||||
|
CAMERA = 67
|
||||||
|
LIMITS = 68
|
||||||
|
CENTROIDING = 72
|
||||||
|
LISA = 73
|
||||||
|
|
||||||
|
|
||||||
class FileDefs:
|
class FileDefs:
|
Loading…
Reference in New Issue
Block a user