MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / ju_c

Function ju_c

java/idl2jni/codegen/im_java.cpp:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339namespace { //"ju" helper functions: Java Unsigned type conversion
340
341ACE_CDR::Char ju_c(ACE_CDR::Octet u)
342{
343 return (u > 0x7F) ? -static_cast<ACE_CDR::Char>(~u+1) : static_cast<ACE_CDR::Char>(u);
344}
345
346ACE_CDR::Short ju_s(ACE_CDR::UShort u)
347{

Callers 1

im_java.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected