The value in the accuracy event can represent more than one thing.
class AccuracyCriteria(IntEnum):
Off = 0
On = 1
JointDistance = 2
Distance = 3
Orientation = 4
Velocity = 5