aboutsummaryrefslogtreecommitdiffstats
path: root/octvc1/test/octvc1_test_rc_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'octvc1/test/octvc1_test_rc_priv.h')
-rw-r--r--octvc1/test/octvc1_test_rc_priv.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/octvc1/test/octvc1_test_rc_priv.h b/octvc1/test/octvc1_test_rc_priv.h
new file mode 100644
index 0000000..3d3021a
--- /dev/null
+++ b/octvc1/test/octvc1_test_rc_priv.h
@@ -0,0 +1,41 @@
+/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
+
+File: OCTVC1_TEST_RC_PRIV.h
+
+Copyright (c) 2015 Octasic Inc. All rights reserved.
+
+Description: Contains the return codes for the TEST API.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+You should have received a copy of the GNU Affero General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+
+Release: OCTSDR Software Development Kit OCTSDR_GSM-02.03.00-B560 (2015/08/07)
+
+$Octasic_Revision: $
+
+\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+
+#ifndef OCTVC1_TEST_RC_PRIV_H__
+#define OCTVC1_TEST_RC_PRIV_H__
+
+
+/***************************** INCLUDE FILES *******************************/
+#include "octvc1_test_rc.h"
+#include "octvc1_test_base.h"
+
+/****************************************************************************
+ TEST return codes
+ ****************************************************************************/
+#define cOCTVC1_TEST_RC_OBJECT_INVALID ( 0x0001 + cOCTVC1_TEST_RC_BASE )
+
+#endif /* OCTVC1_TEST_RC_PRIV_H__ */
+