libcyberradio 22.01.24
VitaIfSpec.h
1/***************************************************************************
2 * \file VitaIfSpec.h
3 * \brief Defines the VITA interface specification for the NDR308.
4 * \author DA
5 * \author NH
6 * \author MN
7 * \copyright (c) 2018 CyberRadio Solutions, Inc. All rights reserved.
8 *
9 ***************************************************************************/
10
11#ifndef INCLUDED_LIBCYBERRADIO_DRIVER_NDR324_VITAIFSPEC_H
12#define INCLUDED_LIBCYBERRADIO_DRIVER_NDR324_VITAIFSPEC_H
13
14#include "LibCyberRadio/Driver/VitaIfSpec.h"
15
16
20namespace LibCyberRadio
21{
25 namespace Driver
26 {
27
31 namespace NDR324
32 {
33
37 class VitaIfSpec : public ::LibCyberRadio::Driver::VitaIfSpec
38 {
39 public:
40 VitaIfSpec();
41 virtual ~VitaIfSpec();
42 };
43
44 } /* namespace NDR308 */
45
46 } // namespace Driver
47
48} // namespace LibCyberRadio
49
50
51#endif /* INCLUDED_LIBCYBERRADIO_DRIVER_NDR308_VITAIFSPEC_H */
52
Class that defines the VITA interface specification for an NDR-class radio.
Definition VitaIfSpec.h:34
Provides programming elements for driving NDR551 radios.
Provides programming elements for driving CRS NDR-class radios.
Defines functionality for LibCyberRadio applications.
Definition App.h:24