![]() |
NEURON
|
#include <partrans.hpp>
Public Attributes | |
std::vector< sgid_t > | src_sid |
std::vector< int > | src_type |
std::vector< int > | src_index |
std::vector< sgid_t > | tar_sid |
std::vector< int > | tar_type |
std::vector< int > | tar_index |
Definition at line 94 of file partrans.hpp.
std::vector< int > SetupTransferInfo::src_index |
Definition at line 97 of file partrans.hpp.
std::vector< sgid_t > SetupTransferInfo::src_sid |
Definition at line 95 of file partrans.hpp.
std::vector< int > SetupTransferInfo::src_type |
Definition at line 96 of file partrans.hpp.
std::vector< int > SetupTransferInfo::tar_index |
Definition at line 100 of file partrans.hpp.
std::vector< sgid_t > SetupTransferInfo::tar_sid |
Definition at line 98 of file partrans.hpp.
std::vector< int > SetupTransferInfo::tar_type |
Definition at line 99 of file partrans.hpp.