Loading…
DD File path:
DD File name: Sample3_Adapter.ddl
DD File type: Source file

  • /*****************************************************************************
  • *
  • * File: Sample3_Adapter.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 adapter DD. 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
  • MANUFACTURER HCF, DEVICE_TYPE _SAMPLE3_ADAPTER, DEVICE_REVISION 1, DD_REVISION 1
  • /*****************************************************************************
  • * Include Files
  • *****************************************************************************
  • */
  • #include "macros.h"
  • #include "methods.h"
  • /*****************************************************************************
  • * Definitions (#define, typedef, enum)
  • *****************************************************************************
  • */
  • /*
  • * Because the number of bytes in the response of event commands
  • * is not pre-determined, the event commands should not be imported
  • * at this time. Set to 1 to include all event items.
  • */


Please login for more