1 #ifndef SZA_ANTENNA_CANBUS_SELECTRXCOMMAND_H
2 #define SZA_ANTENNA_CANBUS_SELECTRXCOMMAND_H
11 #include "carma/szautil/Directives.h"
12 #include "carma/szautil/Rx.h"
32 class VaractorTunedGunn;
34 class SelectRxCommand :
public CanCommand {
49 sza::util::Rx::Id rxId,
unsigned seq,
bool moveTertiary=
true);
59 void compile(sza::util::Rx::Id rxId,
unsigned seq,
bool moveTertiary=
true);
61 sza::util::Rx::Id rxId,
unsigned seq,
bool moveTertiary=
true);
63 sza::util::Rx::Id rxId,
unsigned seq,
bool moveTertiary=
true);
68 virtual ~SelectRxCommand();
79 VaractorTunedGunn* varactor_;
89 #endif // End #ifndef SZA_ANTENNA_CANBUS_SELECTRXCOMMAND_H
AntennaRx class will handle all receiver functions.
Tagged: Sat Oct 23 13:35:14 PDT 2004.
virtual void run(void)
Force inheritors to define a run method.