C<=>Java Array Transport

2021-01-06 Thread Brian Michael
Hello, I was curious if anyone had an example of passing an array from Java over to Celix using RSA? The closest I could find was a descriptor file inside of libs/dfi/gtest/descriptors that had a descriptor example passing a Java list over to Celix. Thanks, Brian Sent from my iPhone

Re: Service Factory Question

2020-08-06 Thread Brian Michael
he factory at [1]. > > [1]: > https://docs.osgi.org/javadoc/r4v42/org/osgi/framework/ServiceFactory.html > > Op ma 3 aug. 2020 om 21:55 schreef Brian Michael : > >> Alexander, >> >> What is the functionality difference between: >> celix_bundelcontext_registerS

Re: Service Factory Question

2020-08-03 Thread Brian Michael
sed by > some experimental code. I personally don't have any experience with it, but > perhaps it can help you. > > [1]: https://www.osgi.org/developer/specifications/ > [2]: https://github.com/Pithikos/C-Thread-Pool/ > > > > > > Op za 1 aug. 2020 om 17:38 sc

Service Factory Question

2020-08-01 Thread Brian Michael
Hello, I have a question in regards to the service factory capabilities. I want to have Celix churn up a new service for each call that is coming in. An example would be say I have a function that is just stuck in a while loop for 3 minutes before it exits and it prints stuff to screen. I want

RE: Structs to Java

2020-05-17 Thread Brian Michael
the $ to a / and being processed normally. On 2020/05/13 20:09:11 Brian Michael wrote: > Hello, > > I was looking to get some assistance in passing a struct to Java via the RSA. > I get that you need to setup a class on the java end to mimic your C struct > but I can’t seem to get

Structs to Java

2020-05-13 Thread Brian Michael
Hello, I was looking to get some assistance in passing a struct to Java via the RSA. I get that you need to setup a class on the java end to mimic your C struct but I can’t seem to get the descriptor file to work with what I’ve got. Java Interface is named RemoteExample inside package

Questions

2020-05-01 Thread Brian Michael
Hello, I was curious about some of the capabilities of Celix. In particular the RSA and PubSub implementations. Could you inform me of the following items: - Is Celix setup to perform PubSub between Java and C/C++? I see the documentation says it is setup similar to the RSA implementation,