asn1c/skeletons/ENUMERATED.h

26 lines
528 B
C
Raw Normal View History

2004-06-03 03:38:44 +00:00
/*-
2005-11-26 11:25:14 +00:00
* Copyright (c) 2003, 2005 Lev Walkin <vlm@lionet.info>. All rights reserved.
2004-06-03 03:38:44 +00:00
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _ENUMERATED_H_
#define _ENUMERATED_H_
#include <INTEGER.h>
2005-07-24 09:03:44 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2004-09-24 21:00:50 +00:00
typedef INTEGER_t ENUMERATED_t; /* Implemented via INTEGER */
2004-06-03 03:38:44 +00:00
2004-09-29 13:26:15 +00:00
extern asn_TYPE_descriptor_t asn_DEF_ENUMERATED;
2004-06-03 03:38:44 +00:00
2005-11-26 11:25:14 +00:00
per_type_decoder_f ENUMERATED_decode_uper;
2006-08-18 01:34:18 +00:00
per_type_encoder_f ENUMERATED_encode_uper;
2005-11-26 11:25:14 +00:00
2005-07-24 09:03:44 +00:00
#ifdef __cplusplus
}
#endif
2004-06-03 03:38:44 +00:00
#endif /* _ENUMERATED_H_ */