ファイル名comm.c
ソースファイル情報| 内容 | 行数 | 比率 | 
|---|---|---|
| コメント行数 | 105 | 13% | 
| 空行行数 | 148 | 18% | 
| 実行行数 | 560 | 69% | 
| 合計行数 | 813 | 100% | 
関数定義数| 内容 | 定義数 | 
|---|---|
| 関数数 | 16 | 
定義関数| No. | 型 | 名称 | 属性 | 説明 | 
|---|---|---|---|---|
1  | 
open_tcp | void | ||
2  | 
close_tcp | void | ||
3  | 
InitComm | int | Initializes communications | |
4  | 
AddMsg | int | Used to store PDU which comes on a TCP session | |
5  | 
ISNSJustSendCmd | int | Sends a msg to the iSNS without waiting for a response | |
6  | 
RcvPDU | int | Called to receive a PDU from the iSNS | |
7  | 
SendPDU | int | Sends a PDU. This function will actually call send() or sento(). | |
8  | 
ISNSSendCmd | int | This will send a PDU and wait for a rsp. The rsp will be ignored. | |
9  | 
ISNSSendCmd2 | int | This will send a PDU and wait for a rsp. The rsp will be returned. | |
10  | 
HeartBeatListener | int | This will listen for a heartbeat and using the heartbeat message to | |
11  | 
L3_HeartBeatListener | int | ||
12  | 
TCPReceiveMain | int DWORD WINAPI | Thread used to receive ALL TCP messages | |
13  | 
TCPGetMsg | int | Used to retrieve messages from the TCP message Q. | |
14  | 
get_message | int | ||
15  | 
get_pdu_header | int | ||
16  | 
get_pdu_payload | int | 
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー