//## begin module%1.2%.codegen_version preserve=yes
//   Read the documentation to learn more about C++ code generator
//   versioning.
//## end module%1.2%.codegen_version

//## begin module%389EF45D033E.cm preserve=no
//	  %X% %Q% %Z% %W%
//## end module%389EF45D033E.cm

//## begin module%389EF45D033E.cp preserve=no
//	---------------------------------------------------------
//	|INTELLECTUAL PROPERTY (IP) BASIS:3  ********  ******   |
//	|     1. ARINC IP Exclusively           **     *     *  |
//	|     2. Based Directly on ARINC IP     **     *     *  |
//	|     3. Customer IP Exclusively        **     * ****   |
//	|                                       **     *        |
//	|        Customer: ARINC             ********  *        |
//	|                                                       |
//	|ARINC-exclusive IP, and work products directly based   |
//	|on ARINC IP, are subject to terms and conditions       |
//	|defined in the appropriate nondisclosure and           |
//	|contractual documents.                                 |
//	|                                                       |
//	|The use of Customer IP work products, developed        |
//	|exclusively under customer funding, is limited to      |
//	|direct use (a) for the contractual effort which funded |
//	|those work products, (b) for use on follow-on efforts, |
//	|and (c) for use on new efforts, subject to the terms   |
//	|established within the appropriate contract.           |
//	---------------------------------------------------------
//
//	 ********************************************************
//
//	 Copyright (c) <year(s)> ARINC
//	 All rights reserved
//
//	 ********************************************************
//
//	 NOTICE: The source code in this listing is a
//	         proprietary trade secret of ARINC. Unauthorized
//	         copying, adaptation, distribution, use, or
//	         display is prohibited.
//
//	 ********************************************************
//	 ********************************************************
//	 Version         :
//	 File            :
//	 Author(s)       :
//	 Creation Date   :
//	 Description     :
//	 ********************************************************
//	 ********************************************************
//	                Revision History
//	 ********************************************************
//	 IR#(s)     Description of Change         Date     Author
//
//	 ********************************************************
//	                End Revision History
//	 ********************************************************
//## end module%389EF45D033E.cp

//## Module: RadioConnectIndicationStruct%389EF45D033E; Pseudo Package specification
//## Source file: C:\VDLConstruction\Atn2_Phase3\SRC\ProtocolsLv\PmcLv\PmcPrimitivesLv\RadioConnectIndicationStruct.h

#ifndef RadioConnectIndicationStruct_h
#define RadioConnectIndicationStruct_h 1

//## begin module%389EF45D033E.additionalIncludes preserve=no
#include "Include/defs.h"
//## end module%389EF45D033E.additionalIncludes

//## begin module%389EF45D033E.includes preserve=yes
//## end module%389EF45D033E.includes

//## begin module%389EF45D033E.additionalDeclarations preserve=yes
//## end module%389EF45D033E.additionalDeclarations


//## Class: RadioConnectIndicationStruct%389EF45D033E
//## Category: ProtocolsLv::PmcLv::PmcPrimitivesLv%384BFD6E015E
//## Persistence: Transient
//## Cardinality/Multiplicity: n

struct RadioConnectIndicationStruct 
{
  public:
  protected:
  private:
  private: //## implementation
    // Data Members for Class Attributes

      //## Attribute: primitiveType%389EF49E02BC
      //	This member holds the value of the PMC primitive type.
      //## begin RadioConnectIndicationStruct::primitiveType%389EF49E02BC.attr preserve=no  public: unsigned int {U} 
      unsigned int primitiveType;
      //## end RadioConnectIndicationStruct::primitiveType%389EF49E02BC.attr

      //## Attribute: portNumber%389EF4B40154
      //	This member holds the port number on the PMC card which
      //	the VDR is connected to.
      //## begin RadioConnectIndicationStruct::portNumber%389EF4B40154.attr preserve=no  public: int {U} 
      int portNumber;
      //## end RadioConnectIndicationStruct::portNumber%389EF4B40154.attr

};

// Class RadioConnectIndicationStruct 

// Class RadioConnectIndicationStruct 



//## begin module%389EF45D033E.epilog preserve=yes
//## end module%389EF45D033E.epilog


#endif
