|
JAPAn
Just Another Parity Analyzer
|
#include "GreenSock.h"
Include dependency graph for GMSock.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | cfSockCommand (int crate_number, int command_type, int command, int req_param, int req_param_2, char *reply, char *msg) |
| int | GreenSockCommand (int crate_number, struct greenRequest *gRequest) |
| int | cfSockCliOpen (int crate_number, int keepopen) |
| int | cfSockCliSend (int crate_number, struct request *myRequest, struct request *serverReply) |
| int | cfSockCliClose () |
| int cfSockCliClose | ( | ) |
Definition at line 234 of file cfSockCli.c.
References gSocketFd, gSocketKeepOpen, and SOCK_OK.
Referenced by cfSockCli().
Here is the caller graph for this function:| int cfSockCliOpen | ( | int | crate_number, |
| int | keepopen ) |
Definition at line 84 of file cfSockCli.c.
References Crate_CountingHouse, Crate_Injector, Crate_LeftSpect, Crate_Qwvmets, Crate_RightSpect, gSocketFd, gSocketKeepOpen, SERVER_PORT_NUM, ServerName_CountingHouse, ServerName_Injector, ServerName_LeftSpect, ServerName_QwTSCrate, ServerName_RightSpect, SOCK_ERROR, and SOCK_OK.
Referenced by cfSockCli().
Here is the caller graph for this function:Definition at line 158 of file cfSockCli.c.
References gSocketFd, gSocketKeepOpen, request::reply, SOCK_ERROR, and SOCK_OK.
Referenced by cfSockCli().
Here is the caller graph for this function:| int cfSockCommand | ( | int | crate_number, |
| int | command_type, | ||
| int | command, | ||
| int | req_param, | ||
| int | req_param_2, | ||
| char * | reply, | ||
| char * | msg ) |
| int GreenSockCommand | ( | int | crate_number, |
| struct greenRequest * | gRequest ) |
Definition at line 334 of file cfSockCli.c.
References cfSockCli(), greenRequest::command, request::command, greenRequest::command_type, request::command_type, FALSE, MAGIC_COOKIE, request::magic_cookie, greenRequest::message, request::message, request::msgLen, greenRequest::par1, request::par1, greenRequest::par2, request::par2, greenRequest::reply, request::reply, REQUEST_MSG_SIZE, and SOCK_OK.
Referenced by GreenMonster::SCNCheckStatus(), GreenMonster::SCNCheckValues(), GreenMonster::SCNSetStatus(), and GreenMonster::SCNSetValue().
Here is the call graph for this function:
Here is the caller graph for this function: