Implementing components in C++ [message #1829406] |
Thu, 02 July 2020 21:33 |
|
Dear TITAN community,
So far, I have implemente dozens of TTCN3 modules for titan, ranging from dualf-faced portsto to test ports implemented in C++ to translation ports, etc. I've also used native C++functions from TTCN3.
Right now I'm wondering how it would be possible to implement an entire component in C++.
The rationale is, in this case:
* I have an underlying test port to interface some type of hardware (An E1 interface card)
* I have higher-level TTCN3 components and test caess
* I have a C language implementation of the missing layer in the midle (LAPD)
And now I would want to wrap the C-language LAPD implementation into some c++ classes so it can act as a TTCN3 component in titan. It would basically have a test port on the bottom side (towards the E1 test port) and one on the upper side.
Are there any examples around whcih cover this?
Thanks in advance.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03813 seconds