Skip to content

Commit 90e05ed

Browse files
updated auto generated files
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent c07589f commit 90e05ed

46 files changed

Lines changed: 1853 additions & 1192 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gen/ics/__version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__version__ = "914.14"
2-
__full_version__ = "v914.14-3ac87bb-20240219195124"
2+
__full_version__ = "v914.14-c07589f-20240223155111"

gen/ics/hiddenimports.py

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@
2525
"ics.structures.ethernet_settings2",
2626
"ics.structures.ethernet10_g_settings",
2727
"ics.structures.ethernet10_t1_s_settings",
28-
"ics.structures.macsec_vlantag",
29-
"ics.structures.macsec_mpls_outer",
30-
"ics.structures.mac_sec_rule",
31-
"ics.structures.mac_sec_map",
32-
"ics.structures.mac_sec_sec_y",
33-
"ics.structures.mac_sec_sc",
34-
"ics.structures.mac_sec_sa",
35-
"ics.structures.mac_sec_flags",
28+
"ics.structures.macsec_vlantag_t",
29+
"ics.structures.macsec_mpls_outer_t",
30+
"ics.structures.mac_sec_rule_",
31+
"ics.structures.mac_sec_map_",
32+
"ics.structures.mac_sec_sec_y_",
33+
"ics.structures.mac_sec_sc_",
34+
"ics.structures.mac_sec_sa_",
35+
"ics.structures.mac_sec_flags_",
3636
"ics.structures.macsec_config",
37+
"ics.structures.mac_sec_global_flags_",
3738
"ics.structures.macsec_settings",
3839
"ics.structures.logger_settings",
3940
"ics.structures.disk_settings",
@@ -172,6 +173,7 @@
172173
"ics.structures.s_phy_reg_pkt_clause22_mess",
173174
"ics.structures.s_phy_reg_pkt_clause45_mess",
174175
"ics.structures.s_phy_reg_pkt",
176+
"ics.structures.flash_accessory_firmware_params",
175177
"ics.structures.op_eth_link_mode",
176178
"ics.structures.sfp_id",
177179
"ics.structures.macsec_packet_type",
@@ -186,6 +188,7 @@
186188
"ics.structures.a2_btdm_mode",
187189
"ics.structures.a2_b_node_type",
188190
"ics.structures.flex_vnet_mode",
191+
"ics.structures.epsilon_10_g_phy_select",
189192
"ics.structures.e_device_settings_type",
190193
"ics.structures.e_plasma_ion_vnet_channel_t",
191194
"ics.structures.ew_bms_manager_port_t",
@@ -196,6 +199,8 @@
196199
"ics.structures.s_phy_reg_pkt_status",
197200
"ics.structures.s_phy_reg_pkt_rw",
198201
"ics.structures.device_feature",
199-
"ics.structures.phy_error_type",
202+
"ics.structures.accessory_error_type",
203+
"ics.structures.flash_accessory_index",
204+
"ics.structures.epsilon10_gphyfw",
200205
]
201206

gen/ics/structures/__init__.py

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@
2525
"ethernet_settings2",
2626
"ethernet10_g_settings",
2727
"ethernet10_t1_s_settings",
28-
"macsec_vlantag",
29-
"macsec_mpls_outer",
30-
"mac_sec_rule",
31-
"mac_sec_map",
32-
"mac_sec_sec_y",
33-
"mac_sec_sc",
34-
"mac_sec_sa",
35-
"mac_sec_flags",
28+
"macsec_vlantag_t",
29+
"macsec_mpls_outer_t",
30+
"mac_sec_rule_",
31+
"mac_sec_map_",
32+
"mac_sec_sec_y_",
33+
"mac_sec_sc_",
34+
"mac_sec_sa_",
35+
"mac_sec_flags_",
3636
"macsec_config",
37+
"mac_sec_global_flags_",
3738
"macsec_settings",
3839
"logger_settings",
3940
"disk_settings",
@@ -172,6 +173,7 @@
172173
"s_phy_reg_pkt_clause22_mess",
173174
"s_phy_reg_pkt_clause45_mess",
174175
"s_phy_reg_pkt",
176+
"flash_accessory_firmware_params",
175177
"op_eth_link_mode",
176178
"sfp_id",
177179
"macsec_packet_type",
@@ -186,6 +188,7 @@
186188
"a2_btdm_mode",
187189
"a2_b_node_type",
188190
"flex_vnet_mode",
191+
"epsilon_10_g_phy_select",
189192
"e_device_settings_type",
190193
"e_plasma_ion_vnet_channel_t",
191194
"ew_bms_manager_port_t",
@@ -196,5 +199,7 @@
196199
"s_phy_reg_pkt_status",
197200
"s_phy_reg_pkt_rw",
198201
"device_feature",
199-
"phy_error_type",
202+
"accessory_error_type",
203+
"flash_accessory_index",
204+
"epsilon10_gphyfw",
200205
]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# This file was auto generated; Do not modify, if you value your sanity!
2+
import ctypes
3+
import enum
4+
5+
6+
7+
class accessory_error_type(enum.IntEnum):
8+
"""A ctypes-compatible IntEnum superclass."""
9+
@classmethod
10+
def from_param(cls, obj):
11+
return int(obj)
12+
13+
AccessoryOperationError = 0
14+
AccessoryOperationSuccess = 1
15+
AccessoryFlashingInitError = 2
16+
AccessoryFlashingEraseError = 3
17+
AccessoryFlashingWriteError = 4
18+
AccessoryFlashingReadError = 5
19+
AccessoryFlashingVerifyError = 6
20+
AccessoryFlashingDeinitError = 7
21+
AccessoryFlashingInvalidHardware = 8
22+
AccessoryFlashingInvalidDataFile = 9
23+
AccessoryGetVersionError = 10
24+
AccessoryIndexError = 11
25+
AccessoryParamApiVersionError = 12
26+
AccessoryParamSizeMismatchError = 13
27+
AccessoryParameterNull = 14
28+
29+
30+
AccessoryErrorType = accessory_error_type
31+
AccessoryOperationErrorType = accessory_error_type
32+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This file was auto generated; Do not modify, if you value your sanity!
2+
import ctypes
3+
import enum
4+
5+
6+
7+
class epsilon10_gphyfw(enum.IntEnum):
8+
"""A ctypes-compatible IntEnum superclass."""
9+
@classmethod
10+
def from_param(cls, obj):
11+
return int(obj)
12+
13+
FLASH_ACCESSORY_EPSILON_10G_PHY_FW_0_3_7_0 = 0
14+
15+
16+
_epsilon10GPHYFW = epsilon10_gphyfw
17+
epsilon10GPHYFW = epsilon10_gphyfw
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This file was auto generated; Do not modify, if you value your sanity!
2+
import ctypes
3+
import enum
4+
5+
6+
7+
class epsilon_10_g_phy_select(enum.IntEnum):
8+
"""A ctypes-compatible IntEnum superclass."""
9+
@classmethod
10+
def from_param(cls, obj):
11+
return int(obj)
12+
13+
EPSILON_10G_PHY1 = (1<<0)
14+
EPSILON_10G_PHY2 = (1<<1)
15+
16+
17+
Epsilon_10G_PHY_select = epsilon_10_g_phy_select
18+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This file was auto generated; Do not modify, if you value your sanity!
2+
import ctypes
3+
import enum
4+
5+
6+
7+
class flash_accessory_firmware_params(ctypes.Structure):
8+
_pack_ = 1
9+
_fields_ = [
10+
('apiVersion', ctypes.c_uint32),
11+
('size', ctypes.c_uint32),
12+
('index', ctypes.c_uint8),
13+
('data', ctypes.POINTER(ctypes.c_uint8)),
14+
('dataSize', ctypes.c_uint32),
15+
]
16+
17+
18+
_FlashAccessoryFirmwareParams = flash_accessory_firmware_params
19+
FlashAccessoryFirmwareParams = flash_accessory_firmware_params
20+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This file was auto generated; Do not modify, if you value your sanity!
2+
import ctypes
3+
import enum
4+
5+
6+
7+
class flash_accessory_index(enum.IntEnum):
8+
"""A ctypes-compatible IntEnum superclass."""
9+
@classmethod
10+
def from_param(cls, obj):
11+
return int(obj)
12+
13+
FLASH_ACCESSORY_EPSILON_SWITCH_A = 0
14+
FLASH_ACCESSORY_EPSILON_SWITCH_B = enum.auto()
15+
FLASH_ACCESSORY_EPSILON_10G_PHY1 = enum.auto()
16+
FLASH_ACCESSORY_EPSILON_10G_PHY2 = enum.auto()
17+
FLASH_ACCESSORY_EPSILON_10G_PHY1_PHY2 = enum.auto()
18+
19+
20+
_flashAccessoryIndex = flash_accessory_index
21+
flashAccessoryIndex = flash_accessory_index
22+

gen/ics/structures/global_settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from ics.structures.svcanrf_settings import *
4545

4646

47-
class Nameless59426(ctypes.Union):
47+
class Nameless21903(ctypes.Union):
4848
_pack_ = 2
4949
_fields_ = [
5050
('red', SRedSettings),
@@ -94,12 +94,12 @@ class Nameless59426(ctypes.Union):
9494

9595
class global_settings(ctypes.Structure):
9696
_pack_ = 2
97-
_anonymous_ = ('Nameless59426',)
97+
_anonymous_ = ('Nameless21903',)
9898
_fields_ = [
9999
('version', ctypes.c_uint16),
100100
('len', ctypes.c_uint16),
101101
('chksum', ctypes.c_uint16),
102-
('Nameless59426', Nameless59426),
102+
('Nameless21903', Nameless21903),
103103
]
104104

105105

gen/ics/structures/ics_rad_epsilon_device_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class ics_rad_epsilon_device_status(ctypes.Structure):
99
_fields_ = [
10-
('ethernetStatus', ethernetNetworkStatus_t * 9),
10+
('ethernetStatus', ethernetNetworkStatus_t * 19),
1111
]
1212

1313

0 commit comments

Comments
 (0)