This file is part of the hello world tutorial. It gives a short introduction how to move the motors of a XY stage.
More...
#include <config.h>
#include <Nice/App/Application.h>
#include <Nice/App/ConfigClient.h>
#include <Basda/Mocca/XYServiceWorkerInterface.h>
#include <Basda/Mocca/Constant.h>
|
class | Move |
| This class present a simple client application, which moves the motor of a x stage. More...
|
|
|
int | main (int argc, char *argv[]) |
|
This file is part of the hello world tutorial. It gives a short introduction how to move the motors of a XY stage.
- Author
- Frank Kittmann
- Version
- 11.02.02
- Date
- 2011.02.02
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |