Skip to content

v2.0.0

Compare
Choose a tag to compare
@darcato darcato released this 17 Apr 15:01
· 88 commits to master since this release

Added

  • Packaging
  • New name
  • New fsmLoader to simplify the loading scripts, incorporating common stuff.
  • Test code (first snippets)
  • Test ioc
  • Examples
  • Usage and documentation
  • Integrated watchdog logic

Changed

  • Moving to a single repository for the library
  • fsmBase input() renamed to connect()
  • fsmBase tmrExp() renamed to tmrExpired()
  • fsmIO access methods renamed
    • hasPutCompleted() -> putCompleting()
    • hasChanged() -> changing()
    • hasDisconnected() -> disconnecting()
    • hasConnected() -> connecting()
    • hasFirstValue() -> initializing()
  • is_io_connected() renamed to isIoConnected()
  • Renamed lnlPvs class to mappedIOs
  • Renamed fsmIO to epicsIO
  • Renamed mirrorIO to fsmIO
  • Renamed fsmLoggerToFile to fsmFileLogger