#include <stdio.h>#include <unistd.h>#include <string.h>#include <stdlib.h>#include <time.h>#include <sys/time.h>#include <errno.h>#include <modbus.h>
Go to the source code of this file.
Macros | |
| #define | G_MSEC_PER_SEC 1000 |
Enumerations | |
| enum | { TCP, RTU } |
Functions | |
| uint32_t | gettime_ms (void) |
| int | main (int argc, char *argv[]) |
| #define G_MSEC_PER_SEC 1000 |
Definition at line 28 of file bandwidth-client.c.
| anonymous enum |
| Enumerator | |
|---|---|
| TCP | |
| RTU | |
Definition at line 38 of file bandwidth-client.c.
| uint32_t gettime_ms | ( | void | ) |
Definition at line 30 of file bandwidth-client.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 44 of file bandwidth-client.c.