Plug-In Sample Files for PCoIP Virtual Channel¶
This following table lists the source and header files that build the PCoIP Virtual Channel plug-ins. You can find the files in ~\VChan_SDK\samples.
Description of File or Folder | File or Folder Path |
---|---|
The header file for both streaming and datagram samples. | ~\VChan_SDK\samples\common\inc\tera_plugin_vchan_sample.h |
The source file for the datagram API sample. | ~\VChan_SDK\samples\sample_dgram\src\tera_plugin_vchan_sample_dgram.c |
The source file for the streaming API sample. | ~\VChan_SDK\samples\sample_stream\src\tera_plugin_vchan_sample_stream.c |
The source file for the unreliable datagram API sample. | ~\VChan_SDK\samples\sample_stream\src\tera_plugin_vchan_sample_u_echo.c |
The header and source file for a thin operating system abstraction layer that enables the same source code to be used for both Windows and Linux plug-in samples. | ~\VChan_SDK\samples\common\inc\tera_plugin_os_abstraction.h |
The folder that contains the documentation for the PCoIP Virtual Channel sample implementation. The doxy file that constructs the documentation with the doxygen system (available as a free download). | ~\VChan_SDK\samples\doc |
The doxy file that constructs the documentation with the doxygen system (available as a free download). All source and header files are annotated with doxygen markup to document the API and its usage in the samples. | ~\VChan_SDK\samples\doc\plugin_vchan_sample.doxy |
The folder that contains the header files that define the PCoIP Virtual Channel plug-in interface and associated declarations.* | ~\VChan_SDK\inc |
The folder that contains the top level documentation of the PCoIP Virtual Channel API (including this user guide). | ~\VChan_SDK\doc |
The doxy file that constructs the documentation with the doxygen system (available as a free download). All source and header files are annotated with doxygen markup to document the API and its usage in the samples. | ~\VChan_SDK\vchan_api_inc.doxy |
Do not modify the ~\VChan_SDK\inc folder
This folder is used directly within the PCoIP executable and must not be modified.