11 #ifndef INCLUDED_LIBCYBERRADIO_DRIVER_NDR651_TRANSMITTERCOMPONENT_H 12 #define INCLUDED_LIBCYBERRADIO_DRIVER_NDR651_TRANSMITTERCOMPONENT_H 14 #include "LibCyberRadio/Driver/TransmitterComponent.h" 64 double frequency = 900e6,
65 double attenuation = 0.0);
91 #endif // INCLUDED_LIBCYBERRADIO_DRIVER_NDR651_TRANSMITTERCOMPONENT_H Base transmitter component class.
TransmitterComponent(int index=1, ::LibCyberRadio::Driver::RadioHandler *parent=NULL, bool debug=false, double frequency=900e6, double attenuation=0.0)
Constructs a TransmitterComponent object.
Generic radio handler class.
virtual int debug(const char *format,...)
Outputs debug information.
Transmitter component class for the NDR651.
Defines functionality for LibCyberRadio applications.
virtual ~TransmitterComponent()
Destroys a TransmitterComponent object.
virtual TransmitterComponent & operator=(const TransmitterComponent &other)
Assignment operator for TransmitterComponent objects.