cyclonedds-src 1.0.0

Eclipse CycloneDDS C library source for building from source
Documentation
1
2
3
4
5
6
7
int CU_assertImplementation (int bValue, unsigned uiLine, const char *strCondition, const char *strFile, const char *strFunction, int bFatal)
{
  if (!bValue && bFatal) {
    __coverity_panic__ ();
  }
  return bValue;
}