libcyberradio 22.01.24
WbddcGroupComponent.h
1/***************************************************************************
2 * \file WbddcGroupComponent.h
3 * \brief Defines the WBDDC group interface for the NDR308-TS.
4 * \author DA
5 * \author NH
6 * \author MN
7 * \copyright (c) 2017 CyberRadio Solutions, Inc. All rights reserved.
8 *
9 ***************************************************************************/
10
11#ifndef INCLUDED_LIBCYBERRADIO_DRIVER_NDR308TS_WBDDCGROUPCOMPONENT_H
12#define INCLUDED_LIBCYBERRADIO_DRIVER_NDR308TS_WBDDCGROUPCOMPONENT_H
13
14#include "LibCyberRadio/Driver/WbddcGroupComponent.h"
15#include "LibCyberRadio/Common/BasicDict.h"
16#include <string>
17
18
22namespace LibCyberRadio
23{
27 namespace Driver
28 {
29 // Forward declaration for RadioHandler
30 class RadioHandler;
31
35 namespace NDR308TS
36 {
37
46 {
47 public:
55 WbddcGroupComponent(int index = 1,
57 bool debug = false);
61 virtual ~WbddcGroupComponent();
73
74 }; // class WbddcGroupComponent
75
76 } /* namespace NDR308TS */
77
78 } // namespace Driver
79
80} // namespace LibCyberRadio
81
82
83#endif // INCLUDED_LIBCYBERRADIO_DRIVER_NDR308TS_WBDDCGROUPCOMPONENT_H
virtual int debug(const char *format,...)
Outputs debug information.
virtual ~WbddcGroupComponent()
Destroys a WbddcGroupComponent object.
WbddcGroupComponent(int index=1, ::LibCyberRadio::Driver::RadioHandler *parent=NULL, bool debug=false)
Constructs a WbddcGroupComponent object.
virtual WbddcGroupComponent & operator=(const WbddcGroupComponent &other)
Assignment operator for WbddcGroupComponent objects.
Generic radio handler class.
Base WBDDC group component class.
Provides programming elements for driving NDR308-TS radios.
Definition DataPort.h:34
Provides programming elements for driving CRS NDR-class radios.
Defines functionality for LibCyberRadio applications.
Definition App.h:24