https://github.com/fermi-ad/vxpp

Helpful C++ classes and templates for VxWorks development

https://github.com/fermi-ad/vxpp

Science Score: 8.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization fermi-ad has institutional domain (ad.fnal.gov)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary

Keywords

front-end-development vxworks
Last synced: 4 months ago · JSON representation

Repository

Helpful C++ classes and templates for VxWorks development

Basic Info
  • Host: GitHub
  • Owner: fermi-ad
  • License: bsd-3-clause
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 118 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Topics
front-end-development vxworks
Created over 5 years ago · Last pushed over 3 years ago
Metadata Files
Readme License

README.md

VXPP

VWPP is a C++ library that wraps VxWorks concurrency primitives with type- and exception-safe objects. These classes manage resources using modern C++ idioms. This library is documented in its GitHub Wiki.

Changes from 2.6:

  • Use C++ namespaces to enforce, at load time, that the correct version has been loaded.

  • Improve the VME::Memory templates. The generated code now prevents the compiler from optimizing across memory accesses.

System Preparation

VWPP has been built for every supported target under VxWorks 6.4 and 6.7. If you run across any incompatibilities, please let us know. You can report problems using the issue tracker.

Location

Our development environment supports several combinations of hardware and software platforms. Be sure to download from the appropriate area.

| BSP | VxWorks | File | | ------ | ------- | ---- | | mv2400 | 6.4 | vxworksboot/v6.4/module/mv2400/vwpp-2.7.out | | mv2401 | 6.4 | vxworksboot/v6.4/module/mv2401/vwpp-2.7.out | | mv2434 | 6.4 | vxworksboot/v6.4/module/mv2434/vwpp-2.7.out | | mv5500 | 6.4 | vxworksboot/v6.4/module/mv5500/vwpp-2.7.out | | mv2400 | 6.7 | vxworksboot/v6.7/module/mv2400/vwpp-2.7.out | | mv2401 | 6.7 | vxworksboot/v6.7/module/mv2401/vwpp-2.7.out | | mv2434 | 6.7 | vxworksboot/v6.7/module/mv2434/vwpp-2.7.out | | mv5500 | 6.7 | vxworksboot/v6.7/module/mv5500/vwpp-2.7.out |

Rather than load this module, one could also link their module with the static library. For instance, to build a module called demo.out, a Makefile might define the rule as:

demo.out : demo.o ${PRODUCTS_LIBDIR}/libvwpp-2.7.a
        ${make-mod}

Owner

  • Name: Fermilab Accelerator Directorate
  • Login: fermi-ad
  • Kind: organization
  • Location: United States of America

Fermilab Accelerator Systems

GitHub Events

Total
  • Issues event: 1
Last Year
  • Issues event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • beauremus (1)
Pull Request Authors
Top Labels
Issue Labels
bug (1)
Pull Request Labels