mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-07-16 10:51:24 +02:00
exposing receiver thread ids to client (#102)
* exposing receiver thread ids to client Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com>
This commit is contained in:
co-authored by
GitHub
Erik Frojdh
parent
2a2bb5f63a
commit
f5160b0978
@@ -1309,6 +1309,8 @@ class Module : public virtual slsDetectorDefs {
|
||||
*/
|
||||
sls::IpAddr getReceiverLastClientIP() const;
|
||||
|
||||
std::array<pid_t, NUM_RX_THREAD_IDS> getReceiverThreadIds() const;
|
||||
|
||||
/**
|
||||
* Exits the receiver TCP server
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user