Loading…
Loading…
DD File path:
DD File name: Macros.h
DD File type: Header file
- /*****************************************************************************
- *
- * File: Macros.h
- * Version: 4.1.0
- * Date: 04/23/10
- *
- *****************************************************************************
- * Copyright (c) 2010, HART Communication Foundation, All Rights Reserved
- *****************************************************************************
- *
- * Description: HART Device Description Macro Definitions
- *
- *****************************************************************************
- */
- #define USER_INTERFACE LOCAL
- #define LOCAL_INTERFACE LOCAL_DISPLAY
- #define ANALOG_CHANNEL ANALOG_OUTPUT
- #define RANGE INPUT
- #define I_NO_COMMAND_SPECIFIC_ERRORS 0
- #define I_INVALID_SELECTION 2
- #define I_PARAMETER_TOO_LARGE 3
- #define I_PARAMETER_TOO_SMALL 4
- #define I_TOO_FEW_DATA_BYTES 5
- #define I_TRANSMITTER_SPECIFIC_ERROR 6
- #define I_IN_WRITE_PROTECT_MODE 7
- #define I_ACCESS_RESTRICTED 16
- /*
- * Strings for the single definition response codes.
- */
- #define S_NO_COMMAND_SPECIFIC_ERRORS [no_command_specific_errors]
- #define S_INVALID_SELECTION [invalid_selection]
- #define S_PARAMETER_TOO_LARGE [passed_parameter_too_large]
Please login for more