Subversion Repositories svnkaklik

Rev

Rev 377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 377 Rev 379
Line 6... Line 6...
6
  double n;
6
  double n;
7
  double e;
7
  double e;
8
  unsigned int dia;
8
  unsigned int dia;
9
} cros [POINTS] =
9
} cros [POINTS] =
10
{
10
{
-
 
11
//{1,50.105205, 14.427857,6},
-
 
12
//{2,50.105177,14.427805,6},
-
 
13
 
11
{1,49.259562, 14.705632,2},
14
//{1,50.105460,  14.428012,20},
-
 
15
//{2,  50.105723,  14.427923,20},
-
 
16
//{3,  50.105872,  14.427731,20},
-
 
17
/*
-
 
18
 
12
{2,49.835265, 18.161128,5},
19
{4,  50.105975,  14.427224,30},
-
 
20
{5,  50.105651,  14.427026,10},
-
 
21
 
-
 
22
{6,  50.105481,  14.427033,10},
-
 
23
*/
-
 
24
{7,  50.105218,  14.427115,10},
-
 
25
{8,  50.105403,  14.426855,10},
-
 
26
{9,  50.105836,  14.426683,10},
-
 
27
{10, 50.105826,  14.427683,10},
13
{0,0,0,0}
28
{0,0,0,0}
14
};
29
};
15
 
30
 
16
// definice vektoru po ceste
31
// definice vektoru po ceste
17
struct way_t {
32
struct way_t {
18
  int id;
33
  int id;
19
  double n;
34
  double n;
20
  double e;
35
  double e;
21
  unsigned int dia;
36
  unsigned int dia;
-
 
37
  unsigned char azimut;
-
 
38
  int smer;// 1=levo, 2=pravo
22
} way [POINTS] =
39
} way [POINTS] =
23
{
40
{
24
{1,49.835265, 18.161128,5},
41
{1,49.835265, 18.161128,5, 200,1},
25
{0,0,0,0}
42
{0,0,0,0}
26
};
43
};