曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.かつては雑草やヨモギと共に雨や露を分かち合っていたが、今では松やヒノキと共に霜や雪に耐えている。曾与蒿藜同雨露,Once sharing rain and dew with weeds and wormwood, now enduring frost and snow with pines and cypresses.终随松柏到冰霜.曾与蒿藜同雨露한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.,终随松柏到冰霜.譖セ荳手珍阯懷酔髮ィ髴イ�檎サ磯囂譚セ譟丞芦蜀ー髴�曾与蒿藜同雨露,鏇句笌钂胯棞鍚岄洦闇诧紝缁堥殢鏉炬煆鍒板啺闇�终随松柏到冰霜.曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.曾与蒿藜同雨露,终随松柏到冰霜.
/** \file z-rrf1.h
\brief ASN.1 Module ResourceReport-Format-Resource-1
Generated automatically by YAZ ASN.1 Compiler 0.4
*/
#ifndef z_rrf1_H
#define z_rrf1_H
#include <yaz/odr.h>
#include <yaz/z-core.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef struct Z_ResourceReport1 Z_ResourceReport1;
YAZ_EXPORT int z_ResourceReport1(ODR o, Z_ResourceReport1 **p, int opt, const char *name);
typedef struct Z_Estimate1 Z_Estimate1;
YAZ_EXPORT int z_Estimate1(ODR o, Z_Estimate1 **p, int opt, const char *name);
typedef Odr_int Z_EstimateType;
YAZ_EXPORT int z_EstimateType(ODR o, Z_EstimateType **p, int opt, const char *name);
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
struct Z_ResourceReport1 {
int num_estimates;
Z_Estimate1 **estimates;
Z_InternationalString *message;
};
struct Z_Estimate1 {
Z_EstimateType *type;
Odr_int *value;
Odr_int *currency_code; /* OPT */
};
#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
#ifdef __cplusplus
}
#endif
#endif