forked from intrinsic-dev/aic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTask.msg
More file actions
27 lines (19 loc) · 933 Bytes
/
Copy pathTask.msg
File metadata and controls
27 lines (19 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# A unique ID for the cable insertion task.
string id
# The type of cable which should be inserted.
string cable_type
# The name of the cable which should be inserted, e.g., "sfp_sc".
string cable_name
# The type of plug at the end of the cable which should be inserted, e.g., "sfp".
string plug_type
# The name of plug at the end of the cable which should be inserted, e.g., "sfp_module".
string plug_name
# The type of port on the module side into which the plug should be inserted, e.g., "sfp".
string port_type
# The name of the port on the module side into which the plug should be inserted, e.g., "sfp_port_0".
string port_name
# The name of the component or module on which the port exists, e.g., "nic_card_0"
string target_module_name
# The number of seconds from the moment this request is received by when the task must complete.
# todo(yadunund): should this be a system clock timestamp instead.
uint64 time_limit