Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
4df25c3b
Commit
4df25c3b
authored
Jan 12, 2018
by
garciay
Browse files
Start validation of TD_AUTO_IOT_DENM_RWW_BV_01
parent
c284bfb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ccsrc/Framework/ASN1RecodePer.hh
0 → 100644
View file @
4df25c3b
#ifndef ASN1RECODEPER_H
#define ASN1RECODEPER_H
#include
"Params.hh"
class
OCTETSTRING
;
class
CHARSTRING
;
class
BITSTRING
;
class
TTCN_Buffer
;
class
TTCN_EncDec
;
class
TTCN_Typedescriptor_t
;
struct
asn_TYPE_descriptor_s
;
class
ASN1RecodePer
// FIXME Move into file ASN1RecodePer.hh
{
protected:
int
ber2per
(
const
asn_TYPE_descriptor_s
&
td
,
TTCN_Buffer
&
buf
);
int
per2ber
(
const
asn_TYPE_descriptor_s
&
td
,
TTCN_Buffer
&
buf
);
int
recode
(
const
asn_TYPE_descriptor_s
&
td
,
int
from
,
int
to
,
TTCN_Buffer
&
buf
);
};
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment