ITS
asn_per_constraint_s Struct Reference

#include <per_support.h>

Public Types

enum  asn_per_constraint_flags { APC_UNCONSTRAINED = 0x0, APC_SEMI_CONSTRAINED = 0x1, APC_CONSTRAINED = 0x2, APC_EXTENSIBLE = 0x4 }
 

Public Attributes

enum asn_per_constraint_s::asn_per_constraint_flags flags
 
int range_bits
 
int effective_bits
 
long lower_bound
 
long upper_bound
 

Detailed Description

Definition at line 18 of file per_support.h.

Member Enumeration Documentation

◆ asn_per_constraint_flags

Enumerator
APC_UNCONSTRAINED 
APC_SEMI_CONSTRAINED 
APC_CONSTRAINED 
APC_EXTENSIBLE 

Definition at line 19 of file per_support.h.

Member Data Documentation

◆ effective_bits

int asn_per_constraint_s::effective_bits

Definition at line 26 of file per_support.h.

Referenced by SEQUENCE_OF_encode_uper().

◆ flags

◆ lower_bound

long asn_per_constraint_s::lower_bound

Definition at line 27 of file per_support.h.

Referenced by INTEGER_encode_uper(), and SEQUENCE_OF_encode_uper().

◆ range_bits

int asn_per_constraint_s::range_bits

Definition at line 25 of file per_support.h.

Referenced by INTEGER_encode_uper(), and NativeEnumerated_encode_uper().

◆ upper_bound

long asn_per_constraint_s::upper_bound

Definition at line 28 of file per_support.h.

Referenced by INTEGER_encode_uper(), and SEQUENCE_OF_encode_uper().


The documentation for this struct was generated from the following file: