Expand description
Asynchronous OpenIGTLink server implementation
Provides a non-blocking, async/await-based server for OpenIGTLink communication.
Structsยง
- Async
Igtl Connection - Represents an accepted client connection (async)
- Async
Igtl Connection Reader - Read half of an async OpenIGTLink connection
- Async
Igtl Connection Writer - Write half of an async OpenIGTLink connection
- Async
Igtl Server - Asynchronous OpenIGTLink server