Loading…

Method Name: show_fmaMode_Value_off_method

Method ID: 0x41E1

Method Label: Show FMA mode

Method Help:


  • {
  • DD_STRING s1;
  • int n;
  • n = floor(fmaMode_Value);
  • if (ceil(fmaMode_Value) != n)
  • s1 = literal_string(801);
  • else
  • switch (n)
  • {
  • case 0:
  • s1 = literal_string(802);


Please login for more