Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 537 Bytes

src/

Purpose

Source code.

This tree is only needed for Development. It is NOT needed for Deployment.

Contains interface implementations, emulations, tests, diagnostics, etc.

Interfaces are specified in if/ or may be dynamic interfaces specified via configurations defined in res/cfg/ directory.

Organization

Sub-directories with an approriate organization.

e.g.

  • MyService_<InterfaceX>/
    • implementation of MyService::<InterfaceX>