40 std::string fifo_name_1;
41 std::string fifo_name_2;
44 std::string _protocol;
51 double last_cg_offset;
53 std::vector <std::string> property_names;
54 std::vector <SGPropertyNode_ptr> nodes;
61 void update_binary(
double dt );
62 void update_property(
double dt );
64 void process_set_command(
const string_list &tokens );
68 FGExternalPipe(
double dt, std::string fifo_name, std::string protocol );
75 void update(
double dt)
override;