livoxGen1: Make use of livoxProto1_getPcloudDataFdDesc

This commit is contained in:
2025-11-02 19:16:22 -04:00
parent b3bf0e2cb9
commit d88dd2cf44
5 changed files with 38 additions and 34 deletions
@@ -53,6 +53,13 @@ public:
return cmdEndpointFdDesc;
}
// Get shared pointer to pcloud data fd for use in IoUringAssemblyEngine
std::shared_ptr<boost::asio::posix::stream_descriptor>
getPcloudDataFdDesc() const
{
return pcloudDataSocketDesc;
}
private:
void setupSockets();
void setupCommandSocket();