ALMA Computing Group
Functions

acsexmplClientFridgeNC.cpp File Reference



More...

#include <maciSimpleClient.h>
#include <acsncSimpleConsumer.h>
#include "acsexmplFridgeC.h"
Include dependency graph for acsexmplClientFridgeNC.cpp:

Go to the source code of this file.

Functions

void myHandlerFunction (FRIDGE::temperatureDataBlockEvent joe, void *handlerParam)
 Function designed to do something useful with temperatureDataBlockEvents received from the "fridge" channel.

Detailed Description



Parameters:
-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 acsexmplClientFridgeNC.cpp.


Function Documentation

void myHandlerFunction ( FRIDGE::temperatureDataBlockEvent  joe,
void *  handlerParam 
)

Function designed to do something useful with temperatureDataBlockEvents received from the "fridge" channel.

Prints only the first five events so the modular test will be deterministic.

Parameters:
joe A temperatureDataBlockEvent describing the current status of a fridge device
Returns:
void

Definition at line 104 of file acsexmplClientFridgeNC.cpp.