X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fhla%2FHLAFederate.hxx;h=241f60935a38f6905fc89c53eb82313f71ef5120;hb=e716f82670fdeb3a3abfd60830869d8236099d8f;hp=64ea2b4e0233d2460c5ef98c5debe4a0cfd423cc;hpb=3a0fbae4d90187d96eb991a7d7dccc339a3bcb48;p=simgear.git diff --git a/simgear/hla/HLAFederate.hxx b/simgear/hla/HLAFederate.hxx index 64ea2b4e..241f6093 100644 --- a/simgear/hla/HLAFederate.hxx +++ b/simgear/hla/HLAFederate.hxx @@ -58,6 +58,9 @@ public: bool timeAdvanceRequestBy(const SGTimeStamp& dt); bool timeAdvanceRequest(const SGTimeStamp& dt); + bool queryFederateTime(SGTimeStamp& timeStamp); + bool queryLookahead(SGTimeStamp& timeStamp); + /// Process messages bool tick(); bool tick(const double& minimum, const double& maximum);