|
YAZ 5.35.1
|
ASN.1 Module ResourceReport-Format-Resource-1. More...
Go to the source code of this file.
Data Structures | |
| struct | Z_ResourceReport1 |
| struct | Z_Estimate1 |
Macros | |
| #define | Z_EstimateType_currentSearchRecords 1 |
| #define | Z_EstimateType_finalSearchRecords 2 |
| #define | Z_EstimateType_currentPresentRecords 3 |
| #define | Z_EstimateType_finalPresentRecords 4 |
| #define | Z_EstimateType_currentOpTimeProcessing 5 |
| #define | Z_EstimateType_finalOpTimeProcessing 6 |
| #define | Z_EstimateType_currentAssocTime 7 |
| #define | Z_EstimateType_currentOperationCost 8 |
| #define | Z_EstimateType_finalOperationCost 9 |
| #define | Z_EstimateType_currentAssocCost 10 |
| #define | Z_EstimateType_finalOpTimeElapsed 11 |
| #define | Z_EstimateType_percentComplete 12 |
| #define | Z_EstimateType_currentSearchAssocCost 13 |
| #define | Z_EstimateType_currentPresentAssocCost 14 |
| #define | Z_EstimateType_currentConnectAssocCost 15 |
| #define | Z_EstimateType_currentOtherAssocCost 16 |
Typedefs | |
| typedef struct Z_ResourceReport1 | Z_ResourceReport1 |
| typedef struct Z_Estimate1 | Z_Estimate1 |
| typedef Odr_int | Z_EstimateType |
Functions | |
| int | z_ResourceReport1 (ODR o, Z_ResourceReport1 **p, int opt, const char *name) |
| int | z_Estimate1 (ODR o, Z_Estimate1 **p, int opt, const char *name) |
| int | z_EstimateType (ODR o, Z_EstimateType **p, int opt, const char *name) |
ASN.1 Module ResourceReport-Format-Resource-1.
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file z-rrf1.h.
| typedef struct Z_Estimate1 Z_Estimate1 |
| typedef Odr_int Z_EstimateType |
| typedef struct Z_ResourceReport1 Z_ResourceReport1 |
| int z_Estimate1 | ( | ODR | o, |
| Z_Estimate1 ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 25 of file z-rrf1.c.
References name, ODR_CONTEXT, odr_implicit_tag, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), opt, and z_EstimateType().
Referenced by z_ResourceReport1().
| int z_EstimateType | ( | ODR | o, |
| Z_EstimateType ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 39 of file z-rrf1.c.
References name, odr_integer(), and opt.
Referenced by z_Estimate1().
| int z_ResourceReport1 | ( | ODR | o, |
| Z_ResourceReport1 ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 12 of file z-rrf1.c.
References name, ODR_CONTEXT, odr_implicit_settag(), odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_sequence_of(), opt, z_Estimate1(), and z_InternationalString().
Referenced by z_External().