diff --git a/src/openlcb/BroadcastTime.hxx b/src/openlcb/BroadcastTime.hxx index e7abb02da..21318215e 100644 --- a/src/openlcb/BroadcastTime.hxx +++ b/src/openlcb/BroadcastTime.hxx @@ -107,6 +107,12 @@ public: new SetFlow(this, SetFlow::Command::STOP); } + /// Query the current time. + void query() + { + new SetFlow(this, SetFlow::Command::QUERY); + } + /// Get the time as a value of seconds relative to the system epoch. At the /// same time get an atomic matching pair of the rate /// @return pair