#include <iostream>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <termios.h>
#include <time.h>
#include <sstream>
#include "RoboteqDevice.h"
#include "ErrorCodes.h"
Go to the source code of this file.
Defines | |
#define | BUFFER_SIZE 1024 |
#define | MISSING_VALUE -1024 |
Functions | |
string | ReplaceString (string source, string find, string replacement) |
void | sleepms (int milliseconds) |
#define BUFFER_SIZE 1024 |
Definition at line 15 of file RoboteqDevice.cpp.
#define MISSING_VALUE -1024 |
Definition at line 16 of file RoboteqDevice.cpp.
string ReplaceString | ( | string | source, |
string | find, | ||
string | replacement | ||
) |
Definition at line 347 of file RoboteqDevice.cpp.
void sleepms | ( | int | milliseconds | ) |
Definition at line 359 of file RoboteqDevice.cpp.