mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
overload for rx void return type
This commit is contained in:
@ -607,6 +607,10 @@ class Module : public virtual slsDetectorDefs {
|
||||
|
||||
template <typename Ret> Ret sendToReceiver(int fnum) const;
|
||||
|
||||
void sendToReceiver(int fnum);
|
||||
|
||||
void sendToReceiver(int fnum) const;
|
||||
|
||||
template <typename Ret, typename Arg>
|
||||
Ret sendToReceiver(int fnum, const Arg &args);
|
||||
|
||||
|
Reference in New Issue
Block a user