Difference between revisions of "V4 Modules and Interfaces"

From EPICSWIKI
Line 11: Line 11:
** OS Independent Interfaces
** OS Independent Interfaces
* libCom (Commonly used components)
* libCom (Commonly used components)
** Memory management (???)


* Lex/Flex ???
* Lex/Flex ???

Revision as of 19:38, 6 July 2005

This page is an attempt to collect a list of the different parts of EPICS V4 and eventually to identify where and how they will interface to one another and to the outside world. There will probably be many omissions from my initial versions of this list, so please contribute.


Modules

Infrastructure

  • Build System (Makefile rules, configuration etc.)
  • libOSI (the OSI layer should be separated out)
    • OS Dependent code
    • OS Independent Interfaces
  • libCom (Commonly used components)
    • Memory management (???)
  • Lex/Flex ???
  • Yacc/Bison/Antelope ???

Preprocessing

  • DBD file converters for
    • Menus (.h file)
    • Record support (.h, .cpp files)
    • Structures (.h, .cpp files?)
    • Link support (.h, .cpp files)
    • Device support (.h, .cpp files)
  • DB file processing
    • Syntax checker
    • Hierarchy expansion

IOC Core

  • IOC shell
  • Registration (commands, interfaces, menus, record types, devices etc.)
  • DB file parser/loader
  • Database access
  • Initialization
  • Scanning
  • Access security
  • Data access
  • View manager
  • Catalog cache

Communication

  • CA server
  • Broadcast name server
  • Other name server ???
  • CA client
  • CA link support
  • DB link support
  • Field view

Other Tools

  • Log client
  • Log server
  • CA Tools


Interfaces

Not quite sure how to structure this section yet; an interface is implemented by one or more modules and called by other modules for communication or control purposes.