Searched refs:commAggrHandle_ (Results 1 – 2 of 2) sorted by relevance
23 : commAggrHandle_(inCommAggregator), commLabel_(inLabel) in Communicator()34 commAggrHandle_ = nullptr; in ~Communicator()65 commAggrHandle_->ActivateCommunicator(commLabel_); in Activate()70 return commAggrHandle_->GetCommunicatorAggregatorMtuSize(); in GetCommunicatorMtuSize()75 return commAggrHandle_->GetCommunicatorAggregatorMtuSize(target); in GetCommunicatorMtuSize()80 return commAggrHandle_->GetLocalIdentity(outTarget); in GetLocalIdentity()85 return commAggrHandle_->GetCommunicatorAggregatorTimeout(); in GetTimeout()90 return commAggrHandle_->GetCommunicatorAggregatorTimeout(target); in GetTimeout()95 return commAggrHandle_->IsDeviceOnline(device); in IsDeviceOnline()111 extendHandle = commAggrHandle_->GetExtendHeaderHandle(config.paramInfo); in SendMessage()[all …]
76 CommunicatorAggregator *commAggrHandle_ = nullptr; variable