ALMA Computing Group

acsexmplClientWave.cpp File Reference

More...

#include <maciSimpleClient.h>
#include <acsexmplMountC.h>
#include "acsexmplCallbacks.h"
#include <acsThread.h>
#include <math.h>

Include dependency graph for acsexmplClientWave.cpp:

Include dependency graph

Go to the source code of this file.

Classes

class  WorkerThread
 This is the worker thread that calls the objfix command. More...

Functions

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

Variables

int LENGTH = 10
int INTERVAL = 1
int ITERATIONS = 0


Detailed Description

*

Parameters:
component name Use this required parameter to specify which component should be activated.

-ORBEndpoint iiop://yyy:xxxx Use this optional parameter to specify which host/port SimpleClient should run on.

-m corbaloc::yyy:xxxx/Manager Use this optional parameter to specify where manager is.

Definition in file acsexmplClientWave.cpp.


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 207 of file acsexmplClientWave.cpp.

References INTERVAL, ITERATIONS, and LENGTH.


Variable Documentation

int INTERVAL = 1
 

Definition at line 116 of file acsexmplClientWave.cpp.

Referenced by main().

int ITERATIONS = 0
 

Definition at line 117 of file acsexmplClientWave.cpp.

Referenced by main(), and WorkerThread::runLoop().

int LENGTH = 10
 

Definition at line 115 of file acsexmplClientWave.cpp.

Referenced by main().