Feature #2387
Add a bridge command to tools
Status: | Resolved | Start date: | 09/13/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Moringen | % Done: | 100% | |
Category: | Common Lisp Tools | |||
Target version: | rsb-0.13 |
Associated revisions
Initial bridge documentation in tool-bridge.rst
refs #2387
- tool-bridge.rst: new file; initial documentation fro bridge tool
- tools.rst: include file tool-bridge.rst
Initial import of bridge command in src/commands/bridge/*.lisp
refs #2387
- src/commands/bridge/conditions.lisp: new file; contains conditions
used in the commands.bridge module - src/commands/bridge/model.lisp: new file; description of bridge
configurations - src/commands/bridge/grammar.lisp: new file; grammar for simple
forwarding specification - src/commands/bridge/participant.lisp: new file; `bridge' and
`connection' participants - src/commands/bridge/command.lisp: new file; bridge command
- src/commands/bridge/package.lisp: new file; package definition for the
commands.bridge module - test/commands/bridge/command.lisp: new file; tests for the bridge command
- test/commands/bridge/package.lisp: new file; package definition for
tests of the tools.commands.bridge module - rsb-tools-commands.asd (system rsb-tools-commands): added files
src/commands/bridge/*.lisp
(system rsb-tools-commands-test): added files
test/commands/bridge/command.lisp and
test/commands/bridge/package.lisp
Initial import of bridge tool in bridge/*.lisp
refs #2387
- bridge/help.lisp: new file; help text generation for the bridge tool
- bridge/main.lisp: new file; entry point of the bridge tool
- bridge/package.lisp: new file; package definition for the bridge
tool - main/main.lisp (name->entry-point): added "bridge" ->
`rsb.tools.bridge:main' entry-point - cl-rsb-tools-bridge.asd: new file; system definition for
cl-rsb-tools-bridge system - cl-rsb-tools-main.asd (system cl-rsb-tools-main): added system
dependency on cl-rsb-tools-bridge - CMakeLists.txt (TOOLS): added bridge tool
(Tests): added basic tests for bridge tool
History
#1 Updated by J. Moringen about 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 80 to 100