56 lines
1.7 KiB
C++
56 lines
1.7 KiB
C++
/*****************************************************************************************
|
|
* COPYRIGHT (c), 2009, RAYTHEON COMPANY
|
|
* ALL RIGHTS RESERVED, An Unpublished Work
|
|
*
|
|
* RAYTHEON PROPRIETARY
|
|
* If the end user is not the U.S. Government or any agency thereof, use
|
|
* or disclosure of data contained in this source code file is subject to
|
|
* the proprietary restrictions set forth in the Master Rights File.
|
|
*
|
|
* U.S. GOVERNMENT PURPOSE RIGHTS NOTICE
|
|
* If the end user is the U.S. Government or any agency thereof, this source
|
|
* code is provided to the U.S. Government with Government Purpose Rights.
|
|
* Use or disclosure of data contained in this source code file is subject to
|
|
* the "Government Purpose Rights" restriction in the Master Rights File.
|
|
*
|
|
* U.S. EXPORT CONTROLLED TECHNICAL DATA
|
|
* Use or disclosure of data contained in this source code file is subject to
|
|
* the export restrictions set forth in the Master Rights File.
|
|
******************************************************************************************/
|
|
|
|
/*
|
|
* Support for point data request capability to retrieve point data
|
|
* from EDEX Thrift service.
|
|
*
|
|
* <pre>
|
|
*
|
|
* SOFTWARE HISTORY
|
|
*
|
|
* Date Ticket# Engineer Description
|
|
* ------------ ---------- ----------- --------------------------
|
|
* 01/18/10 3747 brockwoo Initial Creation
|
|
* 07/29/13 2215 bkowal Regenerated for thrift 0.9.0
|
|
* 07/22/14 15649 lshi Rollback to Initial Creation
|
|
*
|
|
* </pre>
|
|
*
|
|
* @author brockwoo
|
|
* @version 1
|
|
*/
|
|
|
|
/**
|
|
* Autogenerated by Thrift
|
|
*
|
|
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
*/
|
|
#include "PointData_constants.h"
|
|
|
|
|
|
|
|
const PointDataConstants g_PointData_constants;
|
|
|
|
PointDataConstants::PointDataConstants() {
|
|
}
|
|
|
|
|
|
|