Method | Description | |
---|---|---|
TableViewScreen ( ) : System | ||
UpdateDisplay ( List blocks, List trains ) : void |
Updates the display of block and train information
|
|
UpdateDisplay ( List |
Updates the display of block and train information
|
Method | Description | |
---|---|---|
GetBlockFailureStateString ( TrackBlock block ) : string |
Gets the failure state string for the given track block There are 8 different possible strings, so this chunk of code gets ugly |
|
InitializeTables ( ) : void |
Initializes the table display with labels
|
public UpdateDisplay ( List blocks, List trains ) : void | ||
blocks | List | |
trains | List | |
return | void |
public UpdateDisplay ( List |
||
blocks | List |
|
trains | List |
|
return | void |