Mercurial > hg > fxanalyse
comparison ad9912.h @ 207:9e0c3541104b
Move common AD99xx code to dds.{ch}
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 31 Mar 2014 17:03:38 +0200 |
parents | 87dae6d62a61 |
children | 5296f3bcd160 |
comparison
equal
deleted
inserted
replaced
206:c700a2d38fb8 | 207:9e0c3541104b |
---|---|
4 #define REVISION 1 | 4 #define REVISION 1 |
5 | 5 |
6 struct ad9912 { | 6 struct ad9912 { |
7 char *hostname; | 7 char *hostname; |
8 int port; | 8 int port; |
9 unsigned fd; | 9 int fd; |
10 double clock; | 10 double clock; |
11 double frequency[4]; | 11 double frequency[4]; |
12 }; | 12 }; |
13 | 13 |
14 int ad9912_init(struct ad9912 *d, const char *hostname, double clock); | 14 int ad9912_init(struct ad9912 *d, const char *hostname, double clock); |