00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00027 #ifndef _RTXSTREAMBUFFERED_H_
00028 #define _RTXSTREAMBUFFERED_H_
00029
00030 #include "rtxsrc/rtxStream.h"
00031
00032 #ifdef __cplusplus
00033 extern "C" {
00034 #endif
00035
00036 #define OSRTSTRMCM_RESTORE_UNDERLAYING_AFTER_RESET 0x0001
00037
00038 EXTERNRTX int rtxStreamBufferedCreate (OSCTXT* pctxt, OSUINT32 mode);
00039
00040 EXTERNRTX int rtxStreamBufferedRelease (OSCTXT* pctxt);
00041
00042 EXTERNRTX int rtxStreamBufferedSetPreReadBuf
00043 (OSCTXT* pctxt, const OSOCTET* pdata, size_t datalen);
00044
00045 #ifdef __cplusplus
00046 }
00047 #endif
00048
00049 #endif
00050