Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. int main(void)
  2. {
  3. // .....
  4. compressionRate = (float) protocol["CL"].get<uint16_t>(); // O valor recebido é um inteiro de 5 a 95
  5. // ....
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement