Module: P0_a_e_a_b_ft
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- OVER =
1- UNDER =
2- UNDEFINED =
3- VALUE_MAP =
{1 => "OVER", 2 => "UNDER", 3 => "UNDEFINED"}
- VALID_VALUES =
Set.new([OVER, UNDER, UNDEFINED]).freeze
1
2
3
{1 => "OVER", 2 => "UNDER", 3 => "UNDEFINED"}
Set.new([OVER, UNDER, UNDEFINED]).freeze