/usr/include/ptclib/rfc1155.h is in libpt-dev 2.10.11~dfsg-2.1.
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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 | //
// rfc1155.h
//
// Code automatically generated by asnparse.
//
#ifdef P_SNMP
#ifndef PTLIB_RFC1155_H
#define PTLIB_RFC1155_H
#ifdef P_USE_PRAGMA
#pragma interface
#endif
#include <ptclib/asner.h>
//
// ObjectName
//
class PRFC1155_ObjectName : public PASN_ObjectId
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(PRFC1155_ObjectName, PASN_ObjectId);
#endif
public:
PRFC1155_ObjectName(unsigned tag = UniversalObjectId, TagClass tagClass = UniversalTagClass);
PObject * Clone() const;
};
//
// ObjectSyntax
//
class PRFC1155_SimpleSyntax;
class PRFC1155_ApplicationSyntax;
class PRFC1155_ObjectSyntax : public PASN_Choice
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(PRFC1155_ObjectSyntax, PASN_Choice);
#endif
public:
PRFC1155_ObjectSyntax(unsigned tag = 0, TagClass tagClass = UniversalTagClass);
#if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9
operator PRFC1155_SimpleSyntax &() const;
#else
operator PRFC1155_SimpleSyntax &();
operator const PRFC1155_SimpleSyntax &() const;
#endif
#if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9
operator PRFC1155_ApplicationSyntax &() const;
#else
operator PRFC1155_ApplicationSyntax &();
operator const PRFC1155_ApplicationSyntax &() const;
#endif
PBoolean CreateObject();
PObject * Clone() const;
};
//
// SimpleSyntax
//
class PRFC1155_SimpleSyntax : public PASN_Choice
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(PRFC1155_SimpleSyntax, PASN_Choice);
#endif
public:
PRFC1155_SimpleSyntax(unsigned tag = 0, TagClass tagClass = UniversalTagClass);
enum Choices {
e_number = 2,
e_string = 4,
e_object = 6,
e_empty = 5
};
PBoolean CreateObject();
PObject * Clone() const;
};
//
// ApplicationSyntax
//
class PRFC1155_NetworkAddress;
class PRFC1155_Counter;
class PRFC1155_Gauge;
class PRFC1155_TimeTicks;
class PRFC1155_Opaque;
class PRFC1155_ApplicationSyntax : public PASN_Choice
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(PRFC1155_ApplicationSyntax, PASN_Choice);
#endif
public:
PRFC1155_ApplicationSyntax(unsigned tag = 0, TagClass tagClass = UniversalTagClass);
enum Choices {
e_counter = 1,
e_gauge,
e_ticks,
e_arbitrary
};
#if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9
operator PRFC1155_NetworkAddress &() const;
#else
operator PRFC1155_NetworkAddress &();
operator const PRFC1155_NetworkAddress &() const;
#endif
#if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9
operator PRFC1155_Counter &() const;
#else
operator PRFC1155_Counter &();
operator const PRFC1155_Counter &() const;
#endif
#if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9
operator PRFC1155_Gauge &() const;
#else
operator PRFC1155_Gauge &();
operator const PRFC1155_Gauge &() const;
#endif
#if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9
operator PRFC1155_TimeTicks &() const;
#else
operator PRFC1155_TimeTicks &();
operator const PRFC1155_TimeTicks &() const;
#endif
#if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9
operator PRFC1155_Opaque &() const;
#else
operator PRFC1155_Opaque &();
operator const PRFC1155_Opaque &() const;
#endif
PBoolean CreateObject();
PObject * Clone() const;
};
//
// NetworkAddress
//
class PRFC1155_IpAddress;
class PRFC1155_NetworkAddress : public PASN_Choice
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(PRFC1155_NetworkAddress, PASN_Choice);
#endif
public:
PRFC1155_NetworkAddress(unsigned tag = 0, TagClass tagClass = UniversalTagClass);
enum Choices {
e_internet
};
#if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9
operator PRFC1155_IpAddress &() const;
#else
operator PRFC1155_IpAddress &();
operator const PRFC1155_IpAddress &() const;
#endif
PBoolean CreateObject();
PObject * Clone() const;
};
//
// IpAddress
//
class PRFC1155_IpAddress : public PASN_OctetString
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(PRFC1155_IpAddress, PASN_OctetString);
#endif
public:
PRFC1155_IpAddress(unsigned tag = 0, TagClass tagClass = ApplicationTagClass);
PRFC1155_IpAddress(const char * v);
PRFC1155_IpAddress(const PString & v);
PRFC1155_IpAddress(const PBYTEArray & v);
PRFC1155_IpAddress & operator=(const char * v);
PRFC1155_IpAddress & operator=(const PString & v);
PRFC1155_IpAddress & operator=(const PBYTEArray & v);
PObject * Clone() const;
};
//
// Counter
//
class PRFC1155_Counter : public PASN_Integer
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(PRFC1155_Counter, PASN_Integer);
#endif
public:
PRFC1155_Counter(unsigned tag = 1, TagClass tagClass = ApplicationTagClass);
PRFC1155_Counter & operator=(int v);
PRFC1155_Counter & operator=(unsigned v);
PObject * Clone() const;
};
//
// Gauge
//
class PRFC1155_Gauge : public PASN_Integer
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(PRFC1155_Gauge, PASN_Integer);
#endif
public:
PRFC1155_Gauge(unsigned tag = 2, TagClass tagClass = ApplicationTagClass);
PRFC1155_Gauge & operator=(int v);
PRFC1155_Gauge & operator=(unsigned v);
PObject * Clone() const;
};
//
// TimeTicks
//
class PRFC1155_TimeTicks : public PASN_Integer
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(PRFC1155_TimeTicks, PASN_Integer);
#endif
public:
PRFC1155_TimeTicks(unsigned tag = 3, TagClass tagClass = ApplicationTagClass);
PRFC1155_TimeTicks & operator=(int v);
PRFC1155_TimeTicks & operator=(unsigned v);
PObject * Clone() const;
};
//
// Opaque
//
class PRFC1155_Opaque : public PASN_OctetString
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(PRFC1155_Opaque, PASN_OctetString);
#endif
public:
PRFC1155_Opaque(unsigned tag = 4, TagClass tagClass = ApplicationTagClass);
PRFC1155_Opaque(const char * v);
PRFC1155_Opaque(const PString & v);
PRFC1155_Opaque(const PBYTEArray & v);
PRFC1155_Opaque & operator=(const char * v);
PRFC1155_Opaque & operator=(const PString & v);
PRFC1155_Opaque & operator=(const PBYTEArray & v);
PObject * Clone() const;
};
#endif // PTLIB_RFC1155_H
#endif // if ! H323_DISABLE_PRFC1155
// End Of File ///////////////////////////////////////////////////////////////
|