added urg ethernet samples
@@ -1,3 +1,9 @@ | ||
1 | +2010/06/10 | |
2 | +lib_tutorial_page.html#lib_tutorial_ethernet | |
3 | +Ethernet で通信する方法を追記。 | |
4 | +URG ライブラリを Ethernet 通信で行う方法を説明しています。Ethernet 通信に対応しているのは C++ 実装のみで、C 版は未対応です。 | |
5 | + | |
6 | + | |
1 | 7 | 2010/02/25 |
2 | 8 | ---------------------------------------------------------------------- |
3 | 9 | index.html |
@@ -10,12 +10,14 @@ | ||
10 | 10 | } |
11 | 11 | H2 { |
12 | 12 | font-size: 120%; |
13 | + margin-top: 26px; | |
13 | 14 | } |
14 | 15 | H3 { |
15 | 16 | font-size: 100%; |
17 | + margin-top: 22px; | |
16 | 18 | } |
17 | -CAPTION { | |
18 | - font-weight: bold | |
19 | +CAPTION { | |
20 | + font-weight: bold | |
19 | 21 | } |
20 | 22 | DIV.qindex { |
21 | 23 | width: 100%; |