Skip to content

Ability to reference structs/functions in another schema #19

Description

@jadamcrain

This is a discussion ticket for us to brainstorm solutions.

There are 2 things in our ecosystem that we'd like to be able to share across multiple protocol libraries:

  • Runtime
  • Logging

Both of these would require compiling components into a separate shared library, and then referencing them from within another schema.

In C, this means that the you have to include another schema's header file in your header file and then have your shared library dynamically link to the dependency library.

In Java this means you have to declare the additional dependency in your POM, and then load 2 shared libraries at runtime.

In C#, I assume this means you have to reference the dependency in XML when building the parent assembly and then pinvoke takes care of loading both libraries.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestschemaIssue regarding the schema

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions