#include <etsi_its_spatem_ts_coding/asn_system.h>#include <etsi_its_spatem_ts_coding/asn_bit_data.h>

Go to the source code of this file.
Classes | |
| struct | asn_per_constraint_s |
| struct | asn_per_constraints_s |
Macros | |
| #define | per_get_few_bits(data, bits) asn_get_few_bits(data, bits) |
| #define | per_get_many_bits(data, dst, align, bits) asn_get_many_bits(data, dst, align, bits) |
| #define | per_get_undo(data, bits) asn_get_undo(data, bits) |
| #define | per_put_aligned_flush(out) asn_put_aligned_flush(out) |
| #define | per_put_few_bits(out, bits, obits) asn_put_few_bits(out, bits, obits) |
| #define | per_put_many_bits(out, src, nbits) asn_put_many_bits(out, src, nbits) |
Typedefs | |
| typedef struct asn_per_constraint_s | asn_per_constraint_t |
| typedef struct asn_per_constraints_s | asn_per_constraints_t |
| typedef struct asn_bit_data_s | asn_per_data_t |
| typedef struct asn_bit_outp_s | asn_per_outp_t |
| #define per_get_few_bits | ( | data, | |
| bits | |||
| ) | asn_get_few_bits(data, bits) |
Definition at line 39 of file per_support.h.
| #define per_get_many_bits | ( | data, | |
| dst, | |||
| align, | |||
| bits | |||
| ) | asn_get_many_bits(data, dst, align, bits) |
Definition at line 41 of file per_support.h.
| #define per_get_undo | ( | data, | |
| bits | |||
| ) | asn_get_undo(data, bits) |
Definition at line 40 of file per_support.h.
| #define per_put_aligned_flush | ( | out | ) | asn_put_aligned_flush(out) |
Definition at line 48 of file per_support.h.
| #define per_put_few_bits | ( | out, | |
| bits, | |||
| obits | |||
| ) | asn_put_few_bits(out, bits, obits) |
Definition at line 46 of file per_support.h.
| #define per_put_many_bits | ( | out, | |
| src, | |||
| nbits | |||
| ) | asn_put_many_bits(out, src, nbits) |
Definition at line 47 of file per_support.h.
| typedef struct asn_per_constraint_s asn_per_constraint_t |
| typedef struct asn_per_constraints_s asn_per_constraints_t |
| typedef struct asn_bit_data_s asn_per_data_t |
Definition at line 38 of file per_support.h.
| typedef struct asn_bit_outp_s asn_per_outp_t |
Definition at line 45 of file per_support.h.