Loading…
Loading…
DD File path:
DD File name: Sample2_Wireless.ddl
DD File type: Source file
- /*****************************************************************************
- *
- * File: Sample2_wireless.ddl
- * Version: 4.1.0
- * Date: 04/24/10
- *
- *****************************************************************************
- * Copyright (c) 2010, HART Communication Foundation, All Rights Reserved
- *****************************************************************************
- *
- * Description: This file is a sample DD intended to demonstrate the
- * development of a simple wireless device. It supports HART 7,
- * Universal Commands, a few Common Practice Commands, and all the
- * WirelessHART commands.
- *
- *****************************************************************************
- */
- /*****************************************************************************
- * The manufacturer line
- *****************************************************************************
- */
- // Replace following line with your manufacturer and device type as defined in Devices.cfg
- // This is a HART 7 device so we will need treat the device type differently for legacy
- // hosts (ie, .fms and .fm6)
- MANUFACTURER HCF,
- #if __TOKVER__ >= 800
- DEVICE_TYPE _SAMPLE2_WIRELESS_EXP,
- #else
- DEVICE_TYPE _SAMPLE2_WIRELESS,
- #endif
- DEVICE_REVISION 1,
- DD_REVISION 1
- /*****************************************************************************
- * Include Files
- *****************************************************************************
- */
- #include "macros.h"
- #include "methods.h"
- /*****************************************************************************
- * Definitions (#define, typedef, enum)
Please login for more