rcdiscover
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
23
class
GigERequestCounter
24
{
25
public
:
30
static
std::tuple<uint8_t, uint8_t>
getNext
();
31
};
32
33
}
34
35
#endif // RCDISCOVER_GIGE_REQUEST_COUNTER_H
rcdiscover::GigERequestCounter
A class wrapping a thread safe request counter.
Definition:
gige_request_counter.h:23
rcdiscover
Definition:
deviceinfo.cc:40
rcdiscover::GigERequestCounter::getNext
static std::tuple< uint8_t, uint8_t > getNext()
Returns the next request number.
Definition:
gige_request_counter.cc:19
rcdiscover
Author(s): Heiko Hirschmueller
, Raphael Schaller
autogenerated on Thu Aug 1 2024 02:55:56