Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Add possibility to change Implementation Class UID and Implementation Version Name #69

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 6, 2022

  1. Introduce T_ASC_ImplementationIdentification struct.

    Use it in ASC_createAssociationParameters to set ourImplementationClassUID and ourImplementationVersionName. It will be used to provide interface in the nexts commit, so client could set these values.
    doskachok committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e844b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9d63d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b2d0bc View commit details
    Browse the repository at this point in the history
  4. Format ASC_receiveAssociation call to increase readability.

     Used the same style as in scp.cc.
    doskachok committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e5993be View commit details
    Browse the repository at this point in the history
  5. Add posibility to define Implementation Class UID and Implementation …

    …Version Name, when writting the file.
    doskachok committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8b503e2 View commit details
    Browse the repository at this point in the history