Rev 450 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 450 | Rev 451 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | o_Settings = t_Settings; |
75 | o_Settings = t_Settings; |
76 | } |
76 | } |
Line 77... | Line 77... | ||
77 | 77 | ||
78 | // Motordaten übernehmen. |
78 | // Motordaten übernehmen. |
79 | //FIXME: put this in libMK/Handler.cpp and fill motor values in KopterData |
79 | //FIXME: put this in libMK/Handler.cpp and fill motor values in KopterData |
80 | 80 | /* |
|
81 | void dlg_MotorMixer::set_MotorConfig(char * data) |
81 | void dlg_MotorMixer::set_MotorConfig(char * data) |
82 | { |
82 | { |
Line 83... | Line 83... | ||
83 | int Pos = 0; |
83 | int Pos = 0; |
Line 95... | Line 95... | ||
95 | } |
95 | } |
96 | } |
96 | } |
Line 97... | Line 97... | ||
97 | 97 | ||
98 | set_MotorData(); |
98 | set_MotorData(); |
99 | } |
99 | } |
100 | 100 | */ |
|
101 | // Motordaten aus GUI übernehmen |
101 | // Motordaten aus GUI übernehmen |
102 | void dlg_MotorMixer::get_MotorData() |
102 | void dlg_MotorMixer::get_MotorData() |
103 | { |
103 | { |