Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rcdaq_client.cc File Reference
#include <iostream>
#include <iomanip>
#include <getopt.h>
#include <sstream>
#include "parseargument.h"
#include "rcdaq_rpc.h"
#include "rcdaq_actions.h"
+ Include dependency graph for rcdaq_client.cc:

Go to the source code of this file.

Functions

void rcdaq_client_Init (const char *host, const int servernumber)
 
void showHelp ()
 
int handle_device (int argc, char **argv, const int optind)
 
int command_execute (int argc, char **argv)
 
int main (int argc, char *argv[])
 

Variables

CLIENT * clnt
 
int verbose_flag = 0
 

Function Documentation

int command_execute ( int  argc,
char **  argv 
)
int handle_device ( int  argc,
char **  argv,
const int  optind 
)

Definition at line 102 of file rcdaq_client.cc.

View newest version in sPHENIX GitHub at line 102 of file rcdaq_client.cc

References clnt, material_mapping_optimisation::flush, i, and physmon_track_finding_ttbar::r.

Referenced by command_execute().

+ Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 913 of file rcdaq_client.cc.

View newest version in sPHENIX GitHub at line 913 of file rcdaq_client.cc

References clnt, command_execute(), and utils::status.

+ Here is the call graph for this function:

void rcdaq_client_Init ( const char *  host,
const int  servernumber 
)

Definition at line 20 of file rcdaq_client.cc.

View newest version in sPHENIX GitHub at line 20 of file rcdaq_client.cc

References clnt.

Referenced by command_execute().

+ Here is the caller graph for this function:

void showHelp ( )

Definition at line 40 of file rcdaq_client.cc.

View newest version in sPHENIX GitHub at line 40 of file rcdaq_client.cc

Referenced by command_execute().

+ Here is the caller graph for this function:

Variable Documentation

CLIENT* clnt

Definition at line 14 of file rcdaq_client.cc.

View newest version in sPHENIX GitHub at line 14 of file rcdaq_client.cc

Referenced by command_execute(), handle_device(), main(), and rcdaq_client_Init().

int verbose_flag = 0

Definition at line 17 of file rcdaq_client.cc.

View newest version in sPHENIX GitHub at line 17 of file rcdaq_client.cc

Referenced by command_execute().