|
Aimsun Next Scripting
24.0
|
Public Member Functions | |
| GKScheduleMasterControlMeteringItem () | |
| GKScheduleMasterControlMeteringItem (uint afrom, uint aduration, GKControlMetering *acontrolMet) | |
| int | getFrom () const |
| uint | getDuration () const |
| void | setFrom (uint seconds) |
| void | setDuration (uint seconds) |
| void | setControlJunction (GKControlMetering *amet) |
| GKControlMetering * | getControlMetering () const |
It tells to the simulator when it will start, the duration and the control metering information.
| GKScheduleMasterControlMeteringItem::GKScheduleMasterControlMeteringItem | ( | ) |
| GKScheduleMasterControlMeteringItem::GKScheduleMasterControlMeteringItem | ( | uint | afrom, |
| uint | aduration, | ||
| GKControlMetering * | acontrolMet | ||
| ) |
| GKControlMetering * GKScheduleMasterControlMeteringItem::getControlMetering | ( | ) | const |
Returns the associated control plan.
| uint GKScheduleMasterControlMeteringItem::getDuration | ( | ) | const |
Returns the duration in seconds.
| int GKScheduleMasterControlMeteringItem::getFrom | ( | ) | const |
Returns the starting time in seconds.
| void GKScheduleMasterControlMeteringItem::setControlJunction | ( | GKControlMetering * | amet | ) |
Sets the associated control plan.
| void GKScheduleMasterControlMeteringItem::setDuration | ( | uint | seconds | ) |
Sets the duration in seconds.
| void GKScheduleMasterControlMeteringItem::setFrom | ( | uint | seconds | ) |
Sets the starting time in seconds.
1.9.4