/* Copyright 2013-2017 The MathWorks, Inc. */

#ifndef CoderAssumpHostAppSvc_h
#define CoderAssumpHostAppSvc_h

#include "tmwtypes.h"
#include "coder/connectivity/CoderAssumpHostAppSvc/CoderAssumpHostAppSvcSharedEnums.h"

static const boolean_T CODERASSUMPHOSTAPPSVC_ERROR = 0;
static const boolean_T CODERASSUMPHOSTAPPSVC_SUCCESS = 1;

#define CODERASSUMP_RTIOSTREAM_BASED_SERVICE_ID 3

#endif