SerialPort
A light-weight C++ library for cross-platform serial communication.
Loading...
Searching...
No Matches
src
enumeration.h
1
#ifndef ENUMERATION_H
2
#define ENUMERATION_H
3
4
#include <vector>
5
6
#include "serial_port/types.h"
7
8
namespace
enumeration
9
{
10
std::vector<serial_port::PortInfo> enumerate();
11
}
12
13
#endif
// ENUMERATION_H
Generated by
1.12.0