ALMA Computing Group

acsexmplFridgeImpl.cpp File Reference

#include <acsexmplFridgeImpl.h>
#include <math.h>
#include <maciACSComponentDefines.h>

Include dependency graph for acsexmplFridgeImpl.cpp:

Include dependency graph

Go to the source code of this file.

Variables

const int ON_ACTION = 0
 One of these function IDs will be passed to invokeAction().
const int OFF_ACTION = 1
const int OPEN_ACTION = 2
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
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
 

Definition at line 64 of file acsexmplFridgeImpl.cpp.

Referenced by FridgeThread::runLoop(), and FridgeControl::updateTemperature().

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.

Referenced by FridgeThread::runLoop().

const int MAX_LOGS = 5 [static]
 

Definition at line 71 of file acsexmplFridgeImpl.cpp.

Referenced by FridgeThread::runLoop().

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.