Xenomai
3.0.5
|
Real-Time Driver Model for Xenomai, user API header. More...
Go to the source code of this file.
Data Structures | |
struct | rtdm_device_info |
Device information. More... | |
Macros | |
API Versioning | |
#define | RTDM_API_VER 9 |
Common user and driver API version. | |
#define | RTDM_API_MIN_COMPAT_VER 9 |
Minimum API revision compatible with the current release. | |
RTDM_TIMEOUT_xxx | |
#define | RTDM_TIMEOUT_INFINITE 0 |
Block forever. More... | |
#define | RTDM_TIMEOUT_NONE (-1) |
Any negative timeout means non-blocking. More... | |
RTDM_CLASS_xxx | |
#define | RTDM_CLASS_PARPORT 1 |
#define | RTDM_CLASS_SERIAL 2 |
#define | RTDM_CLASS_CAN 3 |
#define | RTDM_CLASS_NETWORK 4 |
#define | RTDM_CLASS_RTMAC 5 |
#define | RTDM_CLASS_TESTING 6 |
#define | RTDM_CLASS_RTIPC 7 |
#define | RTDM_CLASS_COBALT 8 |
#define | RTDM_CLASS_UDD 9 |
#define | RTDM_CLASS_MEMORY 10 |
#define | RTDM_CLASS_GPIO 11 |
#define | RTDM_CLASS_SPI 12 |
#define | RTDM_CLASS_MISC 223 |
#define | RTDM_CLASS_EXPERIMENTAL 224 |
#define | RTDM_CLASS_MAX 255 |
Device Naming | |
#define | RTDM_MAX_DEVNAME_LEN 31 |
RTDM_PURGE_xxx_BUFFER | |
#define | RTDM_PURGE_RX_BUFFER 0x0001 |
#define | RTDM_PURGE_TX_BUFFER 0x0002 |
Common IOCTLs | |
#define | RTIOC_DEVICE_INFO _IOR(RTIOC_TYPE_COMMON, 0x00, struct rtdm_device_info) |
Retrieve information about a device or socket. More... | |
#define | RTIOC_PURGE _IOW(RTIOC_TYPE_COMMON, 0x10, int) |
Purge internal device or socket buffers. More... | |
Typedefs | |
typedef uint64_t | nanosecs_abs_t |
RTDM type for representing absolute dates. More... | |
typedef int64_t | nanosecs_rel_t |
RTDM type for representing relative intervals. More... | |
typedef struct rtdm_device_info | rtdm_device_info_t |
Device information. | |
Real-Time Driver Model for Xenomai, user API header.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.