Skip to content

Commit

Permalink
Cosmetic changes of readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oberon5962 committed Jan 31, 2022
1 parent 7c60894 commit f753938
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Sample4/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,17 @@
26 typedef sc_biguint<4+8> uint168;
```

для адресов 10 bit, диапазон от 0 до 1023:

- ```c++
- для адресов 10 bit, диапазон от 0 до 1023:

```c++
25 typedef sc_biguint<10> uint160;
26 typedef sc_biguint<10+8> uint168;
```

для адресов 20 bit, диапазон от 0 до 1048575:
- для адресов 20 bit, диапазон от 0 до 1048575:

- ```C++
```
25 typedef sc_biguint<20> uint160;
26 typedef sc_biguint<20+8> uint168;
```
Expand Down Expand Up @@ -182,7 +183,7 @@

Фрагмент snapshot.txt:

```json
```c++
{
"active": 10,
"curr time": "769 s",
Expand Down Expand Up @@ -219,7 +220,7 @@
Фрагмент app.txt:
```json
```c++
0 app289 TxRx create
0 app581 TxRx create
1260 app289 Tx > > > generateMess 1(1) HARD_RESET
Expand All @@ -238,7 +239,7 @@

- network.txt - описывает сообщения, которые передаются от узла через сеть к удаленному узлу. Лог отключен. Лог включается в main.cpp в строке:

```json
```c++
network1->setLogMode(DISABLED_LOG);
```
Expand All @@ -260,4 +261,4 @@
Warning: (W505) object already exists: ... Latter declaration will be renamed to ...
```

**Исключите из arrayID повторяющиеся числа. Повторно запустите модель.**
Исключите из arrayID повторяющиеся числа. Повторно запустите модель.

0 comments on commit f753938

Please sign in to comment.