Wiki source code of ActionBuffer
Version 1.1 by GiorgioGhisotti on 2019/07/28 12:09
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Inputs/outputs | ||
2 | |||
3 | (% class="relative-table" style="width: 99.9215%;" %) | ||
4 | |=((( | ||
5 | Name | ||
6 | )))|=((( | ||
7 | Type | ||
8 | )))|=((( | ||
9 | Range | ||
10 | )))|=((( | ||
11 | Description | ||
12 | ))) | ||
13 | |((( | ||
14 | aiActionBuffer | ||
15 | )))|((( | ||
16 | int[ACTION_BUFFER_SIZE][3] | ||
17 | )))|((( | ||
18 | ~[~[ INVALID, MAXINT ], | ||
19 | |||
20 | [INVALID, NUM_TRAINS - 1], | ||
21 | |||
22 | [INVALID, NUM_TRACKS - 1]] | ||
23 | )))|((( | ||
24 | INVALID terminated buffer containing unique actions received from the GUI. On overflow the buffer will be cleared and new actions will be added as normal from the beginning. The format of an action is [id, train id, destination]. An action with an INVALID id should be considered INVALID. | ||
25 | ))) |