| ITS
    | 
#include <asn_SET_OF.h>Go to the source code of this file.
| Macros | |
| #define | A_SEQUENCE_OF(type) A_SET_OF(type) | 
| #define | ASN_SEQUENCE_ADD(headptr, ptr) asn_sequence_add((headptr), (ptr)) | 
| #define | asn_sequence_add asn_set_add | 
| #define | asn_sequence_empty asn_set_empty | 
| #define | _A_SEQUENCE_FROM_VOID(ptr) ((asn_anonymous_sequence_ *)(ptr)) | 
| #define | _A_CSEQUENCE_FROM_VOID(ptr) ((const asn_anonymous_sequence_ *)(ptr)) | 
| Functions | |
| void | asn_sequence_del (void *asn_sequence_of_x, int number, int _do_free) | 
| typedef | A_SEQUENCE_OF (void) asn_anonymous_sequence_ | 
| #define _A_CSEQUENCE_FROM_VOID | ( | ptr | ) | ((const asn_anonymous_sequence_ *)(ptr)) | 
Definition at line 46 of file asn_SEQUENCE_OF.h.
| #define _A_SEQUENCE_FROM_VOID | ( | ptr | ) | ((asn_anonymous_sequence_ *)(ptr)) | 
Definition at line 45 of file asn_SEQUENCE_OF.h.
Referenced by SEQUENCE_OF_encode_der(), SEQUENCE_OF_encode_uper(), and SEQUENCE_OF_encode_xer().
| #define A_SEQUENCE_OF | ( | type | ) | A_SET_OF(type) | 
Definition at line 19 of file asn_SEQUENCE_OF.h.
| #define ASN_SEQUENCE_ADD | ( | headptr, | |
| ptr | |||
| ) | asn_sequence_add((headptr), (ptr)) | 
Definition at line 21 of file asn_SEQUENCE_OF.h.
Referenced by denTriggeringManagement::AppDENM_trigger(), denTriggeringManagement::AppDENM_update(), decode_Certificate(), decode_GeographicRegion(), decode_PolygonalRegion(), decode_SecuredHeader(), decode_SecureTrailer(), decode_SignerInfo(), decode_SubjectAttribute(), fill_LocationContainer(), ParameterApplication::read(), ParameterConfiguration::read(), denReceptionManagement::sendRequestResponseIndication_Response(), setEventHistory(), setItinerarryPath(), setPathHistory(), setPositionOfPillars(), setProtectedCommunicationZoneRSU(), setReferenceDenms(), and setRestrictedTypes().
| #define asn_sequence_add asn_set_add | 
Definition at line 28 of file asn_SEQUENCE_OF.h.
Referenced by cpy_EventHistory(), cpy_ItineraryPath(), cpy_PathHistory(), cpy_PositionOfPillars(), cpy_ProtectedCommunicationZoneRSU(), cpy_ReferenceDenms(), cpy_RestrictedTypes(), cpy_Traces(), caBasicService::getPathHistory(), make_EventHistory(), make_ItineraryPath(), make_PositionOfPillars(), make_ProtectedCommunicationZonesRSU(), make_ReferenceDenms(), make_RestrictedTypes(), make_Traces(), SecurityManager::securedTrailer(), and SecurityProfile_CAM::secureHeader().
| #define asn_sequence_empty asn_set_empty | 
Definition at line 29 of file asn_SEQUENCE_OF.h.
| typedef A_SEQUENCE_OF | ( | void | ) | 
Definition at line 8 of file asn_SEQUENCE_OF.c.
| void asn_sequence_del | ( | void * | asn_sequence_of_x, | 
| int | number, | ||
| int | _do_free | ||
| ) | 
Referenced by constr_EventHistory(), constr_ItineraryPath(), constr_PathHistory(), constr_PositionOfPillars(), constr_ProtectedCommunicationZoneRSU(), constr_ReferenceDenms(), constr_RestrictedTypes(), and constr_Traces().