repo.or.cz
/
remote
/
remote-mci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix syntax error in the remote.sh UDEV script
[remote/remote-mci.git]
/
protocols
/
client_server
/
localconstants.h
blob
3f45dd5a4fed44c534602cdd3f9102d4b10e6740
1
#ifndef LOCALCONSTANTS_H_
2
#define LOCALCONSTANTS_H_
3
4
enum
result_types
5
{
6
// operation results
7
SUCCESS
,
8
FAILURE
,
9
MOTE_NOT_CONTROLLED
,
10
MOTE_NOT_FOUND
,
11
MOTE_OCCUPIED
,
12
NOT_SUPPORTED
13
};
14
15
#endif
/*LOCALCONSTANTS_H_*/