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

29
proto/php/header.php Normal file
View File

@ -0,0 +1,29 @@
<?php
##############################################################################
# Copyright (C) 2008
# ProbeStar Telematics, LLC.
# All Rights Reserved. Proprietary and Confidential.
#=============================================================================
# Description
#-----------------------------------------------------------------------------
# Details
##############################################################################
// A comment on a single line
# Another single line comment
/*
Using this method you can create a larger block of text and it will all be commented out
*/
/**
* \brief
* Name In/Out/In-Out Range
* \param one
* \param two
* \param three
* \return
*/
?>