CARMA C++
carma::antenna::common::RxSelector Interface Reference

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...
 

Detailed Description

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.

Member Function Documentation

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.

Parameters
RxControl::Typerxtype Reciever type, one of RX1CM, RX1MM, RX3MM, RXANY
See Also
RxControl

The documentation for this interface was generated from the following file: