ores.ore.api
Table of Contents
Summary
ores.ore.api is a header-only library defining the shared contract for the
ORE integration domain. It provides domain types for ORE XML structures and
mappings, and the NATS protocol schemas consumed by ores.ore.core and Qt
clients that invoke ORE risk runs.
Inputs
- Domain entity type definitions across
domain/headers.
Outputs
- C++ headers for ORE domain types with JSON I/O.
- NATS protocol headers for ORE invocation and result operations.
Entry points
include/ores.ore.api/domain/— all domain entity headers.include/ores.ore.api/messaging/— NATS protocol message headers.
Dependencies
rfl— JSON serialisation via reflection.
See also
- ores.ore.core — ORE import/export logic and NATS handlers.
