...
This commit is contained in:
@@ -75,13 +75,13 @@ using adc_common_duration_t = adc_duration_common_type_t<std::chrono::nanosecond
|
||||
auto send(const R&, const std::chrono::duration<Rep, Period>&)
|
||||
|
||||
template<adc::traits::adc_output_char_range R, typename Rep, typename Period>
|
||||
R received(const std::chrono::duration<Rep, Period>&)
|
||||
R receive(const std::chrono::duration<Rep, Period>&)
|
||||
|
||||
}
|
||||
*/
|
||||
template <typename SRVT,
|
||||
typename SMSGT = std::string_view, // sending message type
|
||||
typename RMSGT = std::string, // receiving message type
|
||||
typename SMSGT = std::vector<char>, // sending message type
|
||||
typename RMSGT = std::vector<char>, // receiving message type
|
||||
typename DURT = adc_common_duration_t // time duration type
|
||||
>
|
||||
concept adc_netservice_c =
|
||||
|
||||
Reference in New Issue
Block a user