Include These Header Files

Rendezvous C++ programs must include the appropriate header files from this list.

Header Files

Header File

Description

Communications, Events and Data All programs must include this API header file.

tibrv/tibrvcpp.h

Include this header file for the Rendezvous C++ API. This header automatically includes tibrv.h.

Certified Message Delivery and Distributed Queue

tibrv/cmcpp.h

Include this header file for the Rendezvous certified message delivery and distributed queue C++ API. This header automatically includes cm.h.

Fault Tolerance

tibrv/ftcpp.h

Include this header file for the Rendezvous fault tolerance C++ API. This header automatically includes ft.h.

Secure Daemons and OpenSSL

Programs that connect to secure daemons (rvsd, rvsrd) must include this header file.

tibrv/sdcpp.h

Include this header file for the Rendezvous secure daemon C++ API. This header automatically includes sd.h.