FreeCalypso > hg > fc-rfcal-tools
annotate cmu200/mode.h @ 19:f67f46e56355
autocal/tsidsock.c: implemented command/response protocol
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 May 2017 20:20:49 +0000 |
parents | b552e8d86474 |
children | 2fb9768fc1e2 |
rev | line source |
---|---|
3
b552e8d86474
fc-cmu200d: started implementing operation modes
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 /* Definition of our operating modes */ |
b552e8d86474
fc-cmu200d: started implementing operation modes
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
b552e8d86474
fc-cmu200d: started implementing operation modes
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 #define OP_MODE_UNDEF 0 |
b552e8d86474
fc-cmu200d: started implementing operation modes
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 #define OP_MODE_SIGNAL_GEN 1 |
b552e8d86474
fc-cmu200d: started implementing operation modes
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 #define OP_MODE_VCXO_CAL 2 |