Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 399 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 399 Bytes

Quartz-Model

Zephyr queueing system data model. Includes definition of JSON queue message that is serializable and deserializable (credit to https://github.com/nlohmann/json).

Usage

Run make to build library archive. To use archive externally, install lib/message.a into ext directory of a separate project, and compile with:

gcc src/main.o src/blah1.o src/blah2.o -L ext/message.a