aboutsummaryrefslogtreecommitdiffstats
path: root/octvc1/job/octvc1_job_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'octvc1/job/octvc1_job_id.h')
-rw-r--r--octvc1/job/octvc1_job_id.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/octvc1/job/octvc1_job_id.h b/octvc1/job/octvc1_job_id.h
index 6169a03..c5f7a85 100644
--- a/octvc1/job/octvc1_job_id.h
+++ b/octvc1/job/octvc1_job_id.h
@@ -2,7 +2,7 @@
File: OCTVC1_JOB_ID.h
-Copyright (c) 2017 Octasic Inc. All rights reserved.
+Copyright (c) 2018 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the JOB API.
@@ -18,7 +18,7 @@ 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.09.00-B1607 (2017/08/29)
+Release: OCTSDR Software Development Kit OCTSDR_GSM-02.10.00-B1837 (2018/02/21)
$Octasic_Revision: $
@@ -81,9 +81,10 @@ $Octasic_Revision: $
/****************************************************************************
Event IDs
****************************************************************************/
-#define cOCTVC1_JOB_MSG_RUNNER_EXECUTOR_STATE_CHANGE_EID ( 0x0005 + cOCTVC1_JOB_EID_BASE )
+#define cOCTVC1_JOB_MSG_RUNNER_EXECUTOR_STATE_CHANGE_EID ( 0x0005 + cOCTVC1_JOB_EID_BASE )
+#define cOCTVC1_JOB_MSG_RUNNER_EXECUTOR_ITERATION_EID ( 0x0006 + cOCTVC1_JOB_EID_BASE )
-#define cOCTVC1_JOB_EID_MAX (( 0x0007 + 1 ) & 0xFFFF)
+#define cOCTVC1_JOB_EID_MAX (( 0x0007 + 1 ) & 0xFFFF)
#endif /* __OCTVC1_JOB_ID_H__ */