DYT/Tool/matlab/include/coder/connectivity/CodeInstrHostAppSvc/CodeInstrHostAppSvc.h
2024-11-22 23:19:31 +08:00

15 lines
299 B
C

/* Copyright 2013-2015 The MathWorks, Inc. */
#ifndef CodeInstrHostAppSvc_h
#define CodeInstrHostAppSvc_h
#include "tmwtypes.h"
static const boolean_T CODEINSTRHOSTAPPSVC_ERROR = 0;
static const boolean_T CODEINSTRHOSTAPPSVC_SUCCESS = 1;
#define CODEINSTR_RTIOSTREAM_BASED_SERVICE_ID 2
#endif