ALMA Computing Group
Classes | Typedefs | Functions | Variables

acsexmplAsyncCalls.cpp File Reference

#include <maciSimpleClient.h>
#include <baciThread.h>
#include "acsexmplMountC.h"
#include "acsexmplAsyncCallbacks.h"
#include "acsexmplAsyncMethodCB.h"
#include <iostream>
#include <string>
Include dependency graph for acsexmplAsyncCalls.cpp:

Go to the source code of this file.

Classes

struct  threadParamStruct

Typedefs

typedef struct threadParamStruct ThreadParamStruct

Functions

static void worker (void *threadParam_p)
 The thread to read the actual azimuth and elevation The reads are synchronous.

Variables

static char * rcsId = "@(#) $Id: acsexmplAsyncCalls.cpp,v 1.8 2008/07/10 10:00:37 bjeram Exp $"
static void * use_rcsId = ((void)&use_rcsId,(void *) &rcsId)

Typedef Documentation


Function Documentation

static void worker ( void *  threadParam_p  )  [static]

The thread to read the actual azimuth and elevation The reads are synchronous.

Definition at line 91 of file acsexmplAsyncCalls.cpp.

References MOUNT_ACS::Mount::actAz, MOUNT_ACS::Mount::actEl, threadParamStruct::az, threadParamStruct::el, threadParamStruct::mount, and MOUNT_ACS::Mount::objfix().


Variable Documentation

char* rcsId = "@(#) $Id: acsexmplAsyncCalls.cpp,v 1.8 2008/07/10 10:00:37 bjeram Exp $" [static]

Definition at line 73 of file acsexmplAsyncCalls.cpp.

void* use_rcsId = ((void)&use_rcsId,(void *) &rcsId) [static]

Definition at line 74 of file acsexmplAsyncCalls.cpp.