icsneopy 0.2.0.post1.dev483__cp313-cp313-win_amd64.whl → 1.1.0.post1.dev44__cp313-cp313-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.
Potentially problematic release.
This version of icsneopy might be problematic. Click here for more details.
- icsneopy/icsneopy.cp313-win_amd64.pyd +0 -0
- icsneopy/icsneopy.pyi +622 -130
- icsneopy-1.1.0.post1.dev44.dist-info/METADATA +105 -0
- icsneopy-1.1.0.post1.dev44.dist-info/RECORD +8 -0
- {icsneopy-0.2.0.post1.dev483.dist-info → icsneopy-1.1.0.post1.dev44.dist-info}/WHEEL +1 -1
- icsneopy-0.2.0.post1.dev483.dist-info/METADATA +0 -101
- icsneopy-0.2.0.post1.dev483.dist-info/RECORD +0 -8
- {icsneopy-0.2.0.post1.dev483.dist-info → icsneopy-1.1.0.post1.dev44.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
icsneopy/icsneopy.pyi
CHANGED
|
@@ -35,6 +35,11 @@ class APIEvent:
|
|
|
35
35
|
CANFDSettingsNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
36
36
|
CANSettingsNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
37
37
|
CoreminiUploadVersionMismatch: ClassVar[APIEvent.Type] = ...
|
|
38
|
+
DXXErrorArg: ClassVar[APIEvent.Type] = ...
|
|
39
|
+
DXXErrorIO: ClassVar[APIEvent.Type] = ...
|
|
40
|
+
DXXErrorInt: ClassVar[APIEvent.Type] = ...
|
|
41
|
+
DXXErrorOverflow: ClassVar[APIEvent.Type] = ...
|
|
42
|
+
DXXErrorSys: ClassVar[APIEvent.Type] = ...
|
|
38
43
|
DeviceCurrentlyClosed: ClassVar[APIEvent.Type] = ...
|
|
39
44
|
DeviceCurrentlyOffline: ClassVar[APIEvent.Type] = ...
|
|
40
45
|
DeviceCurrentlyOnline: ClassVar[APIEvent.Type] = ...
|
|
@@ -44,6 +49,8 @@ class APIEvent:
|
|
|
44
49
|
DeviceFirmwareOutOfDate: ClassVar[APIEvent.Type] = ...
|
|
45
50
|
DeviceInUse: ClassVar[APIEvent.Type] = ...
|
|
46
51
|
DeviceNotCurrentlyPolling: ClassVar[APIEvent.Type] = ...
|
|
52
|
+
DiskFormatInvalidCount: ClassVar[APIEvent.Type] = ...
|
|
53
|
+
DiskFormatNotSupported: ClassVar[APIEvent.Type] = ...
|
|
47
54
|
DiskNotConnected: ClassVar[APIEvent.Type] = ...
|
|
48
55
|
DiskNotSupported: ClassVar[APIEvent.Type] = ...
|
|
49
56
|
DriverFailedToClose: ClassVar[APIEvent.Type] = ...
|
|
@@ -51,42 +58,12 @@ class APIEvent:
|
|
|
51
58
|
EOFReached: ClassVar[APIEvent.Type] = ...
|
|
52
59
|
ErrorSettingSocketOption: ClassVar[APIEvent.Type] = ...
|
|
53
60
|
EthPhyRegisterControlNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
54
|
-
FTBusy: ClassVar[APIEvent.Type] = ...
|
|
55
|
-
FTDeviceListNotReady: ClassVar[APIEvent.Type] = ...
|
|
56
|
-
FTDeviceNotConnected: ClassVar[APIEvent.Type] = ...
|
|
57
|
-
FTDeviceNotFound: ClassVar[APIEvent.Type] = ...
|
|
58
|
-
FTDeviceNotOpened: ClassVar[APIEvent.Type] = ...
|
|
59
|
-
FTDeviceNotOpenedForErase: ClassVar[APIEvent.Type] = ...
|
|
60
|
-
FTDeviceNotOpenedForWrite: ClassVar[APIEvent.Type] = ...
|
|
61
|
-
FTEEPROMEraseFailed: ClassVar[APIEvent.Type] = ...
|
|
62
|
-
FTEEPROMNotPresent: ClassVar[APIEvent.Type] = ...
|
|
63
|
-
FTEEPROMNotProgrammed: ClassVar[APIEvent.Type] = ...
|
|
64
|
-
FTEEPROMReadFailed: ClassVar[APIEvent.Type] = ...
|
|
65
|
-
FTEEPROMWriteFailed: ClassVar[APIEvent.Type] = ...
|
|
66
|
-
FTFailedToWriteDevice: ClassVar[APIEvent.Type] = ...
|
|
67
|
-
FTHandleEOF: ClassVar[APIEvent.Type] = ...
|
|
68
|
-
FTIOError: ClassVar[APIEvent.Type] = ...
|
|
69
|
-
FTIOIncomplete: ClassVar[APIEvent.Type] = ...
|
|
70
|
-
FTIOPending: ClassVar[APIEvent.Type] = ...
|
|
71
|
-
FTIncorrectDevicePath: ClassVar[APIEvent.Type] = ...
|
|
72
|
-
FTInsufficientResources: ClassVar[APIEvent.Type] = ...
|
|
73
|
-
FTInvalidArgs: ClassVar[APIEvent.Type] = ...
|
|
74
|
-
FTInvalidBaudRate: ClassVar[APIEvent.Type] = ...
|
|
75
|
-
FTInvalidControlRequestDirection: ClassVar[APIEvent.Type] = ...
|
|
76
|
-
FTInvalidControlRequestType: ClassVar[APIEvent.Type] = ...
|
|
77
|
-
FTInvalidHandle: ClassVar[APIEvent.Type] = ...
|
|
78
|
-
FTInvalidParameter: ClassVar[APIEvent.Type] = ...
|
|
79
|
-
FTNoMoreItems: ClassVar[APIEvent.Type] = ...
|
|
80
|
-
FTNoSystemResources: ClassVar[APIEvent.Type] = ...
|
|
81
|
-
FTNotSupported: ClassVar[APIEvent.Type] = ...
|
|
82
|
-
FTOK: ClassVar[APIEvent.Type] = ...
|
|
83
|
-
FTOperationAborted: ClassVar[APIEvent.Type] = ...
|
|
84
|
-
FTOtherError: ClassVar[APIEvent.Type] = ...
|
|
85
|
-
FTReservedPipe: ClassVar[APIEvent.Type] = ...
|
|
86
|
-
FTTimeout: ClassVar[APIEvent.Type] = ...
|
|
87
61
|
FailedToBind: ClassVar[APIEvent.Type] = ...
|
|
88
62
|
FailedToRead: ClassVar[APIEvent.Type] = ...
|
|
89
63
|
FailedToWrite: ClassVar[APIEvent.Type] = ...
|
|
64
|
+
FixedPointOverflow: ClassVar[APIEvent.Type] = ...
|
|
65
|
+
FixedPointPrecision: ClassVar[APIEvent.Type] = ...
|
|
66
|
+
GPTPNotSupported: ClassVar[APIEvent.Type] = ...
|
|
90
67
|
GetIfAddrsError: ClassVar[APIEvent.Type] = ...
|
|
91
68
|
I2CMessageExceedsMaxLength: ClassVar[APIEvent.Type] = ...
|
|
92
69
|
IncorrectSerialNumber: ClassVar[APIEvent.Type] = ...
|
|
@@ -127,6 +104,18 @@ class APIEvent:
|
|
|
127
104
|
RestrictedEntryFlag: ClassVar[APIEvent.Type] = ...
|
|
128
105
|
SWCANSettingsNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
129
106
|
SendToError: ClassVar[APIEvent.Type] = ...
|
|
107
|
+
ServdBindError: ClassVar[APIEvent.Type] = ...
|
|
108
|
+
ServdInvalidResponseError: ClassVar[APIEvent.Type] = ...
|
|
109
|
+
ServdJoinMulticastError: ClassVar[APIEvent.Type] = ...
|
|
110
|
+
ServdLockError: ClassVar[APIEvent.Type] = ...
|
|
111
|
+
ServdNoDataError: ClassVar[APIEvent.Type] = ...
|
|
112
|
+
ServdNonblockError: ClassVar[APIEvent.Type] = ...
|
|
113
|
+
ServdOutdatedError: ClassVar[APIEvent.Type] = ...
|
|
114
|
+
ServdPollError: ClassVar[APIEvent.Type] = ...
|
|
115
|
+
ServdRecvError: ClassVar[APIEvent.Type] = ...
|
|
116
|
+
ServdSendError: ClassVar[APIEvent.Type] = ...
|
|
117
|
+
ServdTransceiveError: ClassVar[APIEvent.Type] = ...
|
|
118
|
+
SettingNotAvaiableDevice: ClassVar[APIEvent.Type] = ...
|
|
130
119
|
SettingsChecksumError: ClassVar[APIEvent.Type] = ...
|
|
131
120
|
SettingsDefaultsUsed: ClassVar[APIEvent.Type] = ...
|
|
132
121
|
SettingsLengthError: ClassVar[APIEvent.Type] = ...
|
|
@@ -137,6 +126,7 @@ class APIEvent:
|
|
|
137
126
|
SettingsStructureTruncated: ClassVar[APIEvent.Type] = ...
|
|
138
127
|
SettingsVersionError: ClassVar[APIEvent.Type] = ...
|
|
139
128
|
SocketFailedToOpen: ClassVar[APIEvent.Type] = ...
|
|
129
|
+
SyscallError: ClassVar[APIEvent.Type] = ...
|
|
140
130
|
TerminationNotSupportedDevice: ClassVar[APIEvent.Type] = ...
|
|
141
131
|
TerminationNotSupportedNetwork: ClassVar[APIEvent.Type] = ...
|
|
142
132
|
Timeout: ClassVar[APIEvent.Type] = ...
|
|
@@ -244,6 +234,157 @@ class CANMessage(Frame):
|
|
|
244
234
|
isRemote: bool
|
|
245
235
|
def __init__(self) -> None: ...
|
|
246
236
|
|
|
237
|
+
class ChipID:
|
|
238
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
239
|
+
Connect_LINUX: ClassVar[ChipID] = ...
|
|
240
|
+
Connect_ZCHIP: ClassVar[ChipID] = ...
|
|
241
|
+
EEVB_STM32: ClassVar[ChipID] = ...
|
|
242
|
+
EtherBADGE_MCHIP: ClassVar[ChipID] = ...
|
|
243
|
+
FlexRay_VNETZ_FCHIP: ClassVar[ChipID] = ...
|
|
244
|
+
FlexRay_VNETZ_ZCHIP: ClassVar[ChipID] = ...
|
|
245
|
+
Invalid: ClassVar[ChipID] = ...
|
|
246
|
+
NewDevice57_ZCHIP: ClassVar[ChipID] = ...
|
|
247
|
+
NewDevice59_MCHIP: ClassVar[ChipID] = ...
|
|
248
|
+
RAD4G_MCHIP: ClassVar[ChipID] = ...
|
|
249
|
+
RADA2B_REVB_ZCHIP: ClassVar[ChipID] = ...
|
|
250
|
+
RADA2B_ZCHIP: ClassVar[ChipID] = ...
|
|
251
|
+
RADBMS_MCHIP: ClassVar[ChipID] = ...
|
|
252
|
+
RADCOMET3_ZCHIP: ClassVar[ChipID] = ...
|
|
253
|
+
RADComet_ZYNQ: ClassVar[ChipID] = ...
|
|
254
|
+
RADEpsilonExpress_MCHIP: ClassVar[ChipID] = ...
|
|
255
|
+
RADEpsilonT_MCHIP: ClassVar[ChipID] = ...
|
|
256
|
+
RADEpsilon_MCHIP: ClassVar[ChipID] = ...
|
|
257
|
+
RADGALAXY2_SYSMON_CHIP: ClassVar[ChipID] = ...
|
|
258
|
+
RADGalaxy_FFG_Zynq: ClassVar[ChipID] = ...
|
|
259
|
+
RADGalaxy_ZYNQ: ClassVar[ChipID] = ...
|
|
260
|
+
RADGemini_MCHIP: ClassVar[ChipID] = ...
|
|
261
|
+
RADGigastar2_ZYNQ: ClassVar[ChipID] = ...
|
|
262
|
+
RADGigastar_FFG_ZYNQ: ClassVar[ChipID] = ...
|
|
263
|
+
RADGigastar_USBZ_Z7007S_ZYNQ: ClassVar[ChipID] = ...
|
|
264
|
+
RADGigastar_USBZ_Z7010_ZYNQ: ClassVar[ChipID] = ...
|
|
265
|
+
RADGigastar_USBZ_ZYNQ: ClassVar[ChipID] = ...
|
|
266
|
+
RADGigastar_ZYNQ: ClassVar[ChipID] = ...
|
|
267
|
+
RADIOCANHUB_MCHIP: ClassVar[ChipID] = ...
|
|
268
|
+
RADJupiter_MCHIP: ClassVar[ChipID] = ...
|
|
269
|
+
RADMars_3_ZYNQ: ClassVar[ChipID] = ...
|
|
270
|
+
RADMars_ZYNQ: ClassVar[ChipID] = ...
|
|
271
|
+
RADMoon2_Z7010_ZYNQ: ClassVar[ChipID] = ...
|
|
272
|
+
RADMoon2_ZL_MCHIP: ClassVar[ChipID] = ...
|
|
273
|
+
RADMoon2_ZYNQ: ClassVar[ChipID] = ...
|
|
274
|
+
RADMoon3_MCHIP: ClassVar[ChipID] = ...
|
|
275
|
+
RADMoonDuo_MCHIP: ClassVar[ChipID] = ...
|
|
276
|
+
RADPluto_MCHIP: ClassVar[ChipID] = ...
|
|
277
|
+
RADProxima_MCHIP: ClassVar[ChipID] = ...
|
|
278
|
+
RADStar2_ZYNQ: ClassVar[ChipID] = ...
|
|
279
|
+
RADStar_MCHIP: ClassVar[ChipID] = ...
|
|
280
|
+
RADSupermoon_ZYNQ: ClassVar[ChipID] = ...
|
|
281
|
+
RAD_GALAXY_2_ZMPCHIP_ID: ClassVar[ChipID] = ...
|
|
282
|
+
SFPModule_MCHIP: ClassVar[ChipID] = ...
|
|
283
|
+
VEM_01_8DW_ZCHIP: ClassVar[ChipID] = ...
|
|
284
|
+
VEM_02_FR_FCHIP: ClassVar[ChipID] = ...
|
|
285
|
+
VEM_02_FR_ZCHIP: ClassVar[ChipID] = ...
|
|
286
|
+
ValueCAN3_MCHIP: ClassVar[ChipID] = ...
|
|
287
|
+
ValueCAN4Industrial_MCHIP: ClassVar[ChipID] = ...
|
|
288
|
+
ValueCAN4_1_MCHIP: ClassVar[ChipID] = ...
|
|
289
|
+
ValueCAN4_2EL_MCHIP: ClassVar[ChipID] = ...
|
|
290
|
+
ValueCAN4_2_MCHIP: ClassVar[ChipID] = ...
|
|
291
|
+
ValueCAN4_4_2EL_Core: ClassVar[ChipID] = ...
|
|
292
|
+
ValueCAN4_4_MCHIP: ClassVar[ChipID] = ...
|
|
293
|
+
ValueCAN4_4_SCHIP: ClassVar[ChipID] = ...
|
|
294
|
+
ValueCANrf_MCHIP: ClassVar[ChipID] = ...
|
|
295
|
+
VividCANPRO_EXT_FLASH: ClassVar[ChipID] = ...
|
|
296
|
+
VividCANPRO_MCHIP: ClassVar[ChipID] = ...
|
|
297
|
+
VividCAN_EXT_FLASH: ClassVar[ChipID] = ...
|
|
298
|
+
VividCAN_MCHIP: ClassVar[ChipID] = ...
|
|
299
|
+
VividCAN_NRF52: ClassVar[ChipID] = ...
|
|
300
|
+
__entries: ClassVar[dict] = ...
|
|
301
|
+
cmProbe_ZYNQ: ClassVar[ChipID] = ...
|
|
302
|
+
cmProbe_ZYNQ_Unused: ClassVar[ChipID] = ...
|
|
303
|
+
neoECU12_MCHIP: ClassVar[ChipID] = ...
|
|
304
|
+
neoECUAVBTSN_MCHIP: ClassVar[ChipID] = ...
|
|
305
|
+
neoOBD2Dev_MCHIP: ClassVar[ChipID] = ...
|
|
306
|
+
neoOBD2Dev_SCHIP: ClassVar[ChipID] = ...
|
|
307
|
+
neoOBD2PRO_Core: ClassVar[ChipID] = ...
|
|
308
|
+
neoOBD2PRO_MCHIP: ClassVar[ChipID] = ...
|
|
309
|
+
neoOBD2PRO_SCHIP: ClassVar[ChipID] = ...
|
|
310
|
+
neoOBD2SIMDoIP_MCHIP: ClassVar[ChipID] = ...
|
|
311
|
+
neoOBD2SIM_MCHIP: ClassVar[ChipID] = ...
|
|
312
|
+
neoOBD2_LCBADGE_MCHIP: ClassVar[ChipID] = ...
|
|
313
|
+
neoOBD2_LCBADGE_SCHIP: ClassVar[ChipID] = ...
|
|
314
|
+
neoVIANALOG_MPIC: ClassVar[ChipID] = ...
|
|
315
|
+
neoVIAnalogOut_MCHIP: ClassVar[ChipID] = ...
|
|
316
|
+
neoVIECU_MPIC: ClassVar[ChipID] = ...
|
|
317
|
+
neoVIFIRE2_BLECHIP: ClassVar[ChipID] = ...
|
|
318
|
+
neoVIFIRE2_CCHIP: ClassVar[ChipID] = ...
|
|
319
|
+
neoVIFIRE2_CORE_SG4: ClassVar[ChipID] = ...
|
|
320
|
+
neoVIFIRE2_Core: ClassVar[ChipID] = ...
|
|
321
|
+
neoVIFIRE2_MCHIP: ClassVar[ChipID] = ...
|
|
322
|
+
neoVIFIRE2_SECURITYCHIP: ClassVar[ChipID] = ...
|
|
323
|
+
neoVIFIRE2_Slave_VNETZ_A_MCHIP: ClassVar[ChipID] = ...
|
|
324
|
+
neoVIFIRE2_Slave_VNETZ_A_ZYNQ: ClassVar[ChipID] = ...
|
|
325
|
+
neoVIFIRE2_Slave_VNET_A_CCHIP: ClassVar[ChipID] = ...
|
|
326
|
+
neoVIFIRE2_Slave_VNET_A_MCHIP: ClassVar[ChipID] = ...
|
|
327
|
+
neoVIFIRE2_VNETZ_MCHIP: ClassVar[ChipID] = ...
|
|
328
|
+
neoVIFIRE2_VNETZ_ZYNQ: ClassVar[ChipID] = ...
|
|
329
|
+
neoVIFIRE2_VNET_CCHIP: ClassVar[ChipID] = ...
|
|
330
|
+
neoVIFIRE2_VNET_Core: ClassVar[ChipID] = ...
|
|
331
|
+
neoVIFIRE2_VNET_MCHIP: ClassVar[ChipID] = ...
|
|
332
|
+
neoVIFIRE2_ZYNQ: ClassVar[ChipID] = ...
|
|
333
|
+
neoVIFIRE3_LINUX: ClassVar[ChipID] = ...
|
|
334
|
+
neoVIFIRE3_SCHIP: ClassVar[ChipID] = ...
|
|
335
|
+
neoVIFIRE3_ZCHIP: ClassVar[ChipID] = ...
|
|
336
|
+
neoVIFIRE_JCHIP: ClassVar[ChipID] = ...
|
|
337
|
+
neoVIFIRE_LCHIP: ClassVar[ChipID] = ...
|
|
338
|
+
neoVIFIRE_MCHIP: ClassVar[ChipID] = ...
|
|
339
|
+
neoVIFIRE_Slave_VNET_EP_LCHIP: ClassVar[ChipID] = ...
|
|
340
|
+
neoVIFIRE_Slave_VNET_EP_MCHIP: ClassVar[ChipID] = ...
|
|
341
|
+
neoVIFIRE_Slave_VNET_LCHIP: ClassVar[ChipID] = ...
|
|
342
|
+
neoVIFIRE_Slave_VNET_MCHIP: ClassVar[ChipID] = ...
|
|
343
|
+
neoVIFIRE_UCHIP: ClassVar[ChipID] = ...
|
|
344
|
+
neoVIFIRE_VNET_EP_LCHIP: ClassVar[ChipID] = ...
|
|
345
|
+
neoVIFIRE_VNET_EP_MCHIP: ClassVar[ChipID] = ...
|
|
346
|
+
neoVIFIRE_VNET_LCHIP: ClassVar[ChipID] = ...
|
|
347
|
+
neoVIFIRE_VNET_MCHIP: ClassVar[ChipID] = ...
|
|
348
|
+
neoVIIEVB_MPIC: ClassVar[ChipID] = ...
|
|
349
|
+
neoVIION_Core: ClassVar[ChipID] = ...
|
|
350
|
+
neoVIION_Core_Loader: ClassVar[ChipID] = ...
|
|
351
|
+
neoVIION_FPGA_BIT: ClassVar[ChipID] = ...
|
|
352
|
+
neoVIION_HID: ClassVar[ChipID] = ...
|
|
353
|
+
neoVIION_HID_Loader: ClassVar[ChipID] = ...
|
|
354
|
+
neoVIMOST150_MCHIP: ClassVar[ChipID] = ...
|
|
355
|
+
neoVIMOST25_MCHIP: ClassVar[ChipID] = ...
|
|
356
|
+
neoVIMOST50_MCHIP: ClassVar[ChipID] = ...
|
|
357
|
+
neoVIPENDANT_MPIC: ClassVar[ChipID] = ...
|
|
358
|
+
neoVIPLASMA_ANALOG_Core: ClassVar[ChipID] = ...
|
|
359
|
+
neoVIPLASMA_Core: ClassVar[ChipID] = ...
|
|
360
|
+
neoVIPLASMA_Core_1_12: ClassVar[ChipID] = ...
|
|
361
|
+
neoVIPLASMA_FlexRay_Core: ClassVar[ChipID] = ...
|
|
362
|
+
neoVIPLASMA_HID: ClassVar[ChipID] = ...
|
|
363
|
+
def __init__(self, value: int) -> None: ...
|
|
364
|
+
def __eq__(self, other: object) -> bool: ...
|
|
365
|
+
def __hash__(self) -> int: ...
|
|
366
|
+
def __index__(self) -> int: ...
|
|
367
|
+
def __int__(self) -> int: ...
|
|
368
|
+
def __ne__(self, other: object) -> bool: ...
|
|
369
|
+
@property
|
|
370
|
+
def name(self) -> str: ...
|
|
371
|
+
@property
|
|
372
|
+
def value(self) -> int: ...
|
|
373
|
+
|
|
374
|
+
class Clause22Message:
|
|
375
|
+
page: int
|
|
376
|
+
phyAddr: int
|
|
377
|
+
regAddr: int
|
|
378
|
+
regVal: int
|
|
379
|
+
def __init__(self) -> None: ...
|
|
380
|
+
|
|
381
|
+
class Clause45Message:
|
|
382
|
+
device: int
|
|
383
|
+
port: int
|
|
384
|
+
regAddr: int
|
|
385
|
+
regVal: int
|
|
386
|
+
def __init__(self) -> None: ...
|
|
387
|
+
|
|
247
388
|
class Device:
|
|
248
389
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
249
390
|
def add_message_callback(self, arg0: MessageCallback) -> int: ...
|
|
@@ -251,8 +392,12 @@ class Device:
|
|
|
251
392
|
def close(self) -> bool: ...
|
|
252
393
|
def describe(self) -> str: ...
|
|
253
394
|
def disable_message_polling(self) -> bool: ...
|
|
254
|
-
def enable_message_polling(self) -> bool: ...
|
|
395
|
+
def enable_message_polling(self, filter: MessageFilter | None = ...) -> bool: ...
|
|
396
|
+
def get_chip_versions(self, refreshComponents: bool = ...) -> list[VersionReport]: ...
|
|
255
397
|
def get_current_message_count(self) -> int: ...
|
|
398
|
+
def get_digital_io(self, type: IO, number: int) -> bool | None: ...
|
|
399
|
+
def get_extension(self, *args, **kwargs): ...
|
|
400
|
+
def get_flexray_controllers(self) -> list[FlexRay.Controller]: ...
|
|
256
401
|
def get_gptp_status(self, timeout: datetime.timedelta = ...) -> GPTPStatus | None: ...
|
|
257
402
|
def get_messages(self) -> tuple[list[Message], bool]: ...
|
|
258
403
|
def get_polling_message_limit(self) -> int: ...
|
|
@@ -276,6 +421,8 @@ class Device:
|
|
|
276
421
|
def remove_message_callback(self, arg0: int) -> bool: ...
|
|
277
422
|
def request_tc10_sleep(self, arg0: Network.NetID) -> bool: ...
|
|
278
423
|
def request_tc10_wake(self, arg0: Network.NetID) -> bool: ...
|
|
424
|
+
def send_eth_phy_msg(self, message: EthPhyMessage, timeout: datetime.timedelta = ...) -> EthPhyMessage | None: ...
|
|
425
|
+
def set_digital_io(self, type: IO, number: int, value: bool) -> bool: ...
|
|
279
426
|
def set_polling_message_limit(self, arg0: int) -> None: ...
|
|
280
427
|
def set_rtc(self, arg0: datetime.datetime) -> bool: ...
|
|
281
428
|
def start_script(self, arg0: Disk.MemoryType) -> bool: ...
|
|
@@ -284,6 +431,12 @@ class Device:
|
|
|
284
431
|
def transmit(self, arg0: Frame) -> bool: ...
|
|
285
432
|
def upload_coremini(self, arg0: str, arg1: Disk.MemoryType) -> bool: ...
|
|
286
433
|
def write_macsec_config(self, arg0: MACsecMessage, arg1: int) -> bool: ...
|
|
434
|
+
@property
|
|
435
|
+
def settings(self): ...
|
|
436
|
+
|
|
437
|
+
class DeviceExtension:
|
|
438
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
439
|
+
def get_name(self) -> str: ...
|
|
287
440
|
|
|
288
441
|
class DeviceType:
|
|
289
442
|
class Enum:
|
|
@@ -306,6 +459,8 @@ class DeviceType:
|
|
|
306
459
|
FIRE2: ClassVar[DeviceType.Enum] = ...
|
|
307
460
|
FIRE3: ClassVar[DeviceType.Enum] = ...
|
|
308
461
|
FIRE3_FlexRay: ClassVar[DeviceType.Enum] = ...
|
|
462
|
+
FIRE3_T1S_LIN: ClassVar[DeviceType.Enum] = ...
|
|
463
|
+
FIRE3_T1S_SENT: ClassVar[DeviceType.Enum] = ...
|
|
309
464
|
Flex: ClassVar[DeviceType.Enum] = ...
|
|
310
465
|
IEVB: ClassVar[DeviceType.Enum] = ...
|
|
311
466
|
ION: ClassVar[DeviceType.Enum] = ...
|
|
@@ -319,8 +474,10 @@ class DeviceType:
|
|
|
319
474
|
RADComet: ClassVar[DeviceType.Enum] = ...
|
|
320
475
|
RADComet3: ClassVar[DeviceType.Enum] = ...
|
|
321
476
|
RADEpsilon: ClassVar[DeviceType.Enum] = ...
|
|
477
|
+
RADEpsilonXL: ClassVar[DeviceType.Enum] = ...
|
|
322
478
|
RADGalaxy: ClassVar[DeviceType.Enum] = ...
|
|
323
479
|
RADGalaxy2: ClassVar[DeviceType.Enum] = ...
|
|
480
|
+
RADGemini: ClassVar[DeviceType.Enum] = ...
|
|
324
481
|
RADGigastar: ClassVar[DeviceType.Enum] = ...
|
|
325
482
|
RADGigastar2: ClassVar[DeviceType.Enum] = ...
|
|
326
483
|
RADIO_CANHUB: ClassVar[DeviceType.Enum] = ...
|
|
@@ -395,6 +552,10 @@ class Disk:
|
|
|
395
552
|
def value(self) -> int: ...
|
|
396
553
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
397
554
|
|
|
555
|
+
class EthPhyMessage(Message):
|
|
556
|
+
messages: list[PhyMessage]
|
|
557
|
+
def __init__(self) -> None: ...
|
|
558
|
+
|
|
398
559
|
class EthernetMessage(Frame):
|
|
399
560
|
fcs: int | None
|
|
400
561
|
frameTooShort: bool
|
|
@@ -412,6 +573,7 @@ class EthernetStatusMessage(Message):
|
|
|
412
573
|
LinkModeAuto: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
413
574
|
LinkModeInvalid: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
414
575
|
LinkModeMaster: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
576
|
+
LinkModeNone: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
415
577
|
LinkModeSlave: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
416
578
|
__entries: ClassVar[dict] = ...
|
|
417
579
|
def __init__(self, value: int) -> None: ...
|
|
@@ -482,6 +644,215 @@ class EventManager:
|
|
|
482
644
|
def get_last_error(self) -> APIEvent: ...
|
|
483
645
|
def remove_event_callback(self, arg0: int) -> bool: ...
|
|
484
646
|
|
|
647
|
+
class FlexRay:
|
|
648
|
+
class CRCStatus:
|
|
649
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
650
|
+
Error: ClassVar[FlexRay.CRCStatus] = ...
|
|
651
|
+
NoCRC: ClassVar[FlexRay.CRCStatus] = ...
|
|
652
|
+
OK: ClassVar[FlexRay.CRCStatus] = ...
|
|
653
|
+
__entries: ClassVar[dict] = ...
|
|
654
|
+
def __init__(self, value: int) -> None: ...
|
|
655
|
+
def __eq__(self, other: object) -> bool: ...
|
|
656
|
+
def __hash__(self) -> int: ...
|
|
657
|
+
def __index__(self) -> int: ...
|
|
658
|
+
def __int__(self) -> int: ...
|
|
659
|
+
def __ne__(self, other: object) -> bool: ...
|
|
660
|
+
@property
|
|
661
|
+
def name(self) -> str: ...
|
|
662
|
+
@property
|
|
663
|
+
def value(self) -> int: ...
|
|
664
|
+
|
|
665
|
+
class Channel:
|
|
666
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
667
|
+
A: ClassVar[FlexRay.Channel] = ...
|
|
668
|
+
AB: ClassVar[FlexRay.Channel] = ...
|
|
669
|
+
B: ClassVar[FlexRay.Channel] = ...
|
|
670
|
+
__entries: ClassVar[dict] = ...
|
|
671
|
+
def __init__(self, value: int) -> None: ...
|
|
672
|
+
def __eq__(self, other: object) -> bool: ...
|
|
673
|
+
def __hash__(self) -> int: ...
|
|
674
|
+
def __index__(self) -> int: ...
|
|
675
|
+
def __int__(self) -> int: ...
|
|
676
|
+
def __ne__(self, other: object) -> bool: ...
|
|
677
|
+
@property
|
|
678
|
+
def name(self) -> str: ...
|
|
679
|
+
@property
|
|
680
|
+
def value(self) -> int: ...
|
|
681
|
+
|
|
682
|
+
class Cluster:
|
|
683
|
+
class Configuration:
|
|
684
|
+
action_point_offset: int
|
|
685
|
+
casr_x_low_max: int
|
|
686
|
+
cold_start_attempts: int
|
|
687
|
+
dynamic_slot_idle_phase_minislots: int
|
|
688
|
+
listen_noise_macroticks: int
|
|
689
|
+
macrotick_duration_micro_sec: int
|
|
690
|
+
macroticks_per_cycle: int
|
|
691
|
+
max_without_clock_correction_fatal: int
|
|
692
|
+
max_without_clock_correction_passive: int
|
|
693
|
+
minislot_action_point_offset_macroticks: int
|
|
694
|
+
minislot_duration_macroticks: int
|
|
695
|
+
network_idle_time_macroticks: int
|
|
696
|
+
network_management_vector_length_bytes: int
|
|
697
|
+
number_of_minislots: int
|
|
698
|
+
number_of_static_slots: int
|
|
699
|
+
offset_correction_start_macroticks: int
|
|
700
|
+
payload_length_of_static_slot_in_words: int
|
|
701
|
+
speed: FlexRay.Cluster.SpeedType
|
|
702
|
+
static_slot_macroticks: int
|
|
703
|
+
strobe_point_position: FlexRay.Cluster.SPPType
|
|
704
|
+
symbol_window_action_point_offset_macroticks: int
|
|
705
|
+
symbol_window_macroticks: int
|
|
706
|
+
sync_frame_id_count_max: int
|
|
707
|
+
transmission_start_sequence_duration_bits: int
|
|
708
|
+
wakeup_rx_idle_bits: int
|
|
709
|
+
wakeup_rx_low_bits: int
|
|
710
|
+
wakeup_rx_window_bits: int
|
|
711
|
+
wakeup_tx_active_bits: int
|
|
712
|
+
wakeup_tx_idle_bits: int
|
|
713
|
+
def __init__(self) -> None: ...
|
|
714
|
+
|
|
715
|
+
class SPPType:
|
|
716
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
717
|
+
FLEXRAY_SPP_4: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
718
|
+
FLEXRAY_SPP_5: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
719
|
+
FLEXRAY_SPP_5_ALT: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
720
|
+
FLEXRAY_SPP_6: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
721
|
+
__entries: ClassVar[dict] = ...
|
|
722
|
+
def __init__(self, value: int) -> None: ...
|
|
723
|
+
def __eq__(self, other: object) -> bool: ...
|
|
724
|
+
def __hash__(self) -> int: ...
|
|
725
|
+
def __index__(self) -> int: ...
|
|
726
|
+
def __int__(self) -> int: ...
|
|
727
|
+
def __ne__(self, other: object) -> bool: ...
|
|
728
|
+
@property
|
|
729
|
+
def name(self) -> str: ...
|
|
730
|
+
@property
|
|
731
|
+
def value(self) -> int: ...
|
|
732
|
+
|
|
733
|
+
class SpeedType:
|
|
734
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
735
|
+
FLEXRAY_BAUDRATE_10M: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
736
|
+
FLEXRAY_BAUDRATE_2M5: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
737
|
+
FLEXRAY_BAUDRATE_2M5_ALT: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
738
|
+
FLEXRAY_BAUDRATE_5M: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
739
|
+
__entries: ClassVar[dict] = ...
|
|
740
|
+
def __init__(self, value: int) -> None: ...
|
|
741
|
+
def __eq__(self, other: object) -> bool: ...
|
|
742
|
+
def __hash__(self) -> int: ...
|
|
743
|
+
def __index__(self) -> int: ...
|
|
744
|
+
def __int__(self) -> int: ...
|
|
745
|
+
def __ne__(self, other: object) -> bool: ...
|
|
746
|
+
@property
|
|
747
|
+
def name(self) -> str: ...
|
|
748
|
+
@property
|
|
749
|
+
def value(self) -> int: ...
|
|
750
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
751
|
+
|
|
752
|
+
class Controller:
|
|
753
|
+
class Configuration:
|
|
754
|
+
accept_startup_range_microticks: int
|
|
755
|
+
allow_passive_to_active_cycle_pairs: int
|
|
756
|
+
channel_a: bool
|
|
757
|
+
channel_b: bool
|
|
758
|
+
cluster_drift_damping: int
|
|
759
|
+
decoding_correction_microticks: int
|
|
760
|
+
delay_compensation_a_microticks: int
|
|
761
|
+
delay_compensation_b_microticks: int
|
|
762
|
+
extern_offset_correction_control: int
|
|
763
|
+
extern_offset_correction_microticks: int
|
|
764
|
+
extern_rate_correction_control: int
|
|
765
|
+
extern_rate_correction_microticks: int
|
|
766
|
+
key_slot_id: int
|
|
767
|
+
key_slot_used_for_startup: bool
|
|
768
|
+
key_slot_used_for_sync: bool
|
|
769
|
+
latest_tx_minislot: int
|
|
770
|
+
listen_timeout: int
|
|
771
|
+
macro_initial_offset_a: int
|
|
772
|
+
macro_initial_offset_b: int
|
|
773
|
+
micro_initial_offset_a: int
|
|
774
|
+
micro_initial_offset_b: int
|
|
775
|
+
micro_per_cycle: int
|
|
776
|
+
mts_on_a: bool
|
|
777
|
+
mts_on_b: bool
|
|
778
|
+
offset_correction_out_microticks: int
|
|
779
|
+
rate_correction_out_microticks: int
|
|
780
|
+
second_key_slot_id: int
|
|
781
|
+
two_key_slot_mode: bool
|
|
782
|
+
wakeup_on_channel_b: bool
|
|
783
|
+
wakeup_pattern: int
|
|
784
|
+
def __init__(self) -> None: ...
|
|
785
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
786
|
+
def add_message_buffer(self, arg0: FlexRay.MessageBuffer) -> None: ...
|
|
787
|
+
def clear_message_buffers(self) -> None: ...
|
|
788
|
+
def configure(self, *args, **kwargs): ...
|
|
789
|
+
def freeze(self, *args, **kwargs): ...
|
|
790
|
+
def get_allow_coldstart(self) -> bool: ...
|
|
791
|
+
def get_configuration(self, *args, **kwargs): ...
|
|
792
|
+
def get_network(self) -> Network: ...
|
|
793
|
+
def get_start_when_going_online(self) -> bool: ...
|
|
794
|
+
def get_wakeup_before_start(self) -> bool: ...
|
|
795
|
+
def halt(self, *args, **kwargs): ...
|
|
796
|
+
def set_allow_coldstart(self, arg0: bool) -> None: ...
|
|
797
|
+
def set_configuration(self, arg0, arg1) -> None: ...
|
|
798
|
+
def set_start_when_going_online(self, arg0: bool) -> None: ...
|
|
799
|
+
def set_wakeup_before_start(self, arg0: bool) -> None: ...
|
|
800
|
+
def start(self, *args, **kwargs): ...
|
|
801
|
+
def transmit(self, arg0: FlexRayMessage) -> bool: ...
|
|
802
|
+
def trigger_mts(self, *args, **kwargs): ...
|
|
803
|
+
def wakeup(self, *args, **kwargs): ...
|
|
804
|
+
|
|
805
|
+
class MessageBuffer:
|
|
806
|
+
base_cycle: int
|
|
807
|
+
channel_a: bool
|
|
808
|
+
channel_b: bool
|
|
809
|
+
continuous_mode: bool
|
|
810
|
+
cycle_repetition: int
|
|
811
|
+
frame_id: int
|
|
812
|
+
frame_length_bytes: int
|
|
813
|
+
is_dynamic: bool
|
|
814
|
+
is_network_management_frame: bool
|
|
815
|
+
is_startup: bool
|
|
816
|
+
is_sync: bool
|
|
817
|
+
is_transmit: bool
|
|
818
|
+
def __init__(self) -> None: ...
|
|
819
|
+
|
|
820
|
+
class Symbol:
|
|
821
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
822
|
+
CAS: ClassVar[FlexRay.Symbol] = ...
|
|
823
|
+
Unknown: ClassVar[FlexRay.Symbol] = ...
|
|
824
|
+
Wakeup: ClassVar[FlexRay.Symbol] = ...
|
|
825
|
+
__entries: ClassVar[dict] = ...
|
|
826
|
+
def __init__(self, value: int) -> None: ...
|
|
827
|
+
def __eq__(self, other: object) -> bool: ...
|
|
828
|
+
def __hash__(self) -> int: ...
|
|
829
|
+
def __index__(self) -> int: ...
|
|
830
|
+
def __int__(self) -> int: ...
|
|
831
|
+
def __ne__(self, other: object) -> bool: ...
|
|
832
|
+
@property
|
|
833
|
+
def name(self) -> str: ...
|
|
834
|
+
@property
|
|
835
|
+
def value(self) -> int: ...
|
|
836
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
837
|
+
|
|
838
|
+
class FlexRayMessage(Frame):
|
|
839
|
+
channel: FlexRay.Channel
|
|
840
|
+
cycle: int
|
|
841
|
+
dynamic_frame: bool
|
|
842
|
+
frame_crc: int
|
|
843
|
+
frame_crc_status: FlexRay.CRCStatus
|
|
844
|
+
framelen: float
|
|
845
|
+
header_crc: int
|
|
846
|
+
header_crc_status: FlexRay.CRCStatus
|
|
847
|
+
null_frame: bool
|
|
848
|
+
payload_preamble: bool
|
|
849
|
+
slotid: int
|
|
850
|
+
startup_frame: bool
|
|
851
|
+
symbol: FlexRay.Symbol
|
|
852
|
+
sync_frame: bool
|
|
853
|
+
tsslen: float
|
|
854
|
+
def __init__(self) -> None: ...
|
|
855
|
+
|
|
485
856
|
class Frame(RawMessage):
|
|
486
857
|
description: int
|
|
487
858
|
error: bool
|
|
@@ -609,6 +980,38 @@ class GPTPStatus(Message):
|
|
|
609
980
|
@property
|
|
610
981
|
def selectedRole(self) -> int: ...
|
|
611
982
|
|
|
983
|
+
class IDeviceSettings:
|
|
984
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
985
|
+
def apply(self, temporary: bool = ...) -> bool: ...
|
|
986
|
+
def apply_defaults(self, temporary: bool = ...) -> bool: ...
|
|
987
|
+
def get_phy_enable(self, arg0: int) -> bool | None: ...
|
|
988
|
+
def get_phy_mode(self, arg0: int) -> Settings.EthernetLinkMode | None: ...
|
|
989
|
+
def get_phy_speed(self, arg0: int) -> Settings.EthernetLinkSpeed | None: ...
|
|
990
|
+
def refresh(self) -> bool: ...
|
|
991
|
+
def set_phy_enable(self, arg0: int, arg1: bool) -> bool: ...
|
|
992
|
+
def set_phy_mode(self, arg0: int, arg1: Settings.EthernetLinkMode) -> bool: ...
|
|
993
|
+
def set_phy_speed(self, arg0: int, arg1: Settings.EthernetLinkSpeed) -> bool: ...
|
|
994
|
+
|
|
995
|
+
class IO:
|
|
996
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
997
|
+
BackupPowerEnabled: ClassVar[IO] = ...
|
|
998
|
+
BackupPowerGood: ClassVar[IO] = ...
|
|
999
|
+
EMisc: ClassVar[IO] = ...
|
|
1000
|
+
EthernetActivation: ClassVar[IO] = ...
|
|
1001
|
+
Misc: ClassVar[IO] = ...
|
|
1002
|
+
USBHostPower: ClassVar[IO] = ...
|
|
1003
|
+
__entries: ClassVar[dict] = ...
|
|
1004
|
+
def __init__(self, value: int) -> None: ...
|
|
1005
|
+
def __eq__(self, other: object) -> bool: ...
|
|
1006
|
+
def __hash__(self) -> int: ...
|
|
1007
|
+
def __index__(self) -> int: ...
|
|
1008
|
+
def __int__(self) -> int: ...
|
|
1009
|
+
def __ne__(self, other: object) -> bool: ...
|
|
1010
|
+
@property
|
|
1011
|
+
def name(self) -> str: ...
|
|
1012
|
+
@property
|
|
1013
|
+
def value(self) -> int: ...
|
|
1014
|
+
|
|
612
1015
|
class LINErrorFlags:
|
|
613
1016
|
ErrChecksumMatch: bool
|
|
614
1017
|
ErrFrameMessageID: bool
|
|
@@ -990,115 +1393,116 @@ class NeoVersion:
|
|
|
990
1393
|
class Network:
|
|
991
1394
|
class NetID:
|
|
992
1395
|
__members__: ClassVar[dict] = ... # read-only
|
|
993
|
-
|
|
994
|
-
|
|
1396
|
+
A2B_01: ClassVar[Network.NetID] = ...
|
|
1397
|
+
A2B_02: ClassVar[Network.NetID] = ...
|
|
1398
|
+
AE_01: ClassVar[Network.NetID] = ...
|
|
1399
|
+
AE_02: ClassVar[Network.NetID] = ...
|
|
1400
|
+
AE_03: ClassVar[Network.NetID] = ...
|
|
1401
|
+
AE_04: ClassVar[Network.NetID] = ...
|
|
1402
|
+
AE_05: ClassVar[Network.NetID] = ...
|
|
1403
|
+
AE_06: ClassVar[Network.NetID] = ...
|
|
1404
|
+
AE_07: ClassVar[Network.NetID] = ...
|
|
1405
|
+
AE_08: ClassVar[Network.NetID] = ...
|
|
1406
|
+
AE_09: ClassVar[Network.NetID] = ...
|
|
1407
|
+
AE_10: ClassVar[Network.NetID] = ...
|
|
1408
|
+
AE_11: ClassVar[Network.NetID] = ...
|
|
1409
|
+
AE_12: ClassVar[Network.NetID] = ...
|
|
1410
|
+
AE_13: ClassVar[Network.NetID] = ...
|
|
1411
|
+
AE_14: ClassVar[Network.NetID] = ...
|
|
1412
|
+
AE_15: ClassVar[Network.NetID] = ...
|
|
1413
|
+
AE_16: ClassVar[Network.NetID] = ...
|
|
995
1414
|
Any: ClassVar[Network.NetID] = ...
|
|
996
1415
|
App_Signal_Status: ClassVar[Network.NetID] = ...
|
|
997
1416
|
Aux: ClassVar[Network.NetID] = ...
|
|
998
1417
|
CAN_ERRBITS: ClassVar[Network.NetID] = ...
|
|
999
1418
|
CGI: ClassVar[Network.NetID] = ...
|
|
1000
1419
|
CoreMiniPreLoad: ClassVar[Network.NetID] = ...
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1420
|
+
DWCAN_01: ClassVar[Network.NetID] = ...
|
|
1421
|
+
DWCAN_02: ClassVar[Network.NetID] = ...
|
|
1422
|
+
DWCAN_03: ClassVar[Network.NetID] = ...
|
|
1423
|
+
DWCAN_04: ClassVar[Network.NetID] = ...
|
|
1424
|
+
DWCAN_05: ClassVar[Network.NetID] = ...
|
|
1425
|
+
DWCAN_06: ClassVar[Network.NetID] = ...
|
|
1426
|
+
DWCAN_07: ClassVar[Network.NetID] = ...
|
|
1427
|
+
DWCAN_08: ClassVar[Network.NetID] = ...
|
|
1428
|
+
DWCAN_09: ClassVar[Network.NetID] = ...
|
|
1429
|
+
DWCAN_10: ClassVar[Network.NetID] = ...
|
|
1430
|
+
DWCAN_11: ClassVar[Network.NetID] = ...
|
|
1431
|
+
DWCAN_12: ClassVar[Network.NetID] = ...
|
|
1432
|
+
DWCAN_13: ClassVar[Network.NetID] = ...
|
|
1433
|
+
DWCAN_14: ClassVar[Network.NetID] = ...
|
|
1434
|
+
DWCAN_15: ClassVar[Network.NetID] = ...
|
|
1435
|
+
DWCAN_16: ClassVar[Network.NetID] = ...
|
|
1009
1436
|
Data_To_Host: ClassVar[Network.NetID] = ...
|
|
1010
1437
|
Device: ClassVar[Network.NetID] = ...
|
|
1011
1438
|
DeviceStatus: ClassVar[Network.NetID] = ...
|
|
1012
1439
|
DiskData: ClassVar[Network.NetID] = ...
|
|
1440
|
+
ETHERNET_01: ClassVar[Network.NetID] = ...
|
|
1441
|
+
ETHERNET_02: ClassVar[Network.NetID] = ...
|
|
1442
|
+
ETHERNET_03: ClassVar[Network.NetID] = ...
|
|
1443
|
+
ETHERNET_DAQ: ClassVar[Network.NetID] = ...
|
|
1444
|
+
ETHERNET_TX_WRAP: ClassVar[Network.NetID] = ...
|
|
1013
1445
|
EthPHYControl: ClassVar[Network.NetID] = ...
|
|
1014
|
-
Ethernet: ClassVar[Network.NetID] = ...
|
|
1015
|
-
Ethernet2: ClassVar[Network.NetID] = ...
|
|
1016
|
-
Ethernet3: ClassVar[Network.NetID] = ...
|
|
1017
|
-
Ethernet_DAQ: ClassVar[Network.NetID] = ...
|
|
1018
1446
|
ExtendedCommand: ClassVar[Network.NetID] = ...
|
|
1019
1447
|
ExtendedData: ClassVar[Network.NetID] = ...
|
|
1020
1448
|
FB_Status: ClassVar[Network.NetID] = ...
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1449
|
+
FLEXRAY_01: ClassVar[Network.NetID] = ...
|
|
1450
|
+
FLEXRAY_01A: ClassVar[Network.NetID] = ...
|
|
1451
|
+
FLEXRAY_01B: ClassVar[Network.NetID] = ...
|
|
1452
|
+
FLEXRAY_02: ClassVar[Network.NetID] = ...
|
|
1453
|
+
FLEXRAY_02A: ClassVar[Network.NetID] = ...
|
|
1454
|
+
FLEXRAY_02B: ClassVar[Network.NetID] = ...
|
|
1027
1455
|
FlexRayControl: ClassVar[Network.NetID] = ...
|
|
1028
1456
|
FordSCP: ClassVar[Network.NetID] = ...
|
|
1029
1457
|
ForwardedMessage: ClassVar[Network.NetID] = ...
|
|
1030
1458
|
GMFSA: ClassVar[Network.NetID] = ...
|
|
1031
|
-
HSCAN: ClassVar[Network.NetID] = ...
|
|
1032
|
-
HSCAN2: ClassVar[Network.NetID] = ...
|
|
1033
|
-
HSCAN3: ClassVar[Network.NetID] = ...
|
|
1034
|
-
HSCAN4: ClassVar[Network.NetID] = ...
|
|
1035
|
-
HSCAN5: ClassVar[Network.NetID] = ...
|
|
1036
|
-
HSCAN6: ClassVar[Network.NetID] = ...
|
|
1037
|
-
HSCAN7: ClassVar[Network.NetID] = ...
|
|
1038
1459
|
HW_COM_Latency_Test: ClassVar[Network.NetID] = ...
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1460
|
+
I2C_01: ClassVar[Network.NetID] = ...
|
|
1461
|
+
I2C_02: ClassVar[Network.NetID] = ...
|
|
1462
|
+
I2C_03: ClassVar[Network.NetID] = ...
|
|
1463
|
+
I2C_04: ClassVar[Network.NetID] = ...
|
|
1043
1464
|
ISO14230: ClassVar[Network.NetID] = ...
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1465
|
+
ISO9141_01: ClassVar[Network.NetID] = ...
|
|
1466
|
+
ISO9141_02: ClassVar[Network.NetID] = ...
|
|
1467
|
+
ISO9141_03: ClassVar[Network.NetID] = ...
|
|
1468
|
+
ISO9141_04: ClassVar[Network.NetID] = ...
|
|
1048
1469
|
Invalid: ClassVar[Network.NetID] = ...
|
|
1049
1470
|
J1708: ClassVar[Network.NetID] = ...
|
|
1050
1471
|
J1850VPW: ClassVar[Network.NetID] = ...
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1472
|
+
LIN_01: ClassVar[Network.NetID] = ...
|
|
1473
|
+
LIN_02: ClassVar[Network.NetID] = ...
|
|
1474
|
+
LIN_03: ClassVar[Network.NetID] = ...
|
|
1475
|
+
LIN_04: ClassVar[Network.NetID] = ...
|
|
1476
|
+
LIN_05: ClassVar[Network.NetID] = ...
|
|
1477
|
+
LIN_06: ClassVar[Network.NetID] = ...
|
|
1478
|
+
LIN_07: ClassVar[Network.NetID] = ...
|
|
1479
|
+
LIN_08: ClassVar[Network.NetID] = ...
|
|
1480
|
+
LIN_09: ClassVar[Network.NetID] = ...
|
|
1481
|
+
LIN_10: ClassVar[Network.NetID] = ...
|
|
1482
|
+
LIN_11: ClassVar[Network.NetID] = ...
|
|
1483
|
+
LIN_12: ClassVar[Network.NetID] = ...
|
|
1484
|
+
LIN_13: ClassVar[Network.NetID] = ...
|
|
1485
|
+
LIN_14: ClassVar[Network.NetID] = ...
|
|
1486
|
+
LIN_15: ClassVar[Network.NetID] = ...
|
|
1487
|
+
LIN_16: ClassVar[Network.NetID] = ...
|
|
1488
|
+
LSFTCAN_01: ClassVar[Network.NetID] = ...
|
|
1489
|
+
LSFTCAN_02: ClassVar[Network.NetID] = ...
|
|
1069
1490
|
Logging_Overflow: ClassVar[Network.NetID] = ...
|
|
1070
1491
|
LogicalDiskInfo: ClassVar[Network.NetID] = ...
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
MSCAN: ClassVar[Network.NetID] = ...
|
|
1492
|
+
MDIO_01: ClassVar[Network.NetID] = ...
|
|
1493
|
+
MDIO_02: ClassVar[Network.NetID] = ...
|
|
1494
|
+
MDIO_03: ClassVar[Network.NetID] = ...
|
|
1495
|
+
MDIO_04: ClassVar[Network.NetID] = ...
|
|
1496
|
+
MDIO_05: ClassVar[Network.NetID] = ...
|
|
1497
|
+
MDIO_06: ClassVar[Network.NetID] = ...
|
|
1498
|
+
MDIO_07: ClassVar[Network.NetID] = ...
|
|
1499
|
+
MDIO_08: ClassVar[Network.NetID] = ...
|
|
1500
|
+
MOST_150: ClassVar[Network.NetID] = ...
|
|
1501
|
+
MOST_25: ClassVar[Network.NetID] = ...
|
|
1502
|
+
MOST_50: ClassVar[Network.NetID] = ...
|
|
1083
1503
|
Main51: ClassVar[Network.NetID] = ...
|
|
1084
1504
|
NeoMemorySDRead: ClassVar[Network.NetID] = ...
|
|
1085
1505
|
NeoMemoryWriteDone: ClassVar[Network.NetID] = ...
|
|
1086
|
-
OP_Ethernet1: ClassVar[Network.NetID] = ...
|
|
1087
|
-
OP_Ethernet10: ClassVar[Network.NetID] = ...
|
|
1088
|
-
OP_Ethernet11: ClassVar[Network.NetID] = ...
|
|
1089
|
-
OP_Ethernet12: ClassVar[Network.NetID] = ...
|
|
1090
|
-
OP_Ethernet13: ClassVar[Network.NetID] = ...
|
|
1091
|
-
OP_Ethernet14: ClassVar[Network.NetID] = ...
|
|
1092
|
-
OP_Ethernet15: ClassVar[Network.NetID] = ...
|
|
1093
|
-
OP_Ethernet16: ClassVar[Network.NetID] = ...
|
|
1094
|
-
OP_Ethernet2: ClassVar[Network.NetID] = ...
|
|
1095
|
-
OP_Ethernet3: ClassVar[Network.NetID] = ...
|
|
1096
|
-
OP_Ethernet4: ClassVar[Network.NetID] = ...
|
|
1097
|
-
OP_Ethernet5: ClassVar[Network.NetID] = ...
|
|
1098
|
-
OP_Ethernet6: ClassVar[Network.NetID] = ...
|
|
1099
|
-
OP_Ethernet7: ClassVar[Network.NetID] = ...
|
|
1100
|
-
OP_Ethernet8: ClassVar[Network.NetID] = ...
|
|
1101
|
-
OP_Ethernet9: ClassVar[Network.NetID] = ...
|
|
1102
1506
|
RED: ClassVar[Network.NetID] = ...
|
|
1103
1507
|
RED_App_Error: ClassVar[Network.NetID] = ...
|
|
1104
1508
|
RED_DFLASH_READ: ClassVar[Network.NetID] = ...
|
|
@@ -1126,25 +1530,25 @@ class Network:
|
|
|
1126
1530
|
Red_VBat: ClassVar[Network.NetID] = ...
|
|
1127
1531
|
Reset_Status: ClassVar[Network.NetID] = ...
|
|
1128
1532
|
SCI: ClassVar[Network.NetID] = ...
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1533
|
+
SPI_01: ClassVar[Network.NetID] = ...
|
|
1534
|
+
SPI_02: ClassVar[Network.NetID] = ...
|
|
1535
|
+
SPI_03: ClassVar[Network.NetID] = ...
|
|
1536
|
+
SPI_04: ClassVar[Network.NetID] = ...
|
|
1537
|
+
SPI_05: ClassVar[Network.NetID] = ...
|
|
1538
|
+
SPI_06: ClassVar[Network.NetID] = ...
|
|
1539
|
+
SPI_07: ClassVar[Network.NetID] = ...
|
|
1540
|
+
SPI_08: ClassVar[Network.NetID] = ...
|
|
1541
|
+
SWCAN_01: ClassVar[Network.NetID] = ...
|
|
1542
|
+
SWCAN_02: ClassVar[Network.NetID] = ...
|
|
1139
1543
|
ScriptStatus: ClassVar[Network.NetID] = ...
|
|
1140
1544
|
TCP: ClassVar[Network.NetID] = ...
|
|
1141
1545
|
TextAPI_To_Host: ClassVar[Network.NetID] = ...
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1546
|
+
UART_01: ClassVar[Network.NetID] = ...
|
|
1547
|
+
UART_02: ClassVar[Network.NetID] = ...
|
|
1548
|
+
UART_03: ClassVar[Network.NetID] = ...
|
|
1549
|
+
UART_04: ClassVar[Network.NetID] = ...
|
|
1146
1550
|
UDP: ClassVar[Network.NetID] = ...
|
|
1147
|
-
|
|
1551
|
+
WBMS_01: ClassVar[Network.NetID] = ...
|
|
1148
1552
|
WiVICommand: ClassVar[Network.NetID] = ...
|
|
1149
1553
|
__entries: ClassVar[dict] = ...
|
|
1150
1554
|
def __init__(self, value: int) -> None: ...
|
|
@@ -1162,6 +1566,7 @@ class Network:
|
|
|
1162
1566
|
__members__: ClassVar[dict] = ... # read-only
|
|
1163
1567
|
A2B: ClassVar[Network.Type] = ...
|
|
1164
1568
|
Any: ClassVar[Network.Type] = ...
|
|
1569
|
+
AutomotiveEthernet: ClassVar[Network.Type] = ...
|
|
1165
1570
|
CAN: ClassVar[Network.Type] = ...
|
|
1166
1571
|
Ethernet: ClassVar[Network.Type] = ...
|
|
1167
1572
|
FlexRay: ClassVar[Network.Type] = ...
|
|
@@ -1193,11 +1598,44 @@ class Network:
|
|
|
1193
1598
|
def get_net_id_string(netid: Network.NetID, expand: bool = ...) -> str: ...
|
|
1194
1599
|
def get_type(self) -> Network.Type: ...
|
|
1195
1600
|
|
|
1601
|
+
class PhyMessage:
|
|
1602
|
+
BusIndex: int
|
|
1603
|
+
Clause22: Incomplete
|
|
1604
|
+
Clause45: Incomplete
|
|
1605
|
+
Clause45Enable: bool
|
|
1606
|
+
Enabled: bool
|
|
1607
|
+
Version: int
|
|
1608
|
+
WriteEnable: bool
|
|
1609
|
+
def __init__(self) -> None: ...
|
|
1610
|
+
|
|
1196
1611
|
class RawMessage(Message):
|
|
1197
1612
|
data: list[int]
|
|
1198
1613
|
network: Network
|
|
1199
1614
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
1200
1615
|
|
|
1616
|
+
class SPIMessage(Frame):
|
|
1617
|
+
class Direction:
|
|
1618
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
1619
|
+
Read: ClassVar[SPIMessage.Direction] = ...
|
|
1620
|
+
Write: ClassVar[SPIMessage.Direction] = ...
|
|
1621
|
+
__entries: ClassVar[dict] = ...
|
|
1622
|
+
def __init__(self, value: int) -> None: ...
|
|
1623
|
+
def __eq__(self, other: object) -> bool: ...
|
|
1624
|
+
def __hash__(self) -> int: ...
|
|
1625
|
+
def __index__(self) -> int: ...
|
|
1626
|
+
def __int__(self) -> int: ...
|
|
1627
|
+
def __ne__(self, other: object) -> bool: ...
|
|
1628
|
+
@property
|
|
1629
|
+
def name(self) -> str: ...
|
|
1630
|
+
@property
|
|
1631
|
+
def value(self) -> int: ...
|
|
1632
|
+
address: int
|
|
1633
|
+
direction: SPIMessage.Direction
|
|
1634
|
+
mms: int
|
|
1635
|
+
payload: list[int]
|
|
1636
|
+
stats: int
|
|
1637
|
+
def __init__(self) -> None: ...
|
|
1638
|
+
|
|
1201
1639
|
class ScriptStatusMessage(Message):
|
|
1202
1640
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
1203
1641
|
@property
|
|
@@ -1233,6 +1671,45 @@ class ScriptStatusMessage(Message):
|
|
|
1233
1671
|
@property
|
|
1234
1672
|
def sectorOverflows(self) -> int: ...
|
|
1235
1673
|
|
|
1674
|
+
class Settings:
|
|
1675
|
+
class EthernetLinkMode:
|
|
1676
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
1677
|
+
Auto: ClassVar[Settings.EthernetLinkMode] = ...
|
|
1678
|
+
Master: ClassVar[Settings.EthernetLinkMode] = ...
|
|
1679
|
+
Slave: ClassVar[Settings.EthernetLinkMode] = ...
|
|
1680
|
+
__entries: ClassVar[dict] = ...
|
|
1681
|
+
def __init__(self, value: int) -> None: ...
|
|
1682
|
+
def __eq__(self, other: object) -> bool: ...
|
|
1683
|
+
def __hash__(self) -> int: ...
|
|
1684
|
+
def __index__(self) -> int: ...
|
|
1685
|
+
def __int__(self) -> int: ...
|
|
1686
|
+
def __ne__(self, other: object) -> bool: ...
|
|
1687
|
+
@property
|
|
1688
|
+
def name(self) -> str: ...
|
|
1689
|
+
@property
|
|
1690
|
+
def value(self) -> int: ...
|
|
1691
|
+
|
|
1692
|
+
class EthernetLinkSpeed:
|
|
1693
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
1694
|
+
Speed100M: ClassVar[Settings.EthernetLinkSpeed] = ...
|
|
1695
|
+
Speed10G: ClassVar[Settings.EthernetLinkSpeed] = ...
|
|
1696
|
+
Speed10M: ClassVar[Settings.EthernetLinkSpeed] = ...
|
|
1697
|
+
Speed1G: ClassVar[Settings.EthernetLinkSpeed] = ...
|
|
1698
|
+
Speed2_5G: ClassVar[Settings.EthernetLinkSpeed] = ...
|
|
1699
|
+
Speed5G: ClassVar[Settings.EthernetLinkSpeed] = ...
|
|
1700
|
+
__entries: ClassVar[dict] = ...
|
|
1701
|
+
def __init__(self, value: int) -> None: ...
|
|
1702
|
+
def __eq__(self, other: object) -> bool: ...
|
|
1703
|
+
def __hash__(self) -> int: ...
|
|
1704
|
+
def __index__(self) -> int: ...
|
|
1705
|
+
def __int__(self) -> int: ...
|
|
1706
|
+
def __ne__(self, other: object) -> bool: ...
|
|
1707
|
+
@property
|
|
1708
|
+
def name(self) -> str: ...
|
|
1709
|
+
@property
|
|
1710
|
+
def value(self) -> int: ...
|
|
1711
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
1712
|
+
|
|
1236
1713
|
class TC10SleepStatus:
|
|
1237
1714
|
__members__: ClassVar[dict] = ... # read-only
|
|
1238
1715
|
NoSleepReceived: ClassVar[TC10SleepStatus] = ...
|
|
@@ -1274,6 +1751,21 @@ class TC10WakeStatus:
|
|
|
1274
1751
|
@property
|
|
1275
1752
|
def value(self) -> int: ...
|
|
1276
1753
|
|
|
1754
|
+
class VersionReport:
|
|
1755
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
1756
|
+
@property
|
|
1757
|
+
def build(self) -> int: ...
|
|
1758
|
+
@property
|
|
1759
|
+
def id(self) -> ChipID: ...
|
|
1760
|
+
@property
|
|
1761
|
+
def maintenance(self) -> int: ...
|
|
1762
|
+
@property
|
|
1763
|
+
def major(self) -> int: ...
|
|
1764
|
+
@property
|
|
1765
|
+
def minor(self) -> int: ...
|
|
1766
|
+
@property
|
|
1767
|
+
def name(self) -> str: ...
|
|
1768
|
+
|
|
1277
1769
|
def find_all_devices() -> list[Device]: ...
|
|
1278
1770
|
def get_last_error() -> APIEvent: ...
|
|
1279
1771
|
def get_supported_devices() -> list[DeviceType]: ...
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: icsneopy
|
|
3
|
+
Version: 1.1.0.post1.dev44
|
|
4
|
+
Author: Intrepid Control Systems, Inc.
|
|
5
|
+
Maintainer-Email: Kyle Schwarz <kschwarz@intrepidcs.com>
|
|
6
|
+
License: Copyright (c) 2018-2025 Intrepid Control Systems, Inc.
|
|
7
|
+
|
|
8
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
9
|
+
are permitted provided that the following conditions are met:
|
|
10
|
+
|
|
11
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
12
|
+
list of conditions and the following disclaimer.
|
|
13
|
+
|
|
14
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
15
|
+
this list of conditions and the following disclaimer in the documentation
|
|
16
|
+
and/or other materials provided with the distribution.
|
|
17
|
+
|
|
18
|
+
3. Neither the name of the copyright holder nor the names of its contributors
|
|
19
|
+
may be used to endorse or promote products derived from this software without
|
|
20
|
+
specific prior written permission.
|
|
21
|
+
|
|
22
|
+
4. It is forbidden to use this library or derivatives to interface with vehicle
|
|
23
|
+
networking hardware not produced by Intrepid Control Systems, Inc.
|
|
24
|
+
|
|
25
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
26
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
27
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
28
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
29
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
30
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
31
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
32
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
33
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
34
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
35
|
+
|
|
36
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
37
|
+
Classifier: Intended Audience :: Developers
|
|
38
|
+
Classifier: Programming Language :: C
|
|
39
|
+
Classifier: Programming Language :: Python
|
|
40
|
+
Classifier: Programming Language :: Python :: 3
|
|
41
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
42
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
43
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
44
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
45
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
46
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
47
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
48
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
49
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
50
|
+
Classifier: Operating System :: POSIX
|
|
51
|
+
Classifier: Operating System :: Unix
|
|
52
|
+
Classifier: Operating System :: MacOS
|
|
53
|
+
Project-URL: homepage, https://github.com/intrepidcs/libicsneo
|
|
54
|
+
Project-URL: documentation, https://libicsneo.readthedocs.io
|
|
55
|
+
Project-URL: source, https://github.com/intrepidcs/libicsneo
|
|
56
|
+
Project-URL: tracker, https://github.com/intrepidcs/libicsneo/issues
|
|
57
|
+
Requires-Python: >=3.9
|
|
58
|
+
Description-Content-Type: text/markdown
|
|
59
|
+
|
|
60
|
+
# libicsneo
|
|
61
|
+
|
|
62
|
+
libicsneo is the [Intrepid Control Systems](https://intrepidcs.com/) device
|
|
63
|
+
communication library. Installation and usage documentation can be found within
|
|
64
|
+
each of the respective APIs.
|
|
65
|
+
|
|
66
|
+
## Documentation
|
|
67
|
+
|
|
68
|
+
- [C++](https://libicsneo.readthedocs.io/en/latest/icsneocpp/)
|
|
69
|
+
- [Python](https://libicsneo.readthedocs.io/en/latest/icsneopy/)
|
|
70
|
+
- [C](https://libicsneo.readthedocs.io/en/latest/icsneoc/)
|
|
71
|
+
|
|
72
|
+
## Hardware Support
|
|
73
|
+
|
|
74
|
+
- EtherBADGE
|
|
75
|
+
- neoVI Connect
|
|
76
|
+
- neoVI FIRE
|
|
77
|
+
- neoVI FIRE 2
|
|
78
|
+
- neoVI FIRE 3
|
|
79
|
+
- neoVI ION
|
|
80
|
+
- neoVI PLASMA
|
|
81
|
+
- neoVI RED 2
|
|
82
|
+
- RAD-A2B
|
|
83
|
+
- RAD-Comet 2
|
|
84
|
+
- RAD-Comet 3
|
|
85
|
+
- RAD-Epsilon
|
|
86
|
+
- RAD-EpsilonXL
|
|
87
|
+
- RAD-Galaxy
|
|
88
|
+
- RAD-Galaxy 2
|
|
89
|
+
- RAD-Gemini
|
|
90
|
+
- RAD-Gigastar
|
|
91
|
+
- RAD-Gigastar 2
|
|
92
|
+
- RAD-Moon 2
|
|
93
|
+
- RAD-Moon 3
|
|
94
|
+
- RAD-Moon T1S
|
|
95
|
+
- RAD-Pluto
|
|
96
|
+
- RAD-Star 2
|
|
97
|
+
- RAD-SuperMoon
|
|
98
|
+
- RADComet
|
|
99
|
+
- ValueCAN 3
|
|
100
|
+
- ValueCAN 4
|
|
101
|
+
|
|
102
|
+
## License
|
|
103
|
+
|
|
104
|
+
libicsneo is licensed as BSD-3 with an extra clause, see [LICENSE](LICENSE)
|
|
105
|
+
for more details.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
icsneopy/__init__.py,sha256=8JkkO6Pz2588-j1MEFY8BIBthdiBFi8V4UIoSTdTye4,25
|
|
2
|
+
icsneopy/icsneopy.cp313-win_amd64.pyd,sha256=YvPGOGpZNHz_3_SY7tqErsuhO_kgyMvWNShqy1mcgZQ,3172352
|
|
3
|
+
icsneopy/icsneopy.pyi,sha256=7enxgb7yAg-d1hXbnBvSv1TI7uu9eNgB_cbhOVvm1bw,71264
|
|
4
|
+
icsneopy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
icsneopy-1.1.0.post1.dev44.dist-info/METADATA,sha256=g-k9LuWnDSGqkgZypp1VrqCf8PflB6Blo68MxibznSk,4133
|
|
6
|
+
icsneopy-1.1.0.post1.dev44.dist-info/WHEEL,sha256=vkL3wTIkhjZa3RmEXX20hldNp6Q8qtwRjrXW6K5sw_Q,106
|
|
7
|
+
icsneopy-1.1.0.post1.dev44.dist-info/licenses/LICENSE,sha256=evgMO8IwO4ik4PxmbMCPlJ2SzvU8GQzbZEnTZ6N1byA,1650
|
|
8
|
+
icsneopy-1.1.0.post1.dev44.dist-info/RECORD,,
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: icsneopy
|
|
3
|
-
Version: 0.2.0.post1.dev483
|
|
4
|
-
Home-page: https://github.com/intrepidcs/libicsneo
|
|
5
|
-
Author: Intrepid Control Systems, Inc.
|
|
6
|
-
Maintainer-Email: Kyle Schwarz <kschwarz@intrepidcs.com>
|
|
7
|
-
License: Copyright (c) 2018-2025 Intrepid Control Systems, Inc.
|
|
8
|
-
|
|
9
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
10
|
-
are permitted provided that the following conditions are met:
|
|
11
|
-
|
|
12
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
13
|
-
list of conditions and the following disclaimer.
|
|
14
|
-
|
|
15
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
16
|
-
this list of conditions and the following disclaimer in the documentation
|
|
17
|
-
and/or other materials provided with the distribution.
|
|
18
|
-
|
|
19
|
-
3. Neither the name of the copyright holder nor the names of its contributors
|
|
20
|
-
may be used to endorse or promote products derived from this software without
|
|
21
|
-
specific prior written permission.
|
|
22
|
-
|
|
23
|
-
4. It is forbidden to use this library or derivatives to interface with vehicle
|
|
24
|
-
networking hardware not produced by Intrepid Control Systems, Inc.
|
|
25
|
-
|
|
26
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
27
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
28
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
29
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
30
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
31
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
32
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
33
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
34
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
35
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
36
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
37
|
-
Classifier: Intended Audience :: Developers
|
|
38
|
-
Classifier: Programming Language :: C
|
|
39
|
-
Classifier: Programming Language :: Python
|
|
40
|
-
Classifier: Programming Language :: Python :: 3
|
|
41
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
42
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
43
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
46
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
47
|
-
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
48
|
-
Classifier: Operating System :: Microsoft :: Windows
|
|
49
|
-
Classifier: Operating System :: POSIX
|
|
50
|
-
Classifier: Operating System :: Unix
|
|
51
|
-
Classifier: Operating System :: MacOS
|
|
52
|
-
Project-URL: Homepage, https://github.com/intrepidcs/libicsneo
|
|
53
|
-
Project-URL: Documentation, https://libicsneo.readthedocs.io
|
|
54
|
-
Project-URL: Source, https://github.com/intrepidcs/libicsneo
|
|
55
|
-
Project-URL: Tracker, https://github.com/intrepidcs/libicsneo/issues
|
|
56
|
-
Requires-Python: >=3.9
|
|
57
|
-
Description-Content-Type: text/markdown
|
|
58
|
-
|
|
59
|
-
# libicsneo
|
|
60
|
-
|
|
61
|
-
libicsneo is the [Intrepid Control Systems](https://intrepidcs.com/) device
|
|
62
|
-
communication library. Installation and usage documentation can be found within
|
|
63
|
-
each of the respective APIs.
|
|
64
|
-
|
|
65
|
-
## Documentation
|
|
66
|
-
|
|
67
|
-
- [C++](https://libicsneo.readthedocs.io/en/latest/icsneocpp/)
|
|
68
|
-
- [Python](https://libicsneo.readthedocs.io/en/latest/icsneopy/)
|
|
69
|
-
- [C](https://libicsneo.readthedocs.io/en/latest/icsneoc/)
|
|
70
|
-
|
|
71
|
-
## Hardware Support
|
|
72
|
-
|
|
73
|
-
- EtherBADGE
|
|
74
|
-
- neoVI Connect
|
|
75
|
-
- neoVI FIRE
|
|
76
|
-
- neoVI FIRE 2
|
|
77
|
-
- neoVI FIRE 3
|
|
78
|
-
- neoVI ION
|
|
79
|
-
- neoVI PLASMA
|
|
80
|
-
- neoVI RED 2
|
|
81
|
-
- RAD-A2B
|
|
82
|
-
- RAD-Comet 2
|
|
83
|
-
- RAD-Comet 3
|
|
84
|
-
- RAD-Galaxy
|
|
85
|
-
- RAD-Galaxy 2
|
|
86
|
-
- RAD-Gigastar
|
|
87
|
-
- RAD-Gigastar 2
|
|
88
|
-
- RAD-Moon 2
|
|
89
|
-
- RAD-Moon 3
|
|
90
|
-
- RAD-Moon T1S
|
|
91
|
-
- RAD-Pluto
|
|
92
|
-
- RAD-Star 2
|
|
93
|
-
- RAD-SuperMoon
|
|
94
|
-
- RADComet
|
|
95
|
-
- ValueCAN 3
|
|
96
|
-
- ValueCAN 4
|
|
97
|
-
|
|
98
|
-
## License
|
|
99
|
-
|
|
100
|
-
libicsneo is licensed as BSD-3 with an extra clause, see [LICENSE](LICENSE)
|
|
101
|
-
for more details.
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
icsneopy/__init__.py,sha256=8JkkO6Pz2588-j1MEFY8BIBthdiBFi8V4UIoSTdTye4,25
|
|
2
|
-
icsneopy/icsneopy.cp313-win_amd64.pyd,sha256=G47DWCqWt7Ufc7Ua3jFF5a9EEHMBqTX3KvDIP9d_o7c,1547264
|
|
3
|
-
icsneopy/icsneopy.pyi,sha256=8egdXX-4HxaV5QMB7cckHCaL6ziZeEjAI7mUtga_4sA,51095
|
|
4
|
-
icsneopy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
icsneopy-0.2.0.post1.dev483.dist-info/METADATA,sha256=Fc45YvVtFjT1fVBDuy8nQC57H4Aa0eZNe6-RIDgje0c,4053
|
|
6
|
-
icsneopy-0.2.0.post1.dev483.dist-info/WHEEL,sha256=EIu1Wj122E8B0k-vZcnNpwplI01di2dp-9WoG1ZyqT0,106
|
|
7
|
-
icsneopy-0.2.0.post1.dev483.dist-info/licenses/LICENSE,sha256=evgMO8IwO4ik4PxmbMCPlJ2SzvU8GQzbZEnTZ6N1byA,1650
|
|
8
|
-
icsneopy-0.2.0.post1.dev483.dist-info/RECORD,,
|
{icsneopy-0.2.0.post1.dev483.dist-info → icsneopy-1.1.0.post1.dev44.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|