CIRCT  19.0.0git
Classes
esi::cosim Namespace Reference

Classes

class  CapnpCosimThread
 Since Capnp is not thread-safe, client and server must be run in their own threads and communicate with the outside world through thread safe channels. More...
 
class  RpcServer
 The main RpcServer. More...
 
class  Endpoint
 Implements a bi-directional, thread-safe bridge between the RPC server and DPI functions. More...
 
class  EndpointRegistry
 The Endpoint registry is where Endpoints report their existence (register) and they are looked up by RPC clients. More...
 
class  LowLevel
 
class  TSQueue
 Thread safe queue. Just wraps std::queue protected with a lock. More...