CARMA C++
TelemetryClient.h File Reference

Class definition for TelemetryClient on the BIMA antennas. More...

#include <iosfwd>
#include <string>
#include <map>
#include <vector>
#include <sys/poll.h>
#include <xercesc/parsers/SAXParser.hpp>
#include <xercesc/validators/DTD/DTDValidator.hpp>
#include "carma/antenna/bima/TelemetryConfigHandler.h"
#include "carma/antenna/bima/TelemetryCommand.h"
#include "carma/antenna/bima/Telemetry.h"
#include "carma/antenna/bima/SharedMemory.h"
#include "carma/util/ScopedPthreadMutexLock.h"
#include "carma/util/IPQwriter.h"
#include "carma/util/ErrorException.h"
#include "carma/util/Logger.h"
#include "carma/util/Trace.h"

Go to the source code of this file.

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 

Macros

#define BIMASTATUSINFO(T, S)
 
#define MVOLTS   4.516129/32768.*5.
 
#define THERMI   4.516129/32768.
 
#define TVOLTS   4.516129/32768./2.5
 
#define UAMPS   4.516129/32768.*124.38
 
#define VOLTS1   4.516129/32768.*.250
 
#define VOLTS10   4.516129/32768.*2.697
 
#define VOLTS10P   4.516129/32768.*2.758
 
#define VOLTS15   4.516129/32768.*3.608
 
#define VOLTS1P2   4.516129/32768.*.280
 
#define VOLTS4   4.516129/32768.
 
#define VOLTS5   4.516129/32768.*1.347
 
#define VOLTSP4   4.516129/32768.*.100
 

Detailed Description

Class definition for TelemetryClient on the BIMA antennas.

Author
Colby Gutierrez-Kraybill
Revision:
1.26
Date:
2008/02/27 02:27:18
Id:
TelemetryClient.h,v 1.26 2008/02/27 02:27:18 colby Exp

Definition in file TelemetryClient.h.

Macro Definition Documentation

#define BIMASTATUSINFO (   T,
 
)
Value:
{ \
std::ostringstream bsioss; \
bsioss << S ; \
T.setStatusInfo( bsioss.str() ); \
}

Definition at line 56 of file TelemetryClient.h.