Document of c-modernization-kit (porter)
1.0.0
Loading...
Searching...
No Matches
porter
libsrc
porter
thread
potrSendThread.h
Go to the documentation of this file.
1
19
20
#ifndef POTR_SEND_THREAD_H
21
#define POTR_SEND_THREAD_H
22
23
#include "
../potrContext.h
"
24
25
#ifdef __cplusplus
26
extern
"C"
27
{
28
#endif
/* __cplusplus */
29
30
extern
int
potr_send_thread_start
(
struct
PotrContext_
*ctx);
31
extern
void
potr_send_thread_stop
(
struct
PotrContext_
*ctx);
32
33
#ifdef __cplusplus
34
}
35
#endif
/* __cplusplus */
36
37
#endif
/* POTR_SEND_THREAD_H */
potrContext.h
セッションコンテキスト内部定義ヘッダー。
potr_send_thread_start
int potr_send_thread_start(struct PotrContext_ *ctx)
Definition
potrSendThread.c:710
potr_send_thread_stop
void potr_send_thread_stop(struct PotrContext_ *ctx)
Definition
potrSendThread.c:737
PotrContext_
セッションコンテキスト構造体。PotrHandle の実体。
Definition
potrContext.h:156
Generated by
1.14.0