gige_request_counter.h
Go to the documentation of this file.
1 /*
2 * Roboception GmbH
3 * Munich, Germany
4 * www.roboception.com
5 *
6 * Copyright (c) 2017 Roboception GmbH
7 * All rights reserved
8 *
9 * Author: Raphael Schaller
10 */
11 #ifndef RCDISCOVER_GIGE_REQUEST_COUNTER_H
12 #define RCDISCOVER_GIGE_REQUEST_COUNTER_H
13 
14 #include <cstdint>
15 #include <tuple>
16 
17 namespace rcdiscover
18 {
19 
24 {
25  public:
30  static std::tuple<uint8_t, uint8_t> getNext();
31 };
32 
33 }
34 
35 #endif // RCDISCOVER_GIGE_REQUEST_COUNTER_H
A class wrapping a thread safe request counter.
static std::tuple< uint8_t, uint8_t > getNext()
Returns the next request number.


rcdiscover
Author(s): Heiko Hirschmueller , Raphael Schaller
autogenerated on Sun Apr 18 2021 02:16:32