Skip to content
Snippets Groups Projects
  1. Nov 30, 2023
  2. Nov 29, 2023
  3. Oct 26, 2023
  4. Oct 10, 2023
  5. Oct 04, 2023
  6. Oct 03, 2023
  7. Oct 02, 2023
    • Jonathan Hanks's avatar
      Add String support to simple_pv_rs · 00cca641
      Jonathan Hanks authored
       * Alter the string interface to allow read/write functions to be specified as strings are not atomic.
         * This allows us to "safely" wrap the interface in rust
       * clang-format and rust-fmt the code
       * update comments on the code
      00cca641
    • Jonathan Hanks's avatar
      Adding float32/64 support to simple_pv_rs · 787ffb7d
      Jonathan Hanks authored
       * Added AtomicFloat32 and AtomicFloat64 types to atomically load/store f32/f64 in rust
       * Reworked simple_pv code to use templated code for numerics, dropping specific double support
       * Updated ctest tests to build and pass
      787ffb7d
    • Jonathan Hanks's avatar
      Porting simple_pv to rust. · c675294c
      Jonathan Hanks authored
       * Added a simple_pv_rs_sys to link with the C interface
       * Added simple_pv_rs for a higher level interface
       * Supporting uint16 and uint32
       * Extending the simple_epics code to use atomic reads/writes for integer values.
      c675294c
    • Jonathan Hanks's avatar
      WIP starting to add simple_pv to rust · 90f600da
      Jonathan Hanks authored
      90f600da
  8. Sep 28, 2023
  9. Sep 22, 2023
  10. Sep 21, 2023
  11. Sep 19, 2023
Loading