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);
virtual int debug(const char *format,...)
Outputs debug information.
virtual TransmitterComponent & operator=(const TransmitterComponent &other)
Assignment operator for TransmitterComponent objects.
virtual ~TransmitterComponent()
Destroys a TransmitterComponent object.
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.
Base transmitter component class.
Provides programming elements for driving NDR651 radios.
Provides programming elements for driving CRS NDR-class radios.
Defines functionality for LibCyberRadio applications.