/usr/include/openh323/h460/h46017a.h is in libh323plus-dev 1.24.0~dfsg2-1.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | //
// h46017a.h
//
// Code automatically generated by asnparse.
//
#if ! H323_DISABLE_H46017A
#ifndef __H46017A_H
#define __H46017A_H
#ifdef P_USE_PRAGMA
#pragma interface
#endif
#include <ptclib/asner.h>
//
// FrameData
//
class H46017A_FrameData : public PASN_Choice
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(H46017A_FrameData, PASN_Choice);
#endif
public:
H46017A_FrameData(unsigned tag = 0, TagClass tagClass = UniversalTagClass);
enum Choices {
e_rtp,
e_rtcp
};
PBoolean CreateObject();
PObject * Clone() const;
};
//
// ArrayOf_FrameData
//
class H46017A_FrameData;
class H46017A_ArrayOf_FrameData : public PASN_Array
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(H46017A_ArrayOf_FrameData, PASN_Array);
#endif
public:
H46017A_ArrayOf_FrameData(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass);
PASN_Object * CreateObject() const;
H46017A_FrameData & operator[](PINDEX i) const;
PObject * Clone() const;
};
//
// UDPFrame
//
class H46017A_UDPFrame : public PASN_Sequence
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(H46017A_UDPFrame, PASN_Sequence);
#endif
public:
H46017A_UDPFrame(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass);
PASN_Integer m_sessionId;
PASN_Boolean m_dataFrame;
H46017A_ArrayOf_FrameData m_frame;
PINDEX GetDataLength() const;
PBoolean Decode(PASN_Stream & strm);
void Encode(PASN_Stream & strm) const;
#ifndef PASN_NOPRINTON
void PrintOn(ostream & strm) const;
#endif
Comparison Compare(const PObject & obj) const;
PObject * Clone() const;
};
#endif // __H46017A_H
#endif // if ! H323_DISABLE_H46017A
// End of h46017a.h
|