low_speed.h
Go to the documentation of this file.
1 #ifndef CPR_LOW_SPEED_H
2 #define CPR_LOW_SPEED_H
3 
4 #include <cstdint>
5 
6 namespace cpr {
7 
8 class LowSpeed {
9  public:
10  LowSpeed(const std::int32_t limit, const std::int32_t time) : limit(limit), time(time) {}
11 
12  std::int32_t limit;
13  std::int32_t time;
14 };
15 
16 } // namespace cpr
17 
18 #endif
LowSpeed(const std::int32_t limit, const std::int32_t time)
Definition: low_speed.h:10
std::int32_t time
Definition: low_speed.h:13
Definition: auth.cpp:3
std::int32_t limit
Definition: low_speed.h:12


rc_tagdetect_client
Author(s): Monika Florek-Jasinska , Raphael Schaller
autogenerated on Sat Feb 13 2021 03:42:15