Liburbi-c++ is a library designed to encapsulate an URBI connection. It handles the TCP connection with the URBI server, and the dispatching of messages it sends. The library is thread-safe and reentrant.
The library consists of two C++ classes, UClient and
USyncClient, and a few helpful functions.
We expect the reader to be a bit familiar with the URBI syntax.