We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997c6c6 commit 4d6a30aCopy full SHA for 4d6a30a
src/viam/sdk/common/utils.hpp
@@ -29,10 +29,10 @@ struct response_metadata {
29
30
bool operator==(const response_metadata& lhs, const response_metadata& rhs);
31
32
-/// @brief convert a google::protobuf::Timestamp to time_point
+/// @brief convert a google::protobuf::Timestamp to time_pt
33
time_pt timestamp_to_time_pt(const google::protobuf::Timestamp& timestamp);
34
35
-/// @brief convert a time_point to a google::protobuf::Timestamp.
+/// @brief convert a time_pt to a google::protobuf::Timestamp.
36
google::protobuf::Timestamp time_pt_to_timestamp(time_pt);
37
38
std::vector<unsigned char> string_to_bytes(std::string const& s);
0 commit comments