9 : Exception((Result.error_code() == grpc::StatusCode::UNIMPLEMENTED && Result.error_message().empty()) ? UNIMPLEMENTED_ErrorMsg : Result.error_message(),
10 Util::ErrorType::Error,
11 Util::NumToT<int>(static_cast<std::underlying_type_t<grpc::StatusCode>>(Result.error_code())),
Implementation of a hardware adapter to communicate over TCP sockets using gRPC.
gRPCException(const grpc::Status Result, const std::source_location Location=std::source_location::current()) noexcept
Constructs a gRPCException instance.
DynExp's hardware namespace contains the implementation of DynExp hardware adapters which extend DynE...
DynExp's Util namespace contains commonly used functions and templates as well as extensions to Qt an...
Accumulates include statements to provide a precompiled header.