File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ syntax = "proto3";
22
33package synapse ;
44
5- import "api/datatype.proto" ;
65import "api/nodes/broadband_source.proto" ;
76import "api/nodes/electrical_stimulation.proto" ;
87import "api/nodes/optical_stimulation.proto" ;
@@ -70,12 +69,3 @@ message NodeConnection {
7069 uint32 src_node_id = 1 ;
7170 uint32 dst_node_id = 2 ;
7271}
73-
74- message NodeSocket {
75- uint32 node_id = 1 ;
76- string bind = 2 ;
77- DataType data_type = 3 ;
78- NodeType type = 4 ;
79- string label = 5 ;
80- repeated uint32 shape = 6 ;
81- }
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ message Status {
4141 string message = 1 ;
4242 StatusCode code = 2 ;
4343 DeviceState state = 3 ;
44- repeated NodeSocket sockets = 4 ;
44+ // repeated NodeSocket sockets = 4;
45+ reserved 4 ;
4546 DevicePower power = 5 ;
4647 DeviceStorage storage = 6 ;
4748 SignalChainStatus signal_chain = 7 ;
You can’t perform that action at this time.
0 commit comments