ALMA Computing Group

acscourseMount5Impl.cpp File Reference

#include <acscourseMount5Impl.h>
#include <iostream>
#include <maciACSComponentDefines.h>

Include dependency graph for acscourseMount5Impl.cpp:

Go to the source code of this file.

Functions

void myHandlerFunction (ACSCOURSE_MOUNT::MountEventData joe, void *handlerParam)
 Function designed to do something useful with MountEventData's received from the ACSCOURSE_MOUNT::MOUNT_CHANNEL channel.


Function Documentation

void myHandlerFunction ( ACSCOURSE_MOUNT::MountEventData  joe,
void *  handlerParam 
)

Function designed to do something useful with MountEventData's received from the ACSCOURSE_MOUNT::MOUNT_CHANNEL channel.

This will be passed to the macro responsible for initializing SimpleConsumer objects used in the constructor of Mount5Impl.

Parameters:
joe A MountEventData describing some command sent to a mount device
Returns:
void

Definition at line 45 of file acscourseMount5Impl.cpp.

Referenced by Mount5Impl::Mount5Impl().