CARMA C++
RxCommand.h File Reference

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

#include <vector>

Go to the source code of this file.

Namespaces

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

Macros

#define ATTRIB(T, N)
 
#define RCGET(P, N)   P -> get_ ## N ()
 
#define RCSET(P, N, V)   P -> set_ ## N ( V )
 
#define RXIPQ   "rx.ipq"
 

Detailed Description

Class definition for RxCommand on the BIMA antennas.

Author
Colby Gutierrez-Kraybill
Revision:
1.9
Date:
2011/10/28 16:08:43
Id:
RxCommand.h,v 1.9 2011/10/28 16:08:43 scott Exp

Definition in file RxCommand.h.

Macro Definition Documentation

#define ATTRIB (   T,
 
)
Value:
private: T _ ## N ; \
public: void set_ ## N (T v) { _ ## N = v; } \
public: T get_ ## N () { return _ ## N ; }

Definition at line 19 of file RxCommand.h.