|
Aimsun Next Scripting
24.0
|
Public Member Functions | |
| if (base) | |
| Py_END_ALLOW_THREADS End | GKControlGreenMetering () |
| void | setCycle (const float) |
| float | getCycle () const |
| void | setMinGreen (const float) |
| float | getMinGreen () const |
| void | setMaxGreen (const float) |
| float | getMaxGreen () const |
| void | setGreen (const float) |
| float | getGreen () const |
| void | setOffset (const float) |
| float | getOffset () const |
| void | setYellowTime (const float) |
| float | getYellowTime () const |
Public Member Functions inherited from GKControlMetering | |
| if (base) | |
| Py_END_ALLOW_THREADS End | GKControlMetering () |
| void | setMetering (GKMetering *) |
| GKMetering * | getMetering () const |
| qint32 | getMeteringId () const |
| void | setControlMeteringType (const GKControlMeteringType) |
| const GKControlMeteringType | getControlMeteringType () const |
Public Attributes | |
| ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS GKControlGreenMetering * | base = (GKControlGreenMetering*)sipCpp |
| sipType = 0 | |
Public Attributes inherited from GKControlMetering | |
| ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS GKControlMetering * | base = (GKControlMetering*)sipCpp |
| sipType = 0 | |
Additional Inherited Members | |
Public Types inherited from GKControlMetering | |
| enum | GKControlMeteringType { eUnspecified = 0 , eUncontrolled = 1 , eFixedControl = 2 , eExternal = 3 } |
Settings used in a control plan for a green metering.
| Py_END_ALLOW_THREADS End GKControlGreenMetering::GKControlGreenMetering | ( | ) |
| float GKControlGreenMetering::getCycle | ( | ) | const |
Gets the cycle.
| float GKControlGreenMetering::getGreen | ( | ) | const |
Gets the green time.
| float GKControlGreenMetering::getMaxGreen | ( | ) | const |
Gets the maximum green time.
| float GKControlGreenMetering::getMinGreen | ( | ) | const |
Gets the minimum green time.
| float GKControlGreenMetering::getOffset | ( | ) | const |
Gets the offset.
| float GKControlGreenMetering::getYellowTime | ( | ) | const |
Gets the yellow time.
|
inline |
References base, GKSystem::getSystem(), and sipType.
| void GKControlGreenMetering::setCycle | ( | const float | ) |
Sets the cycle.
| void GKControlGreenMetering::setGreen | ( | const float | ) |
Sets the green time.
| void GKControlGreenMetering::setMaxGreen | ( | const float | ) |
Sets the maximum green time.
| void GKControlGreenMetering::setMinGreen | ( | const float | ) |
Sets the minimum green time.
| void GKControlGreenMetering::setOffset | ( | const float | ) |
Sets the offset.
| void GKControlGreenMetering::setYellowTime | ( | const float | ) |
Sets the yellow time.
| ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS GKControlGreenMetering* GKControlGreenMetering::base = (GKControlGreenMetering*)sipCpp |
Referenced by if().
| GKControlGreenMetering::sipType = 0 |
Referenced by if().
1.9.4