CARMA C++
|
RxSelect interface for retrieval of RxControl DOs. More...
import "carma/antenna/common/RxSelector.idl";
Public Member Functions | |
RxControl | Rx (in RxControl::Type rxtype) raises (carma::util::UserException) |
Return a pointer to the Rx subsystem. More... | |
RxSelect interface for retrieval of RxControl DOs.
Serves as a single DO, published on the nameserver, from which various receiver types can be retrieved.
Definition at line 31 of file RxSelector.idl.
RxControl carma::antenna::common::RxSelector::Rx | ( | in RxControl::Type | rxtype | ) | |
raises | ( | carma::util::UserException | |||
) |
Return a pointer to the Rx subsystem.
The return value will be used by client applications as an object reference by which the Rx subsystem methods can be invoked.
RxControl::Type | rxtype Reciever type, one of RX1CM, RX1MM, RX3MM, RXANY |