repo.or.cz
/
osmocom-bb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove FSF address
[osmocom-bb.git]
/
src
/
host
/
gsmmap
/
locate.h
blob
26133452d042b2e5ba28ca09dcd31b2a5afee317
1
2
struct
probe
{
3
struct
probe
*
next
;
4
double
x
,
y
,
dist
;
5
};
6
7
int
locate_cell
(
struct
probe
*
probe_first
,
double
*
min_x
,
double
*
min_y
);
8