| 65 | | * DspinOutput<cmd_data_size> *** p_out_cmd; // For each cluster and each virtual network : out command |
| 66 | | * DspinInput<cmd_data_size> *** p_in_cmd; // For each cluster and each virtual network : in command |
| 67 | | * DspinOutput<rsp_data_size> *** p_out_rsp; // For each cluster and each virtual network : out response |
| 68 | | * DspinInput<rsp_data_size> *** p_in_rsp; // For each cluster and each virtual network : in response |
| | 65 | * !DspinOutput<cmd_data_size> *** p_out_cmd; // For each cluster and each virtual network : out command |
| | 66 | * !DspinInput<cmd_data_size> *** p_in_cmd; // For each cluster and each virtual network : in command |
| | 67 | * !DspinOutput<rsp_data_size> *** p_out_rsp; // For each cluster and each virtual network : out response |
| | 68 | * !DspinInput<rsp_data_size> *** p_in_rsp; // For each cluster and each virtual network : in response |