|
Aimsun Next Scripting
22
|
Public Member Functions | |
| GKControlFlowMetering () | |
| void | setMinFlow (const float) |
| const float | getMinFlow () const |
| void | setMaxFlow (const float) |
| const float | getMaxFlow () const |
| void | setFlow (const float) |
| const float | getFlow () 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 |
Additional Inherited Members | |
Public Types inherited from GKControlMetering | |
| enum | GKControlMeteringType { eUnspecified = 0 , eUncontrolled = 1 , eFixedControl = 2 , eExternal = 3 } |
Public Attributes inherited from GKControlMetering | |
| ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS GKControlMetering * | base = (GKControlMetering*)sipCpp |
| sipType = 0 | |
Settings used in a control plan for a flow metering.
| GKControlFlowMetering::GKControlFlowMetering | ( | ) |
| const float GKControlFlowMetering::getFlow | ( | ) | const |
Gets the flow.
| const float GKControlFlowMetering::getMaxFlow | ( | ) | const |
Gets the maximum flow.
| const float GKControlFlowMetering::getMinFlow | ( | ) | const |
Gets the minimum flow.
| void GKControlFlowMetering::setFlow | ( | const float | ) |
Sets the flow.
| void GKControlFlowMetering::setMaxFlow | ( | const float | ) |
Sets the maximum flow.
| void GKControlFlowMetering::setMinFlow | ( | const float | ) |
Sets the minimum flow.
1.9.4