mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
17 lines
367 B
Plaintext
17 lines
367 B
Plaintext
/*!
|
|
\example examples/enumerator
|
|
\title enumerator Demo
|
|
|
|
The example demonstrates how to use QextSerialEnumerator.
|
|
|
|
Include the proper header file
|
|
\snippet examples/enumerator/main.cpp 0
|
|
|
|
Get available ports in the system.
|
|
\snippet examples/enumerator/main.cpp 1
|
|
|
|
Output
|
|
\snippet examples/enumerator/main.cpp 2
|
|
*/
|
|
|