| 281 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 282 | |
| 283 | std::shared_ptr<FGInput> FGFDMExec::GetInput(void) const |
| 284 | { |
| 285 | return static_pointer_cast<FGInput>(Models[eInput]); |
| 286 | } |
| 287 | |
| 288 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 289 |