Overview | Releases | Download | Docs | Links | Help | RecentChanges

TestSctDaq

Some of what follows is wrapped up in scripts like "start" but the principle that underlies such scripts goes like this:

[localhost]$
[localhost]$ ipc_server &
[localhost]$

[localhost]$
[localhost]$ ipc_ls
initial
[localhost]$

[localhost]$
[localhost]$ ipc_server -p SCT &
3/6/04 18:16:47 :: ipc_server for partition "SCT" has been started.
[localhost]$

[localhost]$
[localhost]$ ipc_ls
initial
partitions:
SCT
[localhost]$

[localhost]$
[localhost]$ ipc_ls -p SCT
SCT
[localhost]$

[localhost]$
[localhost]$ mrs_server -p SCT &
[localhost]$

[localhost]$
[localhost]$ mrs_receiver -p SCT
messages appear here when they arrive ...

[localhost]$
[localhost]$ is_server -p SCT -n EventData &
[localhost]$

[localhost]$
[localhost]$ FittingService &
[localhost]$