Study for an inter-process adapter in C++/Qt 5.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document and other documents in this repository are to be interpreted as described in RFC 2119.
Customer has
- a legacy system that needs to be connected to
- a new ESB solution.
We assume that we
- receive data in some format from the ESB and
- need to convert, merge and filter it, before
- forwarding it to the legacy system.
- Usage
- System Requirements
- Design Decisions
- Development Process
- Coding Rules and Naming Conventions
- Module Requirements Specification
Refer to 20_Sources.
Refer to LICENSE