I would like to create enumerated data type like
NAME INT
PHASE_IDLE 0
PHASE_START 1
PHASE_IN_PROG 2
PHASE_STOP 3
But I'm not sure how to do that?
I would like to create enumerated data type like
NAME INT
PHASE_IDLE 0
PHASE_START 1
PHASE_IN_PROG 2
PHASE_STOP 3
But I'm not sure how to do that?
SOLVED