/* * privateMpsError.h * * Created by Stephen Norum. * Copyright 2007 Stanford Linear Accelerator Center. All rights reserved. * */ #ifndef PRIVATEMPSERROR_H #define PRIVATEMPSERROR_H #ifdef __cplusplus extern "C" { #endif enum mpsErrorSpecialValues { mpsMaxThreadErrorCount = 8 }; void mpsSetLastErrorString(char *errorString); int mpsInitializeError(); #ifdef __cplusplus } #endif #endif