FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kPipeEngine Struct Reference

Description

Represents the type of data processing engine used in a kPipe instance.

Inheritance diagram for kPipeEngine:
Inheritance graph

Related

#define kPIPE_ENGINE_NULL   (0x00)
 Unknown pipe engine.
 
#define kPIPE_ENGINE_SERIAL   (0x01)
 Pipe engine that processes data in single background thread.
 
#define kPIPE_ENGINE_PARALLEL   (0x02)
 Pipe engine that can process data in multiple background threads.
 
#define kPIPE_ENGINE_OPTIONS   (0x03)
 Bitset containing all kPipeEngine options.
 

The documentation for this struct was generated from the following file: