Browse Source

generating C++ part

JNI-44
Volker Birk 10 years ago
parent
commit
11295c9644
  1. 6
      src/gen_cpp_Message.ysl2
  2. 2
      src/types_c.ysl2

6
src/gen_cpp_Message.ysl2

@ -0,0 +1,6 @@
include yslt.yml2
tstylesheet {
template "/";
}

2
src/types_c.ysl2

@ -11,7 +11,7 @@ function "toC" {
when "$type='timestamp'" > timestamp
when "$type='EncFormat'" > PEP_enc_format
when "$type='bloblist'" > bloblist_t
when "$type='stringpairlist'" > stringpairlist
when "$type='stringpairlist'" > stringpairlist_t
otherwise value "$type";
}

Loading…
Cancel
Save