ファイル定義書 HotDocument 今井浩司

comm.c

ファイル名ファイル名

comm.c

ソースファイル情報ソースファイル情報

内容 行数 比率
コメント行数 105 13%
空行行数 148 18%
実行行数 560 69%
合計行数 813 100%

関数定義数関数定義数

内容 定義数
関数数 16

定義関数定義関数

No. 名称 属性 説明
1
FunctionFunction open_tcp void  
2
FunctionFunction close_tcp void  
3
FunctionFunction InitComm int Initializes communications
4
FunctionFunction AddMsg int Used to store PDU which comes on a TCP session
5
FunctionFunction ISNSJustSendCmd int Sends a msg to the iSNS without waiting for a response
6
FunctionFunction RcvPDU int Called to receive a PDU from the iSNS
7
FunctionFunction SendPDU int Sends a PDU. This function will actually call send() or sento().
8
FunctionFunction ISNSSendCmd int This will send a PDU and wait for a rsp. The rsp will be ignored.
9
FunctionFunction ISNSSendCmd2 int This will send a PDU and wait for a rsp. The rsp will be returned.
10
FunctionFunction HeartBeatListener int This will listen for a heartbeat and using the heartbeat message to
11
FunctionFunction L3_HeartBeatListener int  
12
FunctionFunction TCPReceiveMain int DWORD WINAPI Thread used to receive ALL TCP messages
13
FunctionFunction TCPGetMsg int Used to retrieve messages from the TCP message Q.
14
FunctionFunction get_message int  
15
FunctionFunction get_pdu_header int  
16
FunctionFunction get_pdu_payload int  

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー