SciSDK Library
SDK for SciCompiler projects
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | _tUSBDevice |
Macros | |
#define | NI_OK 0x00000000 |
#define | NI_ERROR_GENERIC 0x00000001 |
#define | NI_ERROR_INTERFACE 0x00000002 |
#define | NI_ERROR_FPGA 0x00000003 |
#define | NI_ERROR_TRANSFER_MAX_LENGTH 0x00000004 |
#define | NI_ERROR_NOTCONNECTED 0x00000005 |
#define | NI_NO_DATA_AVAILABLE 0x00000006 |
#define | NI_TOO_MANY_DEVICES_CONNECTED 0x00000007 |
#define | NI_INVALID_HANDLE 0x00000008 |
#define | NI_INVALID_KEY 0x00000009 |
#define | NI_INVALID_PARAMETER 0x0000000A |
#define | NI_PARAMETER_OUT_OF_RANGE 0x0000000B |
#define | NI_INCOMPLETE_READ 0x0000000C |
#define | NI_INVALID_COMMAND 0x0000000D |
#define | NI_PARAMETER_CAN_NOT_BE_CANGHED_IN_RUN 0x0000000E |
#define | NI_PARAMETER_CAN_NOT_BE_SET_WITH_THIS_CONFIG 0x0000000F |
#define | NI_PARAMETER_CAN_NOT_BE_SET 0x00000010 |
#define | NI_PARAMETER_MIN_MAX_NOT_SET 0x00000011 |
#define | NI_UNABLE_TO_LOAD_EXTERNAL_LIBRARY 0x00000012 |
#define | NI_INVALID_PARAMETER_PATH 0x00000013 |
#define | NI_INVALID_PARAMETER_ROOT 0x00000014 |
#define | NI_NOT_SUPPORTED 0x00000015 |
#define | NI_INVALID_ACQ_MODE 0x00000016 |
#define | NI_INVALID_METHOD 0x00000017 |
#define | NI_MISSALIGNED 0x00000018 |
#define | NI_INVALID_LIBRARY_VERSION 0x00000019 |
#define | NI_ALREADY_CONNECTED 0x00000100 |
#define | NI_ALLOC_FAILED 0x00000200 |
#define | NI_MEMORY_NOT_ALLOCATED 0x00000201 |
#define | NI_INVALID_BUFFER_TYPE 0x00000202 |
#define | NI_INVALID_BUFFER_SIZE 0x00000203 |
#define | NI_INCOMPATIBLE_BUFFER 0x00000204 |
#define | NI_INVALID_BUFFER 0x00000205 |
#define | NI_NOT_ARMED 0x00000206 |
#define | NI_TIMEOUT 0x00000300 |
#define | NI_LAST 0x00000301 |
#define | NI_DISABLED 0x00000302 |
#define | NI_INVALID_CFG_JSON 0x10000000 |
#define | NI_CFG_JSON_NOT_FOUND 0x10000001 |
#define | NI_DEVICE_NAME_ALREADY_EXISTS 0x10000002 |
#define | NI_INVALID_PATH 0x10001000 |
#define | NI_NOT_FOUND 0x10001FFE |
#define | NI_INVALID_TYPE 0x10001FFF |
#define | NI_ALREADY_RUNNING 0x10003000 |
#define | NI_NOT_RUNNING 0x10003001 |
#define | NI_FEELIB_INTERNAL_ERROR 0x20000000 |
#define | NI_THIS_CODE_SHOULDNOT_BE_EXECUTED 0xF1F1F1F1 |
#define | NI_SPECIFIC_ERROR 0xFFFFFFFD |
#define | NI_ONLINE 0x00000000 |
#define | NI_ERROR 0x00000001 |
#define | NI_OFFLINE 0x00000002 |
#define | NI_NOT_IMPLEMENTED 0x000000FF |
#define | NI_CONNECTED 0x00000001 |
#define | NI_NOTCONNECTED 0x00000000 |
#define | NI_CONNECT_USB 0x00000000 |
Typedefs | |
typedef int | NI_RESULT |
typedef uint32_t | NI_STATUS |
typedef struct _tUSBDevice | tUSBDevice |
#define NI_ALLOC_FAILED 0x00000200 |
#define NI_ALREADY_CONNECTED 0x00000100 |
#define NI_ALREADY_RUNNING 0x10003000 |
#define NI_CFG_JSON_NOT_FOUND 0x10000001 |
#define NI_CONNECT_USB 0x00000000 |
#define NI_CONNECTED 0x00000001 |
#define NI_DEVICE_NAME_ALREADY_EXISTS 0x10000002 |
#define NI_DISABLED 0x00000302 |
#define NI_ERROR 0x00000001 |
#define NI_ERROR_FPGA 0x00000003 |
#define NI_ERROR_GENERIC 0x00000001 |
#define NI_ERROR_INTERFACE 0x00000002 |
#define NI_ERROR_NOTCONNECTED 0x00000005 |
#define NI_ERROR_TRANSFER_MAX_LENGTH 0x00000004 |
#define NI_FEELIB_INTERNAL_ERROR 0x20000000 |
#define NI_INCOMPATIBLE_BUFFER 0x00000204 |
#define NI_INCOMPLETE_READ 0x0000000C |
#define NI_INVALID_ACQ_MODE 0x00000016 |
#define NI_INVALID_BUFFER 0x00000205 |
#define NI_INVALID_BUFFER_SIZE 0x00000203 |
#define NI_INVALID_BUFFER_TYPE 0x00000202 |
#define NI_INVALID_CFG_JSON 0x10000000 |
#define NI_INVALID_COMMAND 0x0000000D |
#define NI_INVALID_HANDLE 0x00000008 |
#define NI_INVALID_KEY 0x00000009 |
#define NI_INVALID_LIBRARY_VERSION 0x00000019 |
#define NI_INVALID_METHOD 0x00000017 |
#define NI_INVALID_PARAMETER 0x0000000A |
#define NI_INVALID_PARAMETER_PATH 0x00000013 |
#define NI_INVALID_PARAMETER_ROOT 0x00000014 |
#define NI_INVALID_PATH 0x10001000 |
#define NI_INVALID_TYPE 0x10001FFF |
#define NI_LAST 0x00000301 |
#define NI_MEMORY_NOT_ALLOCATED 0x00000201 |
#define NI_MISSALIGNED 0x00000018 |
#define NI_NO_DATA_AVAILABLE 0x00000006 |
#define NI_NOT_ARMED 0x00000206 |
#define NI_NOT_FOUND 0x10001FFE |
#define NI_NOT_IMPLEMENTED 0x000000FF |
#define NI_NOT_RUNNING 0x10003001 |
#define NI_NOT_SUPPORTED 0x00000015 |
#define NI_NOTCONNECTED 0x00000000 |
#define NI_OFFLINE 0x00000002 |
#define NI_OK 0x00000000 |
#define NI_ONLINE 0x00000000 |
#define NI_PARAMETER_CAN_NOT_BE_CANGHED_IN_RUN 0x0000000E |
#define NI_PARAMETER_CAN_NOT_BE_SET 0x00000010 |
#define NI_PARAMETER_CAN_NOT_BE_SET_WITH_THIS_CONFIG 0x0000000F |
#define NI_PARAMETER_MIN_MAX_NOT_SET 0x00000011 |
#define NI_PARAMETER_OUT_OF_RANGE 0x0000000B |
#define NI_SPECIFIC_ERROR 0xFFFFFFFD |
#define NI_THIS_CODE_SHOULDNOT_BE_EXECUTED 0xF1F1F1F1 |
#define NI_TIMEOUT 0x00000300 |
#define NI_TOO_MANY_DEVICES_CONNECTED 0x00000007 |
#define NI_UNABLE_TO_LOAD_EXTERNAL_LIBRARY 0x00000012 |
typedef int NI_RESULT |
typedef uint32_t NI_STATUS |
typedef struct _tUSBDevice tUSBDevice |