Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E EMAM2SomeIP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • monticore
  • EmbeddedMontiArcEmbeddedMontiArc
  • generators
  • EMAM2SomeIP
  • Issues
  • #21
Closed
Open
Issue created Jul 16, 2019 by Alexander David Hellwig@alexander.hellwigOwner

Integration into EMAM2Middleware

In EMAM2Middleware:

  • pom.xml

    • add the dependency of your mw generator
    • (increment project version)
  • New Class in de.monticore.lang.monticar.generator.middleware.impls

    • Wrapper for your generator
    • implements GeneratorImpl
    • similar to RosCppGenImpl
  • Changes for DistributedTargetGeneratorCli

    • New Constant like Line 47
    • also add to getGeneratorNames()
    • add to runGenerator, ignoring TagSchema and TagHelper instructions for now
  • Add a new Test Class

    • Similar to Ros2GenerationTest
    • 1 or more TestCases
    • replace resolveTags with manual adding of your middleware Tags as in the previous Test cases
    • add the CPP and your middleware generator
    • compile the result using gitlab-ci and your docker image
Assignee
Assign to
Time tracking