Timeslot (τ)
Bases: StateComponent
Source code in pyjamaz/state/components.py
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | |
state_transition(header: Header) -> TimeslotOutput
¶
GP-0.7.2-eq:6.1 (τ') | State transition function for the state's timeslot.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
header
|
Header
|
GP-0.7.2-eq:4.5 (bold_H) |
required |
Returns:
| Type | Description |
|---|---|
TimeslotOutput
|
Output containing: posterior state of TimeslotState (τ') |
Source code in pyjamaz/state/components.py
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | |