Add getter for cmd line args & align channel names in log

This commit is contained in:
Alexey Rybalchenko
2018-06-01 15:23:44 +02:00
committed by Mohammad Al-Turany
parent 8b88e67360
commit 2894af803b
4 changed files with 17 additions and 4 deletions

View File

@@ -24,4 +24,4 @@ SINK+=" --transport shmem"
SINK+=" --channel-config name=data1,type=pull,method=connect,address=tcp://127.0.0.1:5555"
SINK+=" name=data2,type=pull,method=connect,address=tcp://127.0.0.1:5556,transport=nanomsg"
SINK+=" name=ack,type=pub,method=connect,address=tcp://127.0.0.1:5557,transport=zeromq"
xterm -geometry 80x30+500+0 -hold -e @EX_BIN_DIR@/$SINK &
xterm -geometry 80x30+500+225 -hold -e @EX_BIN_DIR@/$SINK &