|
| enum | {
JOBSTATE_NOTAVAILABLE,
JOBSTATE_STARTED,
JOBSTATE_DOCKING,
JOBSTATE_UNDOCKING,
JOBSTATE_DRIVING,
JOBSTATE_LOADING,
JOBSTATE_UNLOADING,
JOBSTATE_FINISHED,
JOBSTATE_NOTSTARTED,
JOBSTATE_ERROR
} |
| |
| enum | { JOBTYPE_DeliverFromTo = 0,
JOBTYPE_COUNT
} |
| |
|
|
static const char * | jobType2String (int jobType) |
| |
|
|
int | jobType |
| |
|
int | jobId |
| |
|
int | priority |
| |
|
int | robotinoId |
| |
|
int | fromStation |
| |
|
int | fromBelt |
| |
|
bool | isFromManual |
| |
|
int | toStation |
| |
|
int | toBelt |
| |
|
bool | isToManual |
| |
|
int | state |
| |
The documentation for this class was generated from the following file: