File api.h
↰ Parent directory (cwipc_util)
Definition (cwipc_util/api.h)
Detailed Description
Main header for cwipc API, including both C and C++ interfaces.
This header is intended to be the only header needed to use the cwipc API, and it includes both C and C++ interfaces. The C++ interface is more fully featured and is the natural choice when writing native applications, but the C interface is also available for use from other languages (such as Python and C#) and for use in C applications. The C++ interface is in the form of abstract classes, and the C interface is in the form of opaque pointers to these classes. The C++ interface is more direct and allows for more features, while the C interface is more limited but can be used from other languages and from C applications.
Includes
setstdbool.hstdint.hstring