agx-openplx 0.16.0__cp39-cp39-win_amd64.whl → 0.16.1__cp39-cp39-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agx_openplx-0.16.0.dist-info → agx_openplx-0.16.1.dist-info}/METADATA +2 -2
- agx_openplx-0.16.1.dist-info/RECORD +41 -0
- openplx/DriveTrain.py +1631 -3
- openplx/Physics.py +1270 -0
- openplx/_AgxOpenPlxPyApi.cp39-win_amd64.pyd +0 -0
- openplx/_CorePythonSwig.cp39-win_amd64.pyd +0 -0
- openplx/_DriveTrainSwig.cp39-win_amd64.pyd +0 -0
- openplx/_MathSwig.cp39-win_amd64.pyd +0 -0
- openplx/_Physics1DSwig.cp39-win_amd64.pyd +0 -0
- openplx/_Physics3DSwig.cp39-win_amd64.pyd +0 -0
- openplx/_PhysicsSwig.cp39-win_amd64.pyd +0 -0
- openplx/_RoboticsSwig.cp39-win_amd64.pyd +0 -0
- openplx/_SimulationSwig.cp39-win_amd64.pyd +0 -0
- openplx/_TerrainSwig.cp39-win_amd64.pyd +0 -0
- openplx/_UrdfSwig.cp39-win_amd64.pyd +0 -0
- openplx/_VehiclesSwig.cp39-win_amd64.pyd +0 -0
- openplx/_VisualsSwig.cp39-win_amd64.pyd +0 -0
- openplx/__init__.py +1 -1
- openplx/api.py +22 -0
- openplx/migrations.py +12 -0
- openplx/openplx_application.py +11 -1
- openplx/openplx_validate.py +8 -1
- agx_openplx-0.16.0.dist-info/RECORD +0 -41
- {agx_openplx-0.16.0.dist-info → agx_openplx-0.16.1.dist-info}/WHEEL +0 -0
- {agx_openplx-0.16.0.dist-info → agx_openplx-0.16.1.dist-info}/entry_points.txt +0 -0
openplx/DriveTrain.py
CHANGED
@@ -4070,6 +4070,1286 @@ class DriveTrain_Shaft_Vector(object):
|
|
4070
4070
|
# Register DriveTrain_Shaft_Vector in _DriveTrainSwig:
|
4071
4071
|
_DriveTrainSwig.DriveTrain_Shaft_Vector_swigregister(DriveTrain_Shaft_Vector)
|
4072
4072
|
|
4073
|
+
class DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector(object):
|
4074
|
+
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > > class."""
|
4075
|
+
|
4076
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4077
|
+
__repr__ = _swig_repr
|
4078
|
+
|
4079
|
+
def iterator(self):
|
4080
|
+
r"""iterator(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> SwigPyIterator"""
|
4081
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_iterator(self)
|
4082
|
+
def __iter__(self):
|
4083
|
+
return self.iterator()
|
4084
|
+
|
4085
|
+
def __nonzero__(self):
|
4086
|
+
r"""__nonzero__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> bool"""
|
4087
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector___nonzero__(self)
|
4088
|
+
|
4089
|
+
def __bool__(self):
|
4090
|
+
r"""__bool__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> bool"""
|
4091
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector___bool__(self)
|
4092
|
+
|
4093
|
+
def __len__(self):
|
4094
|
+
r"""__len__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type"""
|
4095
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector___len__(self)
|
4096
|
+
|
4097
|
+
def __getslice__(self, i, j):
|
4098
|
+
r"""
|
4099
|
+
__getslice__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type j) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector
|
4100
|
+
|
4101
|
+
Parameters
|
4102
|
+
----------
|
4103
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4104
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4105
|
+
|
4106
|
+
"""
|
4107
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector___getslice__(self, i, j)
|
4108
|
+
|
4109
|
+
def __setslice__(self, *args):
|
4110
|
+
r"""
|
4111
|
+
__setslice__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type j)
|
4112
|
+
|
4113
|
+
Parameters
|
4114
|
+
----------
|
4115
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4116
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4117
|
+
|
4118
|
+
__setslice__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type j, DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector v)
|
4119
|
+
|
4120
|
+
Parameters
|
4121
|
+
----------
|
4122
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4123
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4124
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > > > const &
|
4125
|
+
|
4126
|
+
"""
|
4127
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector___setslice__(self, *args)
|
4128
|
+
|
4129
|
+
def __delslice__(self, i, j):
|
4130
|
+
r"""
|
4131
|
+
__delslice__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type j)
|
4132
|
+
|
4133
|
+
Parameters
|
4134
|
+
----------
|
4135
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4136
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4137
|
+
|
4138
|
+
"""
|
4139
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector___delslice__(self, i, j)
|
4140
|
+
|
4141
|
+
def __delitem__(self, *args):
|
4142
|
+
r"""
|
4143
|
+
__delitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type i)
|
4144
|
+
|
4145
|
+
Parameters
|
4146
|
+
----------
|
4147
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4148
|
+
|
4149
|
+
__delitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, PySliceObject * slice)
|
4150
|
+
|
4151
|
+
Parameters
|
4152
|
+
----------
|
4153
|
+
slice: PySliceObject *
|
4154
|
+
|
4155
|
+
"""
|
4156
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector___delitem__(self, *args)
|
4157
|
+
|
4158
|
+
def __getitem__(self, *args):
|
4159
|
+
r"""
|
4160
|
+
__getitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, PySliceObject * slice) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector
|
4161
|
+
|
4162
|
+
Parameters
|
4163
|
+
----------
|
4164
|
+
slice: PySliceObject *
|
4165
|
+
|
4166
|
+
__getitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &
|
4167
|
+
|
4168
|
+
Parameters
|
4169
|
+
----------
|
4170
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4171
|
+
|
4172
|
+
"""
|
4173
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector___getitem__(self, *args)
|
4174
|
+
|
4175
|
+
def __setitem__(self, *args):
|
4176
|
+
r"""
|
4177
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, PySliceObject * slice, DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector v)
|
4178
|
+
|
4179
|
+
Parameters
|
4180
|
+
----------
|
4181
|
+
slice: PySliceObject *
|
4182
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > > > const &
|
4183
|
+
|
4184
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, PySliceObject * slice)
|
4185
|
+
|
4186
|
+
Parameters
|
4187
|
+
----------
|
4188
|
+
slice: PySliceObject *
|
4189
|
+
|
4190
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const & x)
|
4191
|
+
|
4192
|
+
Parameters
|
4193
|
+
----------
|
4194
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::difference_type
|
4195
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &
|
4196
|
+
|
4197
|
+
"""
|
4198
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector___setitem__(self, *args)
|
4199
|
+
|
4200
|
+
def pop(self):
|
4201
|
+
r"""pop(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type"""
|
4202
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_pop(self)
|
4203
|
+
|
4204
|
+
def append(self, x):
|
4205
|
+
r"""
|
4206
|
+
append(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const & x)
|
4207
|
+
|
4208
|
+
Parameters
|
4209
|
+
----------
|
4210
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &
|
4211
|
+
|
4212
|
+
"""
|
4213
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_append(self, x)
|
4214
|
+
|
4215
|
+
def empty(self):
|
4216
|
+
r"""empty(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> bool"""
|
4217
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_empty(self)
|
4218
|
+
|
4219
|
+
def size(self):
|
4220
|
+
r"""size(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type"""
|
4221
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_size(self)
|
4222
|
+
|
4223
|
+
def swap(self, v):
|
4224
|
+
r"""
|
4225
|
+
swap(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector v)
|
4226
|
+
|
4227
|
+
Parameters
|
4228
|
+
----------
|
4229
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > > &
|
4230
|
+
|
4231
|
+
"""
|
4232
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_swap(self, v)
|
4233
|
+
|
4234
|
+
def begin(self):
|
4235
|
+
r"""begin(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator"""
|
4236
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_begin(self)
|
4237
|
+
|
4238
|
+
def end(self):
|
4239
|
+
r"""end(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator"""
|
4240
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_end(self)
|
4241
|
+
|
4242
|
+
def rbegin(self):
|
4243
|
+
r"""rbegin(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::reverse_iterator"""
|
4244
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_rbegin(self)
|
4245
|
+
|
4246
|
+
def rend(self):
|
4247
|
+
r"""rend(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::reverse_iterator"""
|
4248
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_rend(self)
|
4249
|
+
|
4250
|
+
def clear(self):
|
4251
|
+
r"""clear(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self)"""
|
4252
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_clear(self)
|
4253
|
+
|
4254
|
+
def get_allocator(self):
|
4255
|
+
r"""get_allocator(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::allocator_type"""
|
4256
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_get_allocator(self)
|
4257
|
+
|
4258
|
+
def pop_back(self):
|
4259
|
+
r"""pop_back(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self)"""
|
4260
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_pop_back(self)
|
4261
|
+
|
4262
|
+
def erase(self, *args):
|
4263
|
+
r"""
|
4264
|
+
erase(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator
|
4265
|
+
|
4266
|
+
Parameters
|
4267
|
+
----------
|
4268
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator
|
4269
|
+
|
4270
|
+
erase(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator first, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator last) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator
|
4271
|
+
|
4272
|
+
Parameters
|
4273
|
+
----------
|
4274
|
+
first: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator
|
4275
|
+
last: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator
|
4276
|
+
|
4277
|
+
"""
|
4278
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_erase(self, *args)
|
4279
|
+
|
4280
|
+
def __init__(self, *args):
|
4281
|
+
r"""
|
4282
|
+
__init__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector
|
4283
|
+
__init__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector other) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector
|
4284
|
+
|
4285
|
+
Parameters
|
4286
|
+
----------
|
4287
|
+
other: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > > const &
|
4288
|
+
|
4289
|
+
__init__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type size) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector
|
4290
|
+
|
4291
|
+
Parameters
|
4292
|
+
----------
|
4293
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type
|
4294
|
+
|
4295
|
+
__init__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const & value) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector
|
4296
|
+
|
4297
|
+
Parameters
|
4298
|
+
----------
|
4299
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type
|
4300
|
+
value: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &
|
4301
|
+
|
4302
|
+
"""
|
4303
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_swiginit(self, _DriveTrainSwig.new_DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector(*args))
|
4304
|
+
|
4305
|
+
def push_back(self, x):
|
4306
|
+
r"""
|
4307
|
+
push_back(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const & x)
|
4308
|
+
|
4309
|
+
Parameters
|
4310
|
+
----------
|
4311
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &
|
4312
|
+
|
4313
|
+
"""
|
4314
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_push_back(self, x)
|
4315
|
+
|
4316
|
+
def front(self):
|
4317
|
+
r"""front(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &"""
|
4318
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_front(self)
|
4319
|
+
|
4320
|
+
def back(self):
|
4321
|
+
r"""back(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &"""
|
4322
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_back(self)
|
4323
|
+
|
4324
|
+
def assign(self, n, x):
|
4325
|
+
r"""
|
4326
|
+
assign(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const & x)
|
4327
|
+
|
4328
|
+
Parameters
|
4329
|
+
----------
|
4330
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type
|
4331
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &
|
4332
|
+
|
4333
|
+
"""
|
4334
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_assign(self, n, x)
|
4335
|
+
|
4336
|
+
def resize(self, *args):
|
4337
|
+
r"""
|
4338
|
+
resize(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type new_size)
|
4339
|
+
|
4340
|
+
Parameters
|
4341
|
+
----------
|
4342
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type
|
4343
|
+
|
4344
|
+
resize(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type new_size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const & x)
|
4345
|
+
|
4346
|
+
Parameters
|
4347
|
+
----------
|
4348
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type
|
4349
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &
|
4350
|
+
|
4351
|
+
"""
|
4352
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_resize(self, *args)
|
4353
|
+
|
4354
|
+
def insert(self, *args):
|
4355
|
+
r"""
|
4356
|
+
insert(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator
|
4357
|
+
|
4358
|
+
Parameters
|
4359
|
+
----------
|
4360
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator
|
4361
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &
|
4362
|
+
|
4363
|
+
insert(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const & x)
|
4364
|
+
|
4365
|
+
Parameters
|
4366
|
+
----------
|
4367
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::iterator
|
4368
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type
|
4369
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::value_type const &
|
4370
|
+
|
4371
|
+
"""
|
4372
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_insert(self, *args)
|
4373
|
+
|
4374
|
+
def reserve(self, n):
|
4375
|
+
r"""
|
4376
|
+
reserve(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type n)
|
4377
|
+
|
4378
|
+
Parameters
|
4379
|
+
----------
|
4380
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type
|
4381
|
+
|
4382
|
+
"""
|
4383
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_reserve(self, n)
|
4384
|
+
|
4385
|
+
def capacity(self):
|
4386
|
+
r"""capacity(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput > >::size_type"""
|
4387
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_capacity(self)
|
4388
|
+
__swig_destroy__ = _DriveTrainSwig.delete_DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector
|
4389
|
+
|
4390
|
+
# Register DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector in _DriveTrainSwig:
|
4391
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector_swigregister(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_Vector)
|
4392
|
+
|
4393
|
+
class DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector(object):
|
4394
|
+
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > > class."""
|
4395
|
+
|
4396
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4397
|
+
__repr__ = _swig_repr
|
4398
|
+
|
4399
|
+
def iterator(self):
|
4400
|
+
r"""iterator(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> SwigPyIterator"""
|
4401
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_iterator(self)
|
4402
|
+
def __iter__(self):
|
4403
|
+
return self.iterator()
|
4404
|
+
|
4405
|
+
def __nonzero__(self):
|
4406
|
+
r"""__nonzero__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> bool"""
|
4407
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector___nonzero__(self)
|
4408
|
+
|
4409
|
+
def __bool__(self):
|
4410
|
+
r"""__bool__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> bool"""
|
4411
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector___bool__(self)
|
4412
|
+
|
4413
|
+
def __len__(self):
|
4414
|
+
r"""__len__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type"""
|
4415
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector___len__(self)
|
4416
|
+
|
4417
|
+
def __getslice__(self, i, j):
|
4418
|
+
r"""
|
4419
|
+
__getslice__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type j) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector
|
4420
|
+
|
4421
|
+
Parameters
|
4422
|
+
----------
|
4423
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4424
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4425
|
+
|
4426
|
+
"""
|
4427
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector___getslice__(self, i, j)
|
4428
|
+
|
4429
|
+
def __setslice__(self, *args):
|
4430
|
+
r"""
|
4431
|
+
__setslice__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type j)
|
4432
|
+
|
4433
|
+
Parameters
|
4434
|
+
----------
|
4435
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4436
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4437
|
+
|
4438
|
+
__setslice__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type j, DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector v)
|
4439
|
+
|
4440
|
+
Parameters
|
4441
|
+
----------
|
4442
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4443
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4444
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > > > const &
|
4445
|
+
|
4446
|
+
"""
|
4447
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector___setslice__(self, *args)
|
4448
|
+
|
4449
|
+
def __delslice__(self, i, j):
|
4450
|
+
r"""
|
4451
|
+
__delslice__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type j)
|
4452
|
+
|
4453
|
+
Parameters
|
4454
|
+
----------
|
4455
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4456
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4457
|
+
|
4458
|
+
"""
|
4459
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector___delslice__(self, i, j)
|
4460
|
+
|
4461
|
+
def __delitem__(self, *args):
|
4462
|
+
r"""
|
4463
|
+
__delitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type i)
|
4464
|
+
|
4465
|
+
Parameters
|
4466
|
+
----------
|
4467
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4468
|
+
|
4469
|
+
__delitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, PySliceObject * slice)
|
4470
|
+
|
4471
|
+
Parameters
|
4472
|
+
----------
|
4473
|
+
slice: PySliceObject *
|
4474
|
+
|
4475
|
+
"""
|
4476
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector___delitem__(self, *args)
|
4477
|
+
|
4478
|
+
def __getitem__(self, *args):
|
4479
|
+
r"""
|
4480
|
+
__getitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, PySliceObject * slice) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector
|
4481
|
+
|
4482
|
+
Parameters
|
4483
|
+
----------
|
4484
|
+
slice: PySliceObject *
|
4485
|
+
|
4486
|
+
__getitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &
|
4487
|
+
|
4488
|
+
Parameters
|
4489
|
+
----------
|
4490
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4491
|
+
|
4492
|
+
"""
|
4493
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector___getitem__(self, *args)
|
4494
|
+
|
4495
|
+
def __setitem__(self, *args):
|
4496
|
+
r"""
|
4497
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, PySliceObject * slice, DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector v)
|
4498
|
+
|
4499
|
+
Parameters
|
4500
|
+
----------
|
4501
|
+
slice: PySliceObject *
|
4502
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > > > const &
|
4503
|
+
|
4504
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, PySliceObject * slice)
|
4505
|
+
|
4506
|
+
Parameters
|
4507
|
+
----------
|
4508
|
+
slice: PySliceObject *
|
4509
|
+
|
4510
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const & x)
|
4511
|
+
|
4512
|
+
Parameters
|
4513
|
+
----------
|
4514
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::difference_type
|
4515
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &
|
4516
|
+
|
4517
|
+
"""
|
4518
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector___setitem__(self, *args)
|
4519
|
+
|
4520
|
+
def pop(self):
|
4521
|
+
r"""pop(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type"""
|
4522
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_pop(self)
|
4523
|
+
|
4524
|
+
def append(self, x):
|
4525
|
+
r"""
|
4526
|
+
append(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const & x)
|
4527
|
+
|
4528
|
+
Parameters
|
4529
|
+
----------
|
4530
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &
|
4531
|
+
|
4532
|
+
"""
|
4533
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_append(self, x)
|
4534
|
+
|
4535
|
+
def empty(self):
|
4536
|
+
r"""empty(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> bool"""
|
4537
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_empty(self)
|
4538
|
+
|
4539
|
+
def size(self):
|
4540
|
+
r"""size(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type"""
|
4541
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_size(self)
|
4542
|
+
|
4543
|
+
def swap(self, v):
|
4544
|
+
r"""
|
4545
|
+
swap(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector v)
|
4546
|
+
|
4547
|
+
Parameters
|
4548
|
+
----------
|
4549
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > > &
|
4550
|
+
|
4551
|
+
"""
|
4552
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_swap(self, v)
|
4553
|
+
|
4554
|
+
def begin(self):
|
4555
|
+
r"""begin(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator"""
|
4556
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_begin(self)
|
4557
|
+
|
4558
|
+
def end(self):
|
4559
|
+
r"""end(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator"""
|
4560
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_end(self)
|
4561
|
+
|
4562
|
+
def rbegin(self):
|
4563
|
+
r"""rbegin(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::reverse_iterator"""
|
4564
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_rbegin(self)
|
4565
|
+
|
4566
|
+
def rend(self):
|
4567
|
+
r"""rend(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::reverse_iterator"""
|
4568
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_rend(self)
|
4569
|
+
|
4570
|
+
def clear(self):
|
4571
|
+
r"""clear(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self)"""
|
4572
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_clear(self)
|
4573
|
+
|
4574
|
+
def get_allocator(self):
|
4575
|
+
r"""get_allocator(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::allocator_type"""
|
4576
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_get_allocator(self)
|
4577
|
+
|
4578
|
+
def pop_back(self):
|
4579
|
+
r"""pop_back(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self)"""
|
4580
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_pop_back(self)
|
4581
|
+
|
4582
|
+
def erase(self, *args):
|
4583
|
+
r"""
|
4584
|
+
erase(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator
|
4585
|
+
|
4586
|
+
Parameters
|
4587
|
+
----------
|
4588
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator
|
4589
|
+
|
4590
|
+
erase(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator first, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator last) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator
|
4591
|
+
|
4592
|
+
Parameters
|
4593
|
+
----------
|
4594
|
+
first: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator
|
4595
|
+
last: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator
|
4596
|
+
|
4597
|
+
"""
|
4598
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_erase(self, *args)
|
4599
|
+
|
4600
|
+
def __init__(self, *args):
|
4601
|
+
r"""
|
4602
|
+
__init__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector
|
4603
|
+
__init__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector other) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector
|
4604
|
+
|
4605
|
+
Parameters
|
4606
|
+
----------
|
4607
|
+
other: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > > const &
|
4608
|
+
|
4609
|
+
__init__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type size) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector
|
4610
|
+
|
4611
|
+
Parameters
|
4612
|
+
----------
|
4613
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type
|
4614
|
+
|
4615
|
+
__init__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const & value) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector
|
4616
|
+
|
4617
|
+
Parameters
|
4618
|
+
----------
|
4619
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type
|
4620
|
+
value: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &
|
4621
|
+
|
4622
|
+
"""
|
4623
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_swiginit(self, _DriveTrainSwig.new_DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector(*args))
|
4624
|
+
|
4625
|
+
def push_back(self, x):
|
4626
|
+
r"""
|
4627
|
+
push_back(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const & x)
|
4628
|
+
|
4629
|
+
Parameters
|
4630
|
+
----------
|
4631
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &
|
4632
|
+
|
4633
|
+
"""
|
4634
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_push_back(self, x)
|
4635
|
+
|
4636
|
+
def front(self):
|
4637
|
+
r"""front(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &"""
|
4638
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_front(self)
|
4639
|
+
|
4640
|
+
def back(self):
|
4641
|
+
r"""back(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &"""
|
4642
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_back(self)
|
4643
|
+
|
4644
|
+
def assign(self, n, x):
|
4645
|
+
r"""
|
4646
|
+
assign(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const & x)
|
4647
|
+
|
4648
|
+
Parameters
|
4649
|
+
----------
|
4650
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type
|
4651
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &
|
4652
|
+
|
4653
|
+
"""
|
4654
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_assign(self, n, x)
|
4655
|
+
|
4656
|
+
def resize(self, *args):
|
4657
|
+
r"""
|
4658
|
+
resize(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type new_size)
|
4659
|
+
|
4660
|
+
Parameters
|
4661
|
+
----------
|
4662
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type
|
4663
|
+
|
4664
|
+
resize(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type new_size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const & x)
|
4665
|
+
|
4666
|
+
Parameters
|
4667
|
+
----------
|
4668
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type
|
4669
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &
|
4670
|
+
|
4671
|
+
"""
|
4672
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_resize(self, *args)
|
4673
|
+
|
4674
|
+
def insert(self, *args):
|
4675
|
+
r"""
|
4676
|
+
insert(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator
|
4677
|
+
|
4678
|
+
Parameters
|
4679
|
+
----------
|
4680
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator
|
4681
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &
|
4682
|
+
|
4683
|
+
insert(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const & x)
|
4684
|
+
|
4685
|
+
Parameters
|
4686
|
+
----------
|
4687
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::iterator
|
4688
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type
|
4689
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::value_type const &
|
4690
|
+
|
4691
|
+
"""
|
4692
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_insert(self, *args)
|
4693
|
+
|
4694
|
+
def reserve(self, n):
|
4695
|
+
r"""
|
4696
|
+
reserve(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type n)
|
4697
|
+
|
4698
|
+
Parameters
|
4699
|
+
----------
|
4700
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type
|
4701
|
+
|
4702
|
+
"""
|
4703
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_reserve(self, n)
|
4704
|
+
|
4705
|
+
def capacity(self):
|
4706
|
+
r"""capacity(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput > >::size_type"""
|
4707
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_capacity(self)
|
4708
|
+
__swig_destroy__ = _DriveTrainSwig.delete_DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector
|
4709
|
+
|
4710
|
+
# Register DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector in _DriveTrainSwig:
|
4711
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector_swigregister(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_Vector)
|
4712
|
+
|
4713
|
+
class DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector(object):
|
4714
|
+
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > > class."""
|
4715
|
+
|
4716
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4717
|
+
__repr__ = _swig_repr
|
4718
|
+
|
4719
|
+
def iterator(self):
|
4720
|
+
r"""iterator(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> SwigPyIterator"""
|
4721
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_iterator(self)
|
4722
|
+
def __iter__(self):
|
4723
|
+
return self.iterator()
|
4724
|
+
|
4725
|
+
def __nonzero__(self):
|
4726
|
+
r"""__nonzero__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> bool"""
|
4727
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector___nonzero__(self)
|
4728
|
+
|
4729
|
+
def __bool__(self):
|
4730
|
+
r"""__bool__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> bool"""
|
4731
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector___bool__(self)
|
4732
|
+
|
4733
|
+
def __len__(self):
|
4734
|
+
r"""__len__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type"""
|
4735
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector___len__(self)
|
4736
|
+
|
4737
|
+
def __getslice__(self, i, j):
|
4738
|
+
r"""
|
4739
|
+
__getslice__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type j) -> DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector
|
4740
|
+
|
4741
|
+
Parameters
|
4742
|
+
----------
|
4743
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4744
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4745
|
+
|
4746
|
+
"""
|
4747
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector___getslice__(self, i, j)
|
4748
|
+
|
4749
|
+
def __setslice__(self, *args):
|
4750
|
+
r"""
|
4751
|
+
__setslice__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type j)
|
4752
|
+
|
4753
|
+
Parameters
|
4754
|
+
----------
|
4755
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4756
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4757
|
+
|
4758
|
+
__setslice__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type j, DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector v)
|
4759
|
+
|
4760
|
+
Parameters
|
4761
|
+
----------
|
4762
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4763
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4764
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > > > const &
|
4765
|
+
|
4766
|
+
"""
|
4767
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector___setslice__(self, *args)
|
4768
|
+
|
4769
|
+
def __delslice__(self, i, j):
|
4770
|
+
r"""
|
4771
|
+
__delslice__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type j)
|
4772
|
+
|
4773
|
+
Parameters
|
4774
|
+
----------
|
4775
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4776
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4777
|
+
|
4778
|
+
"""
|
4779
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector___delslice__(self, i, j)
|
4780
|
+
|
4781
|
+
def __delitem__(self, *args):
|
4782
|
+
r"""
|
4783
|
+
__delitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type i)
|
4784
|
+
|
4785
|
+
Parameters
|
4786
|
+
----------
|
4787
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4788
|
+
|
4789
|
+
__delitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, PySliceObject * slice)
|
4790
|
+
|
4791
|
+
Parameters
|
4792
|
+
----------
|
4793
|
+
slice: PySliceObject *
|
4794
|
+
|
4795
|
+
"""
|
4796
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector___delitem__(self, *args)
|
4797
|
+
|
4798
|
+
def __getitem__(self, *args):
|
4799
|
+
r"""
|
4800
|
+
__getitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, PySliceObject * slice) -> DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector
|
4801
|
+
|
4802
|
+
Parameters
|
4803
|
+
----------
|
4804
|
+
slice: PySliceObject *
|
4805
|
+
|
4806
|
+
__getitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &
|
4807
|
+
|
4808
|
+
Parameters
|
4809
|
+
----------
|
4810
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4811
|
+
|
4812
|
+
"""
|
4813
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector___getitem__(self, *args)
|
4814
|
+
|
4815
|
+
def __setitem__(self, *args):
|
4816
|
+
r"""
|
4817
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, PySliceObject * slice, DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector v)
|
4818
|
+
|
4819
|
+
Parameters
|
4820
|
+
----------
|
4821
|
+
slice: PySliceObject *
|
4822
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > > > const &
|
4823
|
+
|
4824
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, PySliceObject * slice)
|
4825
|
+
|
4826
|
+
Parameters
|
4827
|
+
----------
|
4828
|
+
slice: PySliceObject *
|
4829
|
+
|
4830
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const & x)
|
4831
|
+
|
4832
|
+
Parameters
|
4833
|
+
----------
|
4834
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::difference_type
|
4835
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &
|
4836
|
+
|
4837
|
+
"""
|
4838
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector___setitem__(self, *args)
|
4839
|
+
|
4840
|
+
def pop(self):
|
4841
|
+
r"""pop(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type"""
|
4842
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_pop(self)
|
4843
|
+
|
4844
|
+
def append(self, x):
|
4845
|
+
r"""
|
4846
|
+
append(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const & x)
|
4847
|
+
|
4848
|
+
Parameters
|
4849
|
+
----------
|
4850
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &
|
4851
|
+
|
4852
|
+
"""
|
4853
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_append(self, x)
|
4854
|
+
|
4855
|
+
def empty(self):
|
4856
|
+
r"""empty(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> bool"""
|
4857
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_empty(self)
|
4858
|
+
|
4859
|
+
def size(self):
|
4860
|
+
r"""size(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type"""
|
4861
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_size(self)
|
4862
|
+
|
4863
|
+
def swap(self, v):
|
4864
|
+
r"""
|
4865
|
+
swap(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector v)
|
4866
|
+
|
4867
|
+
Parameters
|
4868
|
+
----------
|
4869
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > > &
|
4870
|
+
|
4871
|
+
"""
|
4872
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_swap(self, v)
|
4873
|
+
|
4874
|
+
def begin(self):
|
4875
|
+
r"""begin(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator"""
|
4876
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_begin(self)
|
4877
|
+
|
4878
|
+
def end(self):
|
4879
|
+
r"""end(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator"""
|
4880
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_end(self)
|
4881
|
+
|
4882
|
+
def rbegin(self):
|
4883
|
+
r"""rbegin(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::reverse_iterator"""
|
4884
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_rbegin(self)
|
4885
|
+
|
4886
|
+
def rend(self):
|
4887
|
+
r"""rend(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::reverse_iterator"""
|
4888
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_rend(self)
|
4889
|
+
|
4890
|
+
def clear(self):
|
4891
|
+
r"""clear(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self)"""
|
4892
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_clear(self)
|
4893
|
+
|
4894
|
+
def get_allocator(self):
|
4895
|
+
r"""get_allocator(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::allocator_type"""
|
4896
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_get_allocator(self)
|
4897
|
+
|
4898
|
+
def pop_back(self):
|
4899
|
+
r"""pop_back(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self)"""
|
4900
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_pop_back(self)
|
4901
|
+
|
4902
|
+
def erase(self, *args):
|
4903
|
+
r"""
|
4904
|
+
erase(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator
|
4905
|
+
|
4906
|
+
Parameters
|
4907
|
+
----------
|
4908
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator
|
4909
|
+
|
4910
|
+
erase(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator first, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator last) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator
|
4911
|
+
|
4912
|
+
Parameters
|
4913
|
+
----------
|
4914
|
+
first: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator
|
4915
|
+
last: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator
|
4916
|
+
|
4917
|
+
"""
|
4918
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_erase(self, *args)
|
4919
|
+
|
4920
|
+
def __init__(self, *args):
|
4921
|
+
r"""
|
4922
|
+
__init__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector
|
4923
|
+
__init__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector other) -> DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector
|
4924
|
+
|
4925
|
+
Parameters
|
4926
|
+
----------
|
4927
|
+
other: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > > const &
|
4928
|
+
|
4929
|
+
__init__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type size) -> DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector
|
4930
|
+
|
4931
|
+
Parameters
|
4932
|
+
----------
|
4933
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type
|
4934
|
+
|
4935
|
+
__init__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const & value) -> DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector
|
4936
|
+
|
4937
|
+
Parameters
|
4938
|
+
----------
|
4939
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type
|
4940
|
+
value: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &
|
4941
|
+
|
4942
|
+
"""
|
4943
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_swiginit(self, _DriveTrainSwig.new_DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector(*args))
|
4944
|
+
|
4945
|
+
def push_back(self, x):
|
4946
|
+
r"""
|
4947
|
+
push_back(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const & x)
|
4948
|
+
|
4949
|
+
Parameters
|
4950
|
+
----------
|
4951
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &
|
4952
|
+
|
4953
|
+
"""
|
4954
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_push_back(self, x)
|
4955
|
+
|
4956
|
+
def front(self):
|
4957
|
+
r"""front(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &"""
|
4958
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_front(self)
|
4959
|
+
|
4960
|
+
def back(self):
|
4961
|
+
r"""back(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &"""
|
4962
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_back(self)
|
4963
|
+
|
4964
|
+
def assign(self, n, x):
|
4965
|
+
r"""
|
4966
|
+
assign(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const & x)
|
4967
|
+
|
4968
|
+
Parameters
|
4969
|
+
----------
|
4970
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type
|
4971
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &
|
4972
|
+
|
4973
|
+
"""
|
4974
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_assign(self, n, x)
|
4975
|
+
|
4976
|
+
def resize(self, *args):
|
4977
|
+
r"""
|
4978
|
+
resize(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type new_size)
|
4979
|
+
|
4980
|
+
Parameters
|
4981
|
+
----------
|
4982
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type
|
4983
|
+
|
4984
|
+
resize(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type new_size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const & x)
|
4985
|
+
|
4986
|
+
Parameters
|
4987
|
+
----------
|
4988
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type
|
4989
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &
|
4990
|
+
|
4991
|
+
"""
|
4992
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_resize(self, *args)
|
4993
|
+
|
4994
|
+
def insert(self, *args):
|
4995
|
+
r"""
|
4996
|
+
insert(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator
|
4997
|
+
|
4998
|
+
Parameters
|
4999
|
+
----------
|
5000
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator
|
5001
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &
|
5002
|
+
|
5003
|
+
insert(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const & x)
|
5004
|
+
|
5005
|
+
Parameters
|
5006
|
+
----------
|
5007
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::iterator
|
5008
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type
|
5009
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::value_type const &
|
5010
|
+
|
5011
|
+
"""
|
5012
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_insert(self, *args)
|
5013
|
+
|
5014
|
+
def reserve(self, n):
|
5015
|
+
r"""
|
5016
|
+
reserve(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type n)
|
5017
|
+
|
5018
|
+
Parameters
|
5019
|
+
----------
|
5020
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type
|
5021
|
+
|
5022
|
+
"""
|
5023
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_reserve(self, n)
|
5024
|
+
|
5025
|
+
def capacity(self):
|
5026
|
+
r"""capacity(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput > >::size_type"""
|
5027
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_capacity(self)
|
5028
|
+
__swig_destroy__ = _DriveTrainSwig.delete_DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector
|
5029
|
+
|
5030
|
+
# Register DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector in _DriveTrainSwig:
|
5031
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector_swigregister(DriveTrain_Signals_AutomaticClutchEngagementDurationInput_Vector)
|
5032
|
+
|
5033
|
+
class DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector(object):
|
5034
|
+
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > > class."""
|
5035
|
+
|
5036
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
5037
|
+
__repr__ = _swig_repr
|
5038
|
+
|
5039
|
+
def iterator(self):
|
5040
|
+
r"""iterator(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> SwigPyIterator"""
|
5041
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_iterator(self)
|
5042
|
+
def __iter__(self):
|
5043
|
+
return self.iterator()
|
5044
|
+
|
5045
|
+
def __nonzero__(self):
|
5046
|
+
r"""__nonzero__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> bool"""
|
5047
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector___nonzero__(self)
|
5048
|
+
|
5049
|
+
def __bool__(self):
|
5050
|
+
r"""__bool__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> bool"""
|
5051
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector___bool__(self)
|
5052
|
+
|
5053
|
+
def __len__(self):
|
5054
|
+
r"""__len__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type"""
|
5055
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector___len__(self)
|
5056
|
+
|
5057
|
+
def __getslice__(self, i, j):
|
5058
|
+
r"""
|
5059
|
+
__getslice__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type j) -> DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector
|
5060
|
+
|
5061
|
+
Parameters
|
5062
|
+
----------
|
5063
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5064
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5065
|
+
|
5066
|
+
"""
|
5067
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector___getslice__(self, i, j)
|
5068
|
+
|
5069
|
+
def __setslice__(self, *args):
|
5070
|
+
r"""
|
5071
|
+
__setslice__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type j)
|
5072
|
+
|
5073
|
+
Parameters
|
5074
|
+
----------
|
5075
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5076
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5077
|
+
|
5078
|
+
__setslice__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type j, DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector v)
|
5079
|
+
|
5080
|
+
Parameters
|
5081
|
+
----------
|
5082
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5083
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5084
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > > > const &
|
5085
|
+
|
5086
|
+
"""
|
5087
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector___setslice__(self, *args)
|
5088
|
+
|
5089
|
+
def __delslice__(self, i, j):
|
5090
|
+
r"""
|
5091
|
+
__delslice__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type j)
|
5092
|
+
|
5093
|
+
Parameters
|
5094
|
+
----------
|
5095
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5096
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5097
|
+
|
5098
|
+
"""
|
5099
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector___delslice__(self, i, j)
|
5100
|
+
|
5101
|
+
def __delitem__(self, *args):
|
5102
|
+
r"""
|
5103
|
+
__delitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type i)
|
5104
|
+
|
5105
|
+
Parameters
|
5106
|
+
----------
|
5107
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5108
|
+
|
5109
|
+
__delitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, PySliceObject * slice)
|
5110
|
+
|
5111
|
+
Parameters
|
5112
|
+
----------
|
5113
|
+
slice: PySliceObject *
|
5114
|
+
|
5115
|
+
"""
|
5116
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector___delitem__(self, *args)
|
5117
|
+
|
5118
|
+
def __getitem__(self, *args):
|
5119
|
+
r"""
|
5120
|
+
__getitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, PySliceObject * slice) -> DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector
|
5121
|
+
|
5122
|
+
Parameters
|
5123
|
+
----------
|
5124
|
+
slice: PySliceObject *
|
5125
|
+
|
5126
|
+
__getitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &
|
5127
|
+
|
5128
|
+
Parameters
|
5129
|
+
----------
|
5130
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5131
|
+
|
5132
|
+
"""
|
5133
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector___getitem__(self, *args)
|
5134
|
+
|
5135
|
+
def __setitem__(self, *args):
|
5136
|
+
r"""
|
5137
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, PySliceObject * slice, DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector v)
|
5138
|
+
|
5139
|
+
Parameters
|
5140
|
+
----------
|
5141
|
+
slice: PySliceObject *
|
5142
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > > > const &
|
5143
|
+
|
5144
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, PySliceObject * slice)
|
5145
|
+
|
5146
|
+
Parameters
|
5147
|
+
----------
|
5148
|
+
slice: PySliceObject *
|
5149
|
+
|
5150
|
+
__setitem__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const & x)
|
5151
|
+
|
5152
|
+
Parameters
|
5153
|
+
----------
|
5154
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::difference_type
|
5155
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &
|
5156
|
+
|
5157
|
+
"""
|
5158
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector___setitem__(self, *args)
|
5159
|
+
|
5160
|
+
def pop(self):
|
5161
|
+
r"""pop(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type"""
|
5162
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_pop(self)
|
5163
|
+
|
5164
|
+
def append(self, x):
|
5165
|
+
r"""
|
5166
|
+
append(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const & x)
|
5167
|
+
|
5168
|
+
Parameters
|
5169
|
+
----------
|
5170
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &
|
5171
|
+
|
5172
|
+
"""
|
5173
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_append(self, x)
|
5174
|
+
|
5175
|
+
def empty(self):
|
5176
|
+
r"""empty(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> bool"""
|
5177
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_empty(self)
|
5178
|
+
|
5179
|
+
def size(self):
|
5180
|
+
r"""size(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type"""
|
5181
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_size(self)
|
5182
|
+
|
5183
|
+
def swap(self, v):
|
5184
|
+
r"""
|
5185
|
+
swap(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector v)
|
5186
|
+
|
5187
|
+
Parameters
|
5188
|
+
----------
|
5189
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > > &
|
5190
|
+
|
5191
|
+
"""
|
5192
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_swap(self, v)
|
5193
|
+
|
5194
|
+
def begin(self):
|
5195
|
+
r"""begin(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator"""
|
5196
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_begin(self)
|
5197
|
+
|
5198
|
+
def end(self):
|
5199
|
+
r"""end(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator"""
|
5200
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_end(self)
|
5201
|
+
|
5202
|
+
def rbegin(self):
|
5203
|
+
r"""rbegin(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::reverse_iterator"""
|
5204
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_rbegin(self)
|
5205
|
+
|
5206
|
+
def rend(self):
|
5207
|
+
r"""rend(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::reverse_iterator"""
|
5208
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_rend(self)
|
5209
|
+
|
5210
|
+
def clear(self):
|
5211
|
+
r"""clear(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self)"""
|
5212
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_clear(self)
|
5213
|
+
|
5214
|
+
def get_allocator(self):
|
5215
|
+
r"""get_allocator(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::allocator_type"""
|
5216
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_get_allocator(self)
|
5217
|
+
|
5218
|
+
def pop_back(self):
|
5219
|
+
r"""pop_back(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self)"""
|
5220
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_pop_back(self)
|
5221
|
+
|
5222
|
+
def erase(self, *args):
|
5223
|
+
r"""
|
5224
|
+
erase(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator
|
5225
|
+
|
5226
|
+
Parameters
|
5227
|
+
----------
|
5228
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator
|
5229
|
+
|
5230
|
+
erase(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator first, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator last) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator
|
5231
|
+
|
5232
|
+
Parameters
|
5233
|
+
----------
|
5234
|
+
first: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator
|
5235
|
+
last: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator
|
5236
|
+
|
5237
|
+
"""
|
5238
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_erase(self, *args)
|
5239
|
+
|
5240
|
+
def __init__(self, *args):
|
5241
|
+
r"""
|
5242
|
+
__init__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector
|
5243
|
+
__init__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector other) -> DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector
|
5244
|
+
|
5245
|
+
Parameters
|
5246
|
+
----------
|
5247
|
+
other: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > > const &
|
5248
|
+
|
5249
|
+
__init__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type size) -> DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector
|
5250
|
+
|
5251
|
+
Parameters
|
5252
|
+
----------
|
5253
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type
|
5254
|
+
|
5255
|
+
__init__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const & value) -> DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector
|
5256
|
+
|
5257
|
+
Parameters
|
5258
|
+
----------
|
5259
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type
|
5260
|
+
value: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &
|
5261
|
+
|
5262
|
+
"""
|
5263
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_swiginit(self, _DriveTrainSwig.new_DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector(*args))
|
5264
|
+
|
5265
|
+
def push_back(self, x):
|
5266
|
+
r"""
|
5267
|
+
push_back(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const & x)
|
5268
|
+
|
5269
|
+
Parameters
|
5270
|
+
----------
|
5271
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &
|
5272
|
+
|
5273
|
+
"""
|
5274
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_push_back(self, x)
|
5275
|
+
|
5276
|
+
def front(self):
|
5277
|
+
r"""front(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &"""
|
5278
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_front(self)
|
5279
|
+
|
5280
|
+
def back(self):
|
5281
|
+
r"""back(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &"""
|
5282
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_back(self)
|
5283
|
+
|
5284
|
+
def assign(self, n, x):
|
5285
|
+
r"""
|
5286
|
+
assign(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const & x)
|
5287
|
+
|
5288
|
+
Parameters
|
5289
|
+
----------
|
5290
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type
|
5291
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &
|
5292
|
+
|
5293
|
+
"""
|
5294
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_assign(self, n, x)
|
5295
|
+
|
5296
|
+
def resize(self, *args):
|
5297
|
+
r"""
|
5298
|
+
resize(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type new_size)
|
5299
|
+
|
5300
|
+
Parameters
|
5301
|
+
----------
|
5302
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type
|
5303
|
+
|
5304
|
+
resize(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type new_size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const & x)
|
5305
|
+
|
5306
|
+
Parameters
|
5307
|
+
----------
|
5308
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type
|
5309
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &
|
5310
|
+
|
5311
|
+
"""
|
5312
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_resize(self, *args)
|
5313
|
+
|
5314
|
+
def insert(self, *args):
|
5315
|
+
r"""
|
5316
|
+
insert(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator
|
5317
|
+
|
5318
|
+
Parameters
|
5319
|
+
----------
|
5320
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator
|
5321
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &
|
5322
|
+
|
5323
|
+
insert(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const & x)
|
5324
|
+
|
5325
|
+
Parameters
|
5326
|
+
----------
|
5327
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::iterator
|
5328
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type
|
5329
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::value_type const &
|
5330
|
+
|
5331
|
+
"""
|
5332
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_insert(self, *args)
|
5333
|
+
|
5334
|
+
def reserve(self, n):
|
5335
|
+
r"""
|
5336
|
+
reserve(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type n)
|
5337
|
+
|
5338
|
+
Parameters
|
5339
|
+
----------
|
5340
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type
|
5341
|
+
|
5342
|
+
"""
|
5343
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_reserve(self, n)
|
5344
|
+
|
5345
|
+
def capacity(self):
|
5346
|
+
r"""capacity(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput > >::size_type"""
|
5347
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_capacity(self)
|
5348
|
+
__swig_destroy__ = _DriveTrainSwig.delete_DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector
|
5349
|
+
|
5350
|
+
# Register DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector in _DriveTrainSwig:
|
5351
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector_swigregister(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_Vector)
|
5352
|
+
|
4073
5353
|
class DriveTrain_Signals_TorqueConverterLockUpInput_Vector(object):
|
4074
5354
|
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > > class."""
|
4075
5355
|
|
@@ -7160,9 +8440,13 @@ class DriveTrain_AutomaticClutch(DriveTrain_ManualClutch):
|
|
7160
8440
|
r"""__init__(DriveTrain_AutomaticClutch self) -> DriveTrain_AutomaticClutch"""
|
7161
8441
|
_DriveTrainSwig.DriveTrain_AutomaticClutch_swiginit(self, _DriveTrainSwig.new_DriveTrain_AutomaticClutch())
|
7162
8442
|
|
7163
|
-
def
|
7164
|
-
r"""
|
7165
|
-
return _DriveTrainSwig.
|
8443
|
+
def engagement_duration(self):
|
8444
|
+
r"""engagement_duration(DriveTrain_AutomaticClutch self) -> double"""
|
8445
|
+
return _DriveTrainSwig.DriveTrain_AutomaticClutch_engagement_duration(self)
|
8446
|
+
|
8447
|
+
def disengagement_duration(self):
|
8448
|
+
r"""disengagement_duration(DriveTrain_AutomaticClutch self) -> double"""
|
8449
|
+
return _DriveTrainSwig.DriveTrain_AutomaticClutch_disengagement_duration(self)
|
7166
8450
|
|
7167
8451
|
def initially_engaged(self):
|
7168
8452
|
r"""initially_engaged(DriveTrain_AutomaticClutch self) -> bool"""
|
@@ -7176,6 +8460,22 @@ class DriveTrain_AutomaticClutch(DriveTrain_ManualClutch):
|
|
7176
8460
|
r"""engaged_output(DriveTrain_AutomaticClutch self) -> std::shared_ptr< openplx::Physics::Signals::EngagedOutput >"""
|
7177
8461
|
return _DriveTrainSwig.DriveTrain_AutomaticClutch_engaged_output(self)
|
7178
8462
|
|
8463
|
+
def engagement_duration_input(self):
|
8464
|
+
r"""engagement_duration_input(DriveTrain_AutomaticClutch self) -> std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput >"""
|
8465
|
+
return _DriveTrainSwig.DriveTrain_AutomaticClutch_engagement_duration_input(self)
|
8466
|
+
|
8467
|
+
def engagement_duration_output(self):
|
8468
|
+
r"""engagement_duration_output(DriveTrain_AutomaticClutch self) -> std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput >"""
|
8469
|
+
return _DriveTrainSwig.DriveTrain_AutomaticClutch_engagement_duration_output(self)
|
8470
|
+
|
8471
|
+
def disengagement_duration_input(self):
|
8472
|
+
r"""disengagement_duration_input(DriveTrain_AutomaticClutch self) -> std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput >"""
|
8473
|
+
return _DriveTrainSwig.DriveTrain_AutomaticClutch_disengagement_duration_input(self)
|
8474
|
+
|
8475
|
+
def disengagement_duration_output(self):
|
8476
|
+
r"""disengagement_duration_output(DriveTrain_AutomaticClutch self) -> std::shared_ptr< openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput >"""
|
8477
|
+
return _DriveTrainSwig.DriveTrain_AutomaticClutch_disengagement_duration_output(self)
|
8478
|
+
|
7179
8479
|
def setDynamic(self, key, value):
|
7180
8480
|
r"""
|
7181
8481
|
setDynamic(DriveTrain_AutomaticClutch self, std::string const & key, Any value)
|
@@ -8190,6 +9490,334 @@ class DriveTrain_Shaft(openplx.Physics1D.Physics1D_Bodies_RotationalBody):
|
|
8190
9490
|
# Register DriveTrain_Shaft in _DriveTrainSwig:
|
8191
9491
|
_DriveTrainSwig.DriveTrain_Shaft_swigregister(DriveTrain_Shaft)
|
8192
9492
|
|
9493
|
+
class DriveTrain_Signals_AutomaticClutchDisengagementDurationInput(openplx.Physics.Physics_Signals_DurationInput):
|
9494
|
+
r"""Proxy of C++ openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationInput class."""
|
9495
|
+
|
9496
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
9497
|
+
__repr__ = _swig_repr
|
9498
|
+
|
9499
|
+
def __init__(self):
|
9500
|
+
r"""__init__(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput self) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationInput"""
|
9501
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_swiginit(self, _DriveTrainSwig.new_DriveTrain_Signals_AutomaticClutchDisengagementDurationInput())
|
9502
|
+
|
9503
|
+
def setDynamic(self, key, value):
|
9504
|
+
r"""
|
9505
|
+
setDynamic(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput self, std::string const & key, Any value)
|
9506
|
+
|
9507
|
+
Parameters
|
9508
|
+
----------
|
9509
|
+
key: std::string const &
|
9510
|
+
value: openplx::Core::Any &&
|
9511
|
+
|
9512
|
+
"""
|
9513
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_setDynamic(self, key, value)
|
9514
|
+
|
9515
|
+
def getDynamic(self, key):
|
9516
|
+
r"""
|
9517
|
+
getDynamic(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput self, std::string const & key) -> Any
|
9518
|
+
|
9519
|
+
Parameters
|
9520
|
+
----------
|
9521
|
+
key: std::string const &
|
9522
|
+
|
9523
|
+
"""
|
9524
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_getDynamic(self, key)
|
9525
|
+
|
9526
|
+
def callDynamic(self, key, args):
|
9527
|
+
r"""
|
9528
|
+
callDynamic(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput self, std::string const & key, AnyVector args) -> Any
|
9529
|
+
|
9530
|
+
Parameters
|
9531
|
+
----------
|
9532
|
+
key: std::string const &
|
9533
|
+
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
9534
|
+
|
9535
|
+
"""
|
9536
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_callDynamic(self, key, args)
|
9537
|
+
|
9538
|
+
def extractObjectFieldsTo(self, output):
|
9539
|
+
r"""
|
9540
|
+
extractObjectFieldsTo(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput self, ObjectVector output)
|
9541
|
+
|
9542
|
+
Parameters
|
9543
|
+
----------
|
9544
|
+
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
9545
|
+
|
9546
|
+
"""
|
9547
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_extractObjectFieldsTo(self, output)
|
9548
|
+
|
9549
|
+
def extractEntriesTo(self, output):
|
9550
|
+
r"""
|
9551
|
+
extractEntriesTo(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
9552
|
+
|
9553
|
+
Parameters
|
9554
|
+
----------
|
9555
|
+
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
9556
|
+
|
9557
|
+
"""
|
9558
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_extractEntriesTo(self, output)
|
9559
|
+
|
9560
|
+
def triggerOnInit(self, context):
|
9561
|
+
r"""
|
9562
|
+
triggerOnInit(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput self, openplx::RuntimeContext const & context)
|
9563
|
+
|
9564
|
+
Parameters
|
9565
|
+
----------
|
9566
|
+
context: openplx::RuntimeContext const &
|
9567
|
+
|
9568
|
+
"""
|
9569
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_triggerOnInit(self, context)
|
9570
|
+
__swig_destroy__ = _DriveTrainSwig.delete_DriveTrain_Signals_AutomaticClutchDisengagementDurationInput
|
9571
|
+
|
9572
|
+
# Register DriveTrain_Signals_AutomaticClutchDisengagementDurationInput in _DriveTrainSwig:
|
9573
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationInput_swigregister(DriveTrain_Signals_AutomaticClutchDisengagementDurationInput)
|
9574
|
+
|
9575
|
+
class DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput(openplx.Physics.Physics_Signals_DurationOutput):
|
9576
|
+
r"""Proxy of C++ openplx::DriveTrain::Signals::AutomaticClutchDisengagementDurationOutput class."""
|
9577
|
+
|
9578
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
9579
|
+
__repr__ = _swig_repr
|
9580
|
+
|
9581
|
+
def __init__(self):
|
9582
|
+
r"""__init__(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput self) -> DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput"""
|
9583
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_swiginit(self, _DriveTrainSwig.new_DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput())
|
9584
|
+
|
9585
|
+
def setDynamic(self, key, value):
|
9586
|
+
r"""
|
9587
|
+
setDynamic(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput self, std::string const & key, Any value)
|
9588
|
+
|
9589
|
+
Parameters
|
9590
|
+
----------
|
9591
|
+
key: std::string const &
|
9592
|
+
value: openplx::Core::Any &&
|
9593
|
+
|
9594
|
+
"""
|
9595
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_setDynamic(self, key, value)
|
9596
|
+
|
9597
|
+
def getDynamic(self, key):
|
9598
|
+
r"""
|
9599
|
+
getDynamic(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput self, std::string const & key) -> Any
|
9600
|
+
|
9601
|
+
Parameters
|
9602
|
+
----------
|
9603
|
+
key: std::string const &
|
9604
|
+
|
9605
|
+
"""
|
9606
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_getDynamic(self, key)
|
9607
|
+
|
9608
|
+
def callDynamic(self, key, args):
|
9609
|
+
r"""
|
9610
|
+
callDynamic(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput self, std::string const & key, AnyVector args) -> Any
|
9611
|
+
|
9612
|
+
Parameters
|
9613
|
+
----------
|
9614
|
+
key: std::string const &
|
9615
|
+
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
9616
|
+
|
9617
|
+
"""
|
9618
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_callDynamic(self, key, args)
|
9619
|
+
|
9620
|
+
def extractObjectFieldsTo(self, output):
|
9621
|
+
r"""
|
9622
|
+
extractObjectFieldsTo(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput self, ObjectVector output)
|
9623
|
+
|
9624
|
+
Parameters
|
9625
|
+
----------
|
9626
|
+
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
9627
|
+
|
9628
|
+
"""
|
9629
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_extractObjectFieldsTo(self, output)
|
9630
|
+
|
9631
|
+
def extractEntriesTo(self, output):
|
9632
|
+
r"""
|
9633
|
+
extractEntriesTo(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
9634
|
+
|
9635
|
+
Parameters
|
9636
|
+
----------
|
9637
|
+
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
9638
|
+
|
9639
|
+
"""
|
9640
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_extractEntriesTo(self, output)
|
9641
|
+
|
9642
|
+
def triggerOnInit(self, context):
|
9643
|
+
r"""
|
9644
|
+
triggerOnInit(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput self, openplx::RuntimeContext const & context)
|
9645
|
+
|
9646
|
+
Parameters
|
9647
|
+
----------
|
9648
|
+
context: openplx::RuntimeContext const &
|
9649
|
+
|
9650
|
+
"""
|
9651
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_triggerOnInit(self, context)
|
9652
|
+
__swig_destroy__ = _DriveTrainSwig.delete_DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput
|
9653
|
+
|
9654
|
+
# Register DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput in _DriveTrainSwig:
|
9655
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput_swigregister(DriveTrain_Signals_AutomaticClutchDisengagementDurationOutput)
|
9656
|
+
|
9657
|
+
class DriveTrain_Signals_AutomaticClutchEngagementDurationInput(openplx.Physics.Physics_Signals_DurationInput):
|
9658
|
+
r"""Proxy of C++ openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationInput class."""
|
9659
|
+
|
9660
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
9661
|
+
__repr__ = _swig_repr
|
9662
|
+
|
9663
|
+
def __init__(self):
|
9664
|
+
r"""__init__(DriveTrain_Signals_AutomaticClutchEngagementDurationInput self) -> DriveTrain_Signals_AutomaticClutchEngagementDurationInput"""
|
9665
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_swiginit(self, _DriveTrainSwig.new_DriveTrain_Signals_AutomaticClutchEngagementDurationInput())
|
9666
|
+
|
9667
|
+
def setDynamic(self, key, value):
|
9668
|
+
r"""
|
9669
|
+
setDynamic(DriveTrain_Signals_AutomaticClutchEngagementDurationInput self, std::string const & key, Any value)
|
9670
|
+
|
9671
|
+
Parameters
|
9672
|
+
----------
|
9673
|
+
key: std::string const &
|
9674
|
+
value: openplx::Core::Any &&
|
9675
|
+
|
9676
|
+
"""
|
9677
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_setDynamic(self, key, value)
|
9678
|
+
|
9679
|
+
def getDynamic(self, key):
|
9680
|
+
r"""
|
9681
|
+
getDynamic(DriveTrain_Signals_AutomaticClutchEngagementDurationInput self, std::string const & key) -> Any
|
9682
|
+
|
9683
|
+
Parameters
|
9684
|
+
----------
|
9685
|
+
key: std::string const &
|
9686
|
+
|
9687
|
+
"""
|
9688
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_getDynamic(self, key)
|
9689
|
+
|
9690
|
+
def callDynamic(self, key, args):
|
9691
|
+
r"""
|
9692
|
+
callDynamic(DriveTrain_Signals_AutomaticClutchEngagementDurationInput self, std::string const & key, AnyVector args) -> Any
|
9693
|
+
|
9694
|
+
Parameters
|
9695
|
+
----------
|
9696
|
+
key: std::string const &
|
9697
|
+
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
9698
|
+
|
9699
|
+
"""
|
9700
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_callDynamic(self, key, args)
|
9701
|
+
|
9702
|
+
def extractObjectFieldsTo(self, output):
|
9703
|
+
r"""
|
9704
|
+
extractObjectFieldsTo(DriveTrain_Signals_AutomaticClutchEngagementDurationInput self, ObjectVector output)
|
9705
|
+
|
9706
|
+
Parameters
|
9707
|
+
----------
|
9708
|
+
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
9709
|
+
|
9710
|
+
"""
|
9711
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_extractObjectFieldsTo(self, output)
|
9712
|
+
|
9713
|
+
def extractEntriesTo(self, output):
|
9714
|
+
r"""
|
9715
|
+
extractEntriesTo(DriveTrain_Signals_AutomaticClutchEngagementDurationInput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
9716
|
+
|
9717
|
+
Parameters
|
9718
|
+
----------
|
9719
|
+
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
9720
|
+
|
9721
|
+
"""
|
9722
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_extractEntriesTo(self, output)
|
9723
|
+
|
9724
|
+
def triggerOnInit(self, context):
|
9725
|
+
r"""
|
9726
|
+
triggerOnInit(DriveTrain_Signals_AutomaticClutchEngagementDurationInput self, openplx::RuntimeContext const & context)
|
9727
|
+
|
9728
|
+
Parameters
|
9729
|
+
----------
|
9730
|
+
context: openplx::RuntimeContext const &
|
9731
|
+
|
9732
|
+
"""
|
9733
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_triggerOnInit(self, context)
|
9734
|
+
__swig_destroy__ = _DriveTrainSwig.delete_DriveTrain_Signals_AutomaticClutchEngagementDurationInput
|
9735
|
+
|
9736
|
+
# Register DriveTrain_Signals_AutomaticClutchEngagementDurationInput in _DriveTrainSwig:
|
9737
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationInput_swigregister(DriveTrain_Signals_AutomaticClutchEngagementDurationInput)
|
9738
|
+
|
9739
|
+
class DriveTrain_Signals_AutomaticClutchEngagementDurationOutput(openplx.Physics.Physics_Signals_DurationOutput):
|
9740
|
+
r"""Proxy of C++ openplx::DriveTrain::Signals::AutomaticClutchEngagementDurationOutput class."""
|
9741
|
+
|
9742
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
9743
|
+
__repr__ = _swig_repr
|
9744
|
+
|
9745
|
+
def __init__(self):
|
9746
|
+
r"""__init__(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput self) -> DriveTrain_Signals_AutomaticClutchEngagementDurationOutput"""
|
9747
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_swiginit(self, _DriveTrainSwig.new_DriveTrain_Signals_AutomaticClutchEngagementDurationOutput())
|
9748
|
+
|
9749
|
+
def setDynamic(self, key, value):
|
9750
|
+
r"""
|
9751
|
+
setDynamic(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput self, std::string const & key, Any value)
|
9752
|
+
|
9753
|
+
Parameters
|
9754
|
+
----------
|
9755
|
+
key: std::string const &
|
9756
|
+
value: openplx::Core::Any &&
|
9757
|
+
|
9758
|
+
"""
|
9759
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_setDynamic(self, key, value)
|
9760
|
+
|
9761
|
+
def getDynamic(self, key):
|
9762
|
+
r"""
|
9763
|
+
getDynamic(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput self, std::string const & key) -> Any
|
9764
|
+
|
9765
|
+
Parameters
|
9766
|
+
----------
|
9767
|
+
key: std::string const &
|
9768
|
+
|
9769
|
+
"""
|
9770
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_getDynamic(self, key)
|
9771
|
+
|
9772
|
+
def callDynamic(self, key, args):
|
9773
|
+
r"""
|
9774
|
+
callDynamic(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput self, std::string const & key, AnyVector args) -> Any
|
9775
|
+
|
9776
|
+
Parameters
|
9777
|
+
----------
|
9778
|
+
key: std::string const &
|
9779
|
+
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
9780
|
+
|
9781
|
+
"""
|
9782
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_callDynamic(self, key, args)
|
9783
|
+
|
9784
|
+
def extractObjectFieldsTo(self, output):
|
9785
|
+
r"""
|
9786
|
+
extractObjectFieldsTo(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput self, ObjectVector output)
|
9787
|
+
|
9788
|
+
Parameters
|
9789
|
+
----------
|
9790
|
+
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
9791
|
+
|
9792
|
+
"""
|
9793
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_extractObjectFieldsTo(self, output)
|
9794
|
+
|
9795
|
+
def extractEntriesTo(self, output):
|
9796
|
+
r"""
|
9797
|
+
extractEntriesTo(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
9798
|
+
|
9799
|
+
Parameters
|
9800
|
+
----------
|
9801
|
+
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
9802
|
+
|
9803
|
+
"""
|
9804
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_extractEntriesTo(self, output)
|
9805
|
+
|
9806
|
+
def triggerOnInit(self, context):
|
9807
|
+
r"""
|
9808
|
+
triggerOnInit(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput self, openplx::RuntimeContext const & context)
|
9809
|
+
|
9810
|
+
Parameters
|
9811
|
+
----------
|
9812
|
+
context: openplx::RuntimeContext const &
|
9813
|
+
|
9814
|
+
"""
|
9815
|
+
return _DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_triggerOnInit(self, context)
|
9816
|
+
__swig_destroy__ = _DriveTrainSwig.delete_DriveTrain_Signals_AutomaticClutchEngagementDurationOutput
|
9817
|
+
|
9818
|
+
# Register DriveTrain_Signals_AutomaticClutchEngagementDurationOutput in _DriveTrainSwig:
|
9819
|
+
_DriveTrainSwig.DriveTrain_Signals_AutomaticClutchEngagementDurationOutput_swigregister(DriveTrain_Signals_AutomaticClutchEngagementDurationOutput)
|
9820
|
+
|
8193
9821
|
class DriveTrain_Signals_TorqueConverterLockUpInput(openplx.Physics.Physics_Signals_BoolInput):
|
8194
9822
|
r"""Proxy of C++ openplx::DriveTrain::Signals::TorqueConverterLockUpInput class."""
|
8195
9823
|
|