ChimeraTK-DeviceAccess
03.18.00
argumentParser.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK, ChimeraTK Project <chimeratk-support@desy.de>
2
// SPDX-License-Identifier: LGPL-3.0-or-later
3
#pragma once
4
5
#include <string>
6
7
unsigned
int
getPortNumber
(
char
**);
8
std::string
getMapFileLocation
(
char
**);
9
unsigned
int
getProtocolVersion
(
char
**);
getPortNumber
unsigned int getPortNumber(char **)
Definition:
argumentParser.cc:23
getMapFileLocation
std::string getMapFileLocation(char **)
Definition:
argumentParser.cc:34
getProtocolVersion
unsigned int getProtocolVersion(char **)
Definition:
argumentParser.cc:46
sources
ChimeraTK-DeviceAccess
tests
RebotDummyServer
include
argumentParser.h
Generated by
1.8.17