ALMA Computing Group
Classes | Variables

acsexmplFridgeImpl.cpp File Reference

#include <acsexmplFridgeImpl.h>
#include <math.h>
#include <maciACSComponentDefines.h>
Include dependency graph for acsexmplFridgeImpl.cpp:

Go to the source code of this file.

Classes

class  FridgeEventsCallback

Variables

static const int ON_ACTION = 0
 One of these function IDs will be passed to invokeAction().
static const int OFF_ACTION = 1
static const int OPEN_ACTION = 2
static const int CLOSE_ACTION = 3
int LOCALCOUNT = 0
 This global variable is only used to limiting LM_INFO logging to standard out.
ACE_Log_Priority LOCAL_LOGGING_LEVEL = LM_INFO
static const int MAX_LOGS = 5

Variable Documentation

const int CLOSE_ACTION = 3 [static]

Definition at line 52 of file acsexmplFridgeImpl.cpp.

ACE_Log_Priority LOCAL_LOGGING_LEVEL = LM_INFO
int LOCALCOUNT = 0

This global variable is only used to limiting LM_INFO logging to standard out.

This is done to make the modular tests involving the fridge component more deterministic.

Definition at line 59 of file acsexmplFridgeImpl.cpp.

const int MAX_LOGS = 5 [static]

Definition at line 71 of file acsexmplFridgeImpl.cpp.

const int OFF_ACTION = 1 [static]

Definition at line 50 of file acsexmplFridgeImpl.cpp.

const int ON_ACTION = 0 [static]

One of these function IDs will be passed to invokeAction().

Definition at line 49 of file acsexmplFridgeImpl.cpp.

const int OPEN_ACTION = 2 [static]

Definition at line 51 of file acsexmplFridgeImpl.cpp.