mallocStruct.h 860 B

1234567891011
  1. #pragma once
  2. #include "cmscp.h"
  3. /* ÉùÃ÷·ÖÅäÄÚ´æµÄº¯Êý */
  4. void mallocBound(cmscp_bound* bounds, int numPhase, int numEventNl, int numRowEventSoc);
  5. void mallocBoundPhase(cmscp_bound* bound, int iphase, int numState, int numControl, int numParameter, int numPathNl, int numRowPathSoc, int numEndpNl, int numRowEndpSoc, int numLinkNl, int numRowLinkSoc, int numPhase);
  6. void mallocDimension(cmscp_dimension* dimension, int numPhase, int numEventSoc);
  7. void mallocDimensionPhase(cmscp_dimension* dimension, int iphase, int numPathSoc, int numEndpSoc, int numLinkSoc, int numPhase);
  8. void mallocTrust(cmscp_trust* trust, int numPhase);
  9. void mallocTrustPhase(cmscp_trust* trust, int iphase, int numState, int numControl, int numParameter);
  10. void mallocFunctions(cmscp_functions* functions, int numPhase);
  11. void mallocFunctionsPhase(cmscp_functions* functions, int iphase);