summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-10-12 07:37:52 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-10-12 07:37:52 (GMT)
commitefeb1f481412b309fbdd2c57f87a654fc7528efd (patch)
treec9bb8c3a9cdf98b8914b30e20dafca39f9132e30 /Tools
parent6d76fab2e95afe13f69b00e347569a78e3cf1255 (diff)
downloadTASS-efeb1f481412b309fbdd2c57f87a654fc7528efd.zip
TASS-efeb1f481412b309fbdd2c57f87a654fc7528efd.tar.gz
TASS-efeb1f481412b309fbdd2c57f87a654fc7528efd.tar.bz2
Source Templates
Diffstat (limited to 'Tools')
-rw-r--r--Tools/header_template.hch25
-rw-r--r--Tools/source_template.hcc34
2 files changed, 59 insertions, 0 deletions
diff --git a/Tools/header_template.hch b/Tools/header_template.hch
new file mode 100644
index 0000000..7acf412
--- /dev/null
+++ b/Tools/header_template.hch
@@ -0,0 +1,25 @@
+/*! \file header_templace.hch
+ *
+ * \section generic Message build up information and more
+ *
+ * \section project Project information.
+ * Project Graphic Equalizer\n
+ * \author
+ * \date 20041011
+ * \version 0.1
+ *
+ * \section copyright Copyright
+ * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved
+ *
+ * \section history Change history
+ * 20041011: \n Initial version
+ *
+ ********************************************************************/
+
+#ifndef _HEADER_TEMPLATE_HCH
+#define _HEADER_TEMPLATE_HCH 1
+
+#else
+#error "ERROR file header_templace.hch multiple times included"
+#endif /* --- _HEADER_TEMPLATE_HCH --- */
+
diff --git a/Tools/source_template.hcc b/Tools/source_template.hcc
new file mode 100644
index 0000000..657abd5
--- /dev/null
+++ b/Tools/source_template.hcc
@@ -0,0 +1,34 @@
+/*! \file header_templace.hcc
+ *
+ * \section generic Message build up information and more
+ *
+ * \section project Project information.
+ * Project Graphic Equalizer\n
+ * \author
+ * \date 20041011
+ * \version 0.1
+ *
+ * \section copyright Copyright
+ * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved
+ *
+ * \section history Change history
+ * 20041011: \n Initial version
+ *
+ ********************************************************************/
+
+/******** System Includes *************/
+
+/******** Application Includes ********/
+
+
+
+/*! \fn void main(void);
+ * \brief
+ *
+ * \param void
+ *
+ * \return void
+ * \retval void
+ */
+void main(void) {
+} /* --- main() --- */