137 bool InitModel(
void)
override;
146 bool Run(
bool Holding)
override;
158 void ForceOutput(
int idx);
164 void SetStartNewOutput(
void);
172 bool SetOutputName(
unsigned int idx,
const std::string& name);
178 bool SetDirectivesFile(
const SGPath& fname);
189 bool Toggle(
int idx);
192 void SetRateHz(
double rate);
198 bool Load(
Element* el,
const SGPath& dir = SGPath());
211 bool Load(
int subSystems, std::string protocol, std::string type,
212 std::string port, std::string name,
double outRate,
213 std::vector<FGPropertyNode_ptr> & outputProperties);
218 std::string GetOutputName(
unsigned int idx)
const;
220 SGPath FindFullPathName(
const SGPath& path)
const override;
223 std::vector<FGOutputType*> OutputTypes;
227 void Debug(
int from)
override;