Loading…
Loading…
Method Name: edit_table
Method ID: 0x405E
Method Label: Tab.Eingabe
Method Help:
- {
- char status[3];
- char xmtr_status[6];
- int current_table_size;
- int i;
- int choice;
- int nmb;
- int changes_made;
- int error;
- float level[51];
- float volume[51];
- float flevel;
- float fvolume;
- float max_level;
- float max_volume;
- float fdisplay;
- float lscaling;
- float vscaling;
- char to_conclude;
- long ids[2];
- to_conclude = 0;
- ids[0] = 16405;
- ids[1] = 16406;
- switch (_ivar_value(16405))
- {
- case 44:
- lscaling = 3.281;
- break;
- case 45:
- lscaling = 1.;
- break;
- case 47:
- lscaling = 39.37;
- break;
- case 48:
- lscaling = 100.;
- break;
- case 49:
- lscaling = 1000.;
- break;
- }
- switch (_ivar_value(16406))
- {
- case 40:
- vscaling = 219.9687;
- break;
- case 41:
- vscaling = 1000;
Please login for more