Program Listing for File gige_request_counter.h

Return to documentation for file (rcdiscover/gige_request_counter.h)

/*
* Roboception GmbH
* Munich, Germany
* www.roboception.com
*
* Copyright (c) 2017 Roboception GmbH
* All rights reserved
*
* Author: Raphael Schaller
*/
#ifndef RCDISCOVER_GIGE_REQUEST_COUNTER_H
#define RCDISCOVER_GIGE_REQUEST_COUNTER_H

#include <cstdint>
#include <tuple>

namespace rcdiscover
{

class GigERequestCounter
{
  public:
    static std::tuple<uint8_t, uint8_t> getNext();
};

}

#endif // RCDISCOVER_GIGE_REQUEST_COUNTER_H