Initial commit of files
This commit is contained in:
41
proto/c++/header.h
Normal file
41
proto/c++/header.h
Normal file
@ -0,0 +1,41 @@
|
||||
//****************************************************************************
|
||||
// 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
|
||||
Reference in New Issue
Block a user