#include <rflex/rflex_driver.h>
#include <stdio.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <termios.h>
#include <sys/stat.h>
#include <iostream>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
Go to the source code of this file.
Functions | |
static unsigned int | getInt16 (const unsigned char *bytes) |
static unsigned long | getInt32 (const unsigned char *bytes) |
static void | putInt32 (unsigned long l, unsigned char *bytes) |
static void | putInt8 (unsigned int i, unsigned char *bytes) |
static long | sgn (long val) |
static unsigned int getInt16 | ( | const unsigned char * | bytes | ) | [static] |
Definition at line 46 of file rflex_driver.cc.
static unsigned long getInt32 | ( | const unsigned char * | bytes | ) | [static] |
Definition at line 53 of file rflex_driver.cc.
static void putInt32 | ( | unsigned long | l, |
unsigned char * | bytes | ||
) | [static] |
Definition at line 64 of file rflex_driver.cc.
static void putInt8 | ( | unsigned int | i, |
unsigned char * | bytes | ||
) | [static] |
Definition at line 60 of file rflex_driver.cc.
static long sgn | ( | long | val | ) | [static] |
Definition at line 39 of file rflex_driver.cc.