#include <string>#include <iostream>#include <cstdio>#include <unistd.h>#include "serial/serial.h"
Go to the source code of this file.
Functions | |
| void | enumerate_ports () |
| int | main (int argc, char **argv) |
| void | my_sleep (unsigned long milliseconds) |
| void | print_usage () |
| int | run (int argc, char **argv) |
| void enumerate_ports | ( | ) |
Definition at line 47 of file serial_example.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 176 of file serial_example.cc.
| void my_sleep | ( | unsigned long | milliseconds | ) |
Definition at line 39 of file serial_example.cc.
| void print_usage | ( | ) |
Definition at line 62 of file serial_example.cc.
| int run | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 68 of file serial_example.cc.