FACT++  1.0
int main ( void  )

Definition at line 94 of file pvss_dim_client.cxx.

References dim_print_date_time(), and DimRpc::setData().

95 {
96  int value = 0;
97  SimpleService simple("PVSS_SIMPLE_SERVICE");
98  ComplexService complex("PVSS_COMPLEX_SERVICE");
99  RpcService rpc("TESTRPC/INT", 25);
100  DimDoubleArray dda("TEST_SRVC");
101 
102  while(1)
103  {
105  value++;
106  cout << "RPC Service sent: " << value << "\n" << endl;
107  rpc.setData(value);
108  value++;
109  sleep(30);
110  }
111  return 0;
112 }
void dim_print_date_time()
Definition: utilities.c:134

+ Here is the call graph for this function: