check if cockpit exists
| 320 | } |
| 321 | // check if cockpit exists |
| 322 | bool IsValidCockpit() { return (Cockpit_info.model_num > -1) ? true : false; } |
| 323 | bool CockpitFileParse(const char *command, const char *operand, void *data) { |
| 324 | tCockpitCfgInfo *cfginf = (tCockpitCfgInfo *)data; |
| 325 | if (!strcmp(command, "ckptmodel")) { |