About the Library API

This chapter describes how the library is used in practical situations.

If your application is using the VCT library, include the following header file.

Code 1 Including the Header File
#include <vct.h>

In addition, link to $CTRMW_VCT_ROOT/libraries/CTR-TS.Process.MPCore/(noopt|release|verbose)/libmw_vct.fast.a.

 

Note:

The VCT API is not thread-safe. Operation is not guaranteed if API functions are called from multiple threads.



This component contains the following chapters.

1. Initializing and Finalizing the Library
2. Sending
3. Receiving


CONFIDENTIAL