Initial commit of files

This commit is contained in:
2021-01-22 10:16:20 -05:00
parent 32d165ec8f
commit ed92211680
534 changed files with 68563 additions and 19 deletions

50
proto/c++/header.cpp Normal file
View File

@ -0,0 +1,50 @@
//****************************************************************************
// Copyright (C) 2008
// ProbeStar Telematics, LLC
// All Rights Reserved. Proprietary and Confidential.
//============================================================================
/// \file
/// \brief Description
//----------------------------------------------------------------------------
// Details
//****************************************************************************
//****************************************************************************
// includes
//***************************************************************************/
//****************************************************************************
// defines
//***************************************************************************/
//****************************************************************************
// macros
//***************************************************************************/
//****************************************************************************
// structs & typedefs
//***************************************************************************/
//****************************************************************************
// global constants
//***************************************************************************/
//****************************************************************************
// global variables
//***************************************************************************/
//****************************************************************************
// static constants
//***************************************************************************/
//****************************************************************************
// static variables
//***************************************************************************/
//****************************************************************************
// static prototypes
//***************************************************************************/
//****************************************************************************
// C++ functions
//***************************************************************************/

41
proto/c++/header.h Normal file
View 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