#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include "fsd_device.h"
#include "fsd_debug.h"
#include "fsd_defines.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
declaration of functions for communication with char device | |
int | fsd_chardevice_open () |
Open connection to FSC device. | |
int | fsd_chardevice_close (int fsc_device) |
Release device. | |
int | fsd_chardevice_read (int fsc_device, char *buffer) |
Read message from device. | |
int | fsd_chardevice_write (int fsc_device, const char *data, int count) |
Write message to device. |
Definition in file fsd_device.c.