This is a refactoring of the DSG->Omniverse link into two separate protocol handlers.
DSGSession handles the DSG gRPC stream from EnSight into memory. It then calls methods on an UpdateHandler subclass instance to access the processed stream. The Omniverse connection has been rewritten as an UpdateHandler subclass. The Simba geometry stream can do likewise.
This is a refactoring of the DSG->Omniverse link into two separate protocol handlers.
DSGSession handles the DSG gRPC stream from EnSight into memory. It then calls methods on an UpdateHandler subclass instance to access the processed stream. The Omniverse connection has been rewritten as an UpdateHandler subclass. The Simba geometry stream can do likewise.