You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I like you fork of the PPL very much and use it quite often. At the moment I have the problem that it is not possible to send XPLMCommandBegin() and XPLMCommandEnd() via UDP but only XPLMCommandOnce(). I know there is a fency C++ way to write a plugin that reads in commands from an Ini-file and creates two new commands (e.g. "sim/xplane/command[Begin]" and "sim/xplane/command[End]" if [] are allowed in names, otherwise maybe "sim/xplane/command/Begin" and "sim/xplane/command/End") that just call "sim/xplane/command" with the respective phase. This would enable to call the Begin() and End() functions also via UDP.
Wouldn't this be a very nice example for the Command class?
I could probably write such a plugin but with my limited C++ knowledge I wouldn't want to publish the source code;-).
The text was updated successfully, but these errors were encountered:
Hi,
I like you fork of the PPL very much and use it quite often. At the moment I have the problem that it is not possible to send XPLMCommandBegin() and XPLMCommandEnd() via UDP but only XPLMCommandOnce(). I know there is a fency C++ way to write a plugin that reads in commands from an Ini-file and creates two new commands (e.g. "sim/xplane/command[Begin]" and "sim/xplane/command[End]" if [] are allowed in names, otherwise maybe "sim/xplane/command/Begin" and "sim/xplane/command/End") that just call "sim/xplane/command" with the respective phase. This would enable to call the Begin() and End() functions also via UDP.
Wouldn't this be a very nice example for the Command class?
I could probably write such a plugin but with my limited C++ knowledge I wouldn't want to publish the source code;-).
The text was updated successfully, but these errors were encountered: