#include "Fitter.h"#include "Sct/SctNames.h"#include "Sct/IpcObjectException.h"#include "FitterI.hh"#include <mrs/message.h>#include <ipc/core.h>Go to the source code of this file.
Functions | |
| int | findOther (const char *const partition, const char *const sid, const char *const cid, const char *const inputServerName) |
| This function returns non-zero if something else is already doing its job: (a) if there is already a server with this name and context running. | |
| int | main (int argc, char **argv) throw () |
| A main program to generate a FittingService executable. | |
|
||||||||||||||||||||
|
This function returns non-zero if something else is already doing its job: (a) if there is already a server with this name and context running. (b) if any fitting service is subscribing to the same input IS server.
Definition at line 16 of file FittingService.cpp. |
|
||||||||||||
|
A main program to generate a FittingService executable.
Definition at line 59 of file FittingService.cpp. References Sct::setExceptionHandlers(). |
1.3-rc3