YAZ  5.34.0
Data Structures | Macros | Typedefs | Functions
z-rrf1.h File Reference

ASN.1 Module ResourceReport-Format-Resource-1. More...

#include <yaz/odr.h>
#include <yaz/z-core.h>

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)
 

Detailed Description

ASN.1 Module ResourceReport-Format-Resource-1.

Generated automatically by YAZ ASN.1 Compiler 0.4

Definition in file z-rrf1.h.

Macro Definition Documentation

◆ Z_EstimateType_currentAssocCost

#define Z_EstimateType_currentAssocCost   10

Definition at line 51 of file z-rrf1.h.

◆ Z_EstimateType_currentAssocTime

#define Z_EstimateType_currentAssocTime   7

Definition at line 48 of file z-rrf1.h.

◆ Z_EstimateType_currentConnectAssocCost

#define Z_EstimateType_currentConnectAssocCost   15

Definition at line 56 of file z-rrf1.h.

◆ Z_EstimateType_currentOperationCost

#define Z_EstimateType_currentOperationCost   8

Definition at line 49 of file z-rrf1.h.

◆ Z_EstimateType_currentOpTimeProcessing

#define Z_EstimateType_currentOpTimeProcessing   5

Definition at line 46 of file z-rrf1.h.

◆ Z_EstimateType_currentOtherAssocCost

#define Z_EstimateType_currentOtherAssocCost   16

Definition at line 57 of file z-rrf1.h.

◆ Z_EstimateType_currentPresentAssocCost

#define Z_EstimateType_currentPresentAssocCost   14

Definition at line 55 of file z-rrf1.h.

◆ Z_EstimateType_currentPresentRecords

#define Z_EstimateType_currentPresentRecords   3

Definition at line 44 of file z-rrf1.h.

◆ Z_EstimateType_currentSearchAssocCost

#define Z_EstimateType_currentSearchAssocCost   13

Definition at line 54 of file z-rrf1.h.

◆ Z_EstimateType_currentSearchRecords

#define Z_EstimateType_currentSearchRecords   1

Definition at line 42 of file z-rrf1.h.

◆ Z_EstimateType_finalOperationCost

#define Z_EstimateType_finalOperationCost   9

Definition at line 50 of file z-rrf1.h.

◆ Z_EstimateType_finalOpTimeElapsed

#define Z_EstimateType_finalOpTimeElapsed   11

Definition at line 52 of file z-rrf1.h.

◆ Z_EstimateType_finalOpTimeProcessing

#define Z_EstimateType_finalOpTimeProcessing   6

Definition at line 47 of file z-rrf1.h.

◆ Z_EstimateType_finalPresentRecords

#define Z_EstimateType_finalPresentRecords   4

Definition at line 45 of file z-rrf1.h.

◆ Z_EstimateType_finalSearchRecords

#define Z_EstimateType_finalSearchRecords   2

Definition at line 43 of file z-rrf1.h.

◆ Z_EstimateType_percentComplete

#define Z_EstimateType_percentComplete   12

Definition at line 53 of file z-rrf1.h.

Typedef Documentation

◆ Z_Estimate1

typedef struct Z_Estimate1 Z_Estimate1

Definition at line 17 of file z-rrf1.h.

◆ Z_EstimateType

Definition at line 22 of file z-rrf1.h.

◆ Z_ResourceReport1

Definition at line 1 of file z-rrf1.h.

Function Documentation

◆ z_Estimate1()

int z_Estimate1 ( ODR  o,
Z_Estimate1 **  p,
int  opt,
const char *  name 
)

◆ z_EstimateType()

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().

◆ z_ResourceReport1()

int z_ResourceReport1 ( ODR  o,
Z_ResourceReport1 **  p,
int  opt,
const char *  name 
)