42 lines
1.1 KiB
C
42 lines
1.1 KiB
C
//****************************************************************************
|
|
// Copyright (C) 2008
|
|
// ProbeStar Telematics, LLC
|
|
// All Rights Reserved. Proprietary and Confidential.
|
|
//============================================================================
|
|
/// \file
|
|
/// \brief Description
|
|
//----------------------------------------------------------------------------
|
|
// Details
|
|
//****************************************************************************
|
|
|
|
/* prevent multiple inclusions */
|
|
#ifndef __HEADER_NAME__
|
|
#define __HEADER_NAME__
|
|
|
|
/* includes *****************************************************************/
|
|
|
|
/* defines ******************************************************************/
|
|
|
|
/* macros *******************************************************************/
|
|
|
|
/* structs & typedefs *******************************************************/
|
|
|
|
/* c class definitions ******************************************************/
|
|
|
|
/**
|
|
*
|
|
* Class description
|
|
*
|
|
*/
|
|
|
|
/**
|
|
* \brief
|
|
* Name In/Out/In-Out Range
|
|
* \param one
|
|
* \param two
|
|
* \param three
|
|
* \return
|
|
*/
|
|
|
|
#endif
|