libcyberradio  22.01.24
VitaIfSpec.h
1 /***************************************************************************
2  * \file VitaIfSpec.h
3  * \brief Defines the VITA interface specification for the NDR810.
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_NDR810_VITAIFSPEC_H
12 #define INCLUDED_LIBCYBERRADIO_DRIVER_NDR810_VITAIFSPEC_H
13 
14 #include "LibCyberRadio/Driver/VitaIfSpec.h"
15 
16 
20 namespace LibCyberRadio
21 {
25  namespace Driver
26  {
27 
31  namespace NDR810
32  {
33 
38  {
39  public:
40  VitaIfSpec();
41  virtual ~VitaIfSpec();
42  };
43 
44  } /* namespace NDR810 */
45 
46  } // namespace Driver
47 
48 } // namespace LibCyberRadio
49 
50 
51 #endif /* INCLUDED_LIBCYBERRADIO_DRIVER_NDR810_VITAIFSPEC_H */
52 
Class that defines the VITA interface specification for an NDR-class radio.
Definition: VitaIfSpec.h:33
VITA interface specification for the NDR810.
Definition: VitaIfSpec.h:37
Defines functionality for LibCyberRadio applications.
Definition: App.h:23