Test Info
| Library Name | libself-test-dev |
| Version #1 | base |
| Version #2 | lfs |
| Arch | ARM |
| Subject | Source Compatibility |
Test Results
| Total Header Files | 1 |
| Total Libraries | 0 |
| Total Symbols / Types | 711 / 146 |
| Compatibility |
94.4% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 29 |
| Removed Symbols | High | 40 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Symbols | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols 29
XmlRpcValue.h
namespace XmlRpc
XmlRpcValue::_doubleFormat [data]
_ZN6XmlRpc11XmlRpcValue13_doubleFormatE
XmlRpcValue::arrayFromXml ( std::string const& valueXml, int* offset )
_ZN6XmlRpc11XmlRpcValue12arrayFromXmlERKNSt7__cxx1112basic_stringIcEEPi
XmlRpcValue::arrayToXml ( ) const
_ZNK6XmlRpc11XmlRpcValue10arrayToXmlEv
XmlRpcValue::assertArray ( int size )
_ZN6XmlRpc11XmlRpcValue11assertArrayEi
XmlRpcValue::assertArray ( int size ) const
_ZNK6XmlRpc11XmlRpcValue11assertArrayEi
XmlRpcValue::assertStruct ( )
_ZN6XmlRpc11XmlRpcValue12assertStructEv
XmlRpcValue::assertStruct ( ) const
_ZNK6XmlRpc11XmlRpcValue12assertStructEv
XmlRpcValue::assertTypeOrInvalid ( enum XmlRpcValue::Type t )
_ZN6XmlRpc11XmlRpcValue19assertTypeOrInvalidENS0_4TypeE
XmlRpcValue::assertTypeOrInvalid ( enum XmlRpcValue::Type t ) const
_ZNK6XmlRpc11XmlRpcValue19assertTypeOrInvalidENS0_4TypeE
XmlRpcValue::binaryFromXml ( std::string const& valueXml, int* offset )
_ZN6XmlRpc11XmlRpcValue13binaryFromXmlERKNSt7__cxx1112basic_stringIcEEPi
XmlRpcValue::binaryToXml ( ) const
_ZNK6XmlRpc11XmlRpcValue11binaryToXmlEv
XmlRpcValue::boolFromXml ( std::string const& valueXml, int* offset )
_ZN6XmlRpc11XmlRpcValue11boolFromXmlERKNSt7__cxx1112basic_stringIcEEPi
XmlRpcValue::boolToXml ( ) const
_ZNK6XmlRpc11XmlRpcValue9boolToXmlEv
XmlRpcValue::doubleFromXml ( std::string const& valueXml, int* offset )
_ZN6XmlRpc11XmlRpcValue13doubleFromXmlERKNSt7__cxx1112basic_stringIcEEPi
XmlRpcValue::doubleToXml ( ) const
_ZNK6XmlRpc11XmlRpcValue11doubleToXmlEv
XmlRpcValue::fromXml ( std::string const& valueXml, int* offset )
_ZN6XmlRpc11XmlRpcValue7fromXmlERKNSt7__cxx1112basic_stringIcEEPi
XmlRpcValue::hasMember ( std::string const& name ) const
_ZNK6XmlRpc11XmlRpcValue9hasMemberERKNSt7__cxx1112basic_stringIcEE
XmlRpcValue::intFromXml ( std::string const& valueXml, int* offset )
_ZN6XmlRpc11XmlRpcValue10intFromXmlERKNSt7__cxx1112basic_stringIcEEPi
XmlRpcValue::intToXml ( ) const
_ZNK6XmlRpc11XmlRpcValue8intToXmlEv
XmlRpcValue::invalidate ( )
_ZN6XmlRpc11XmlRpcValue10invalidateEv
XmlRpcValue::size ( ) const
_ZNK6XmlRpc11XmlRpcValue4sizeEv
XmlRpcValue::stringFromXml ( std::string const& valueXml, int* offset )
_ZN6XmlRpc11XmlRpcValue13stringFromXmlERKNSt7__cxx1112basic_stringIcEEPi
XmlRpcValue::stringToXml ( ) const
_ZNK6XmlRpc11XmlRpcValue11stringToXmlEv
XmlRpcValue::structFromXml ( std::string const& valueXml, int* offset )
_ZN6XmlRpc11XmlRpcValue13structFromXmlERKNSt7__cxx1112basic_stringIcEEPi
XmlRpcValue::structToXml ( ) const
_ZNK6XmlRpc11XmlRpcValue11structToXmlEv
XmlRpcValue::timeFromXml ( std::string const& valueXml, int* offset )
_ZN6XmlRpc11XmlRpcValue11timeFromXmlERKNSt7__cxx1112basic_stringIcEEPi
XmlRpcValue::timeToXml ( ) const
_ZNK6XmlRpc11XmlRpcValue9timeToXmlEv
XmlRpcValue::toXml ( ) const
_ZNK6XmlRpc11XmlRpcValue5toXmlEv
XmlRpcValue::write ( std::ostream& os ) const
_ZNK6XmlRpc11XmlRpcValue5writeERSo
to the top
Removed Symbols 40
assert.h
__assert ( char const* __assertion, char const* __file, int __line )
__assert_fail ( char const* __assertion, char const* __file, unsigned int __line, char const* __function )
__assert_perror_fail ( int __errnum, char const* __file, unsigned int __line, char const* __function )
common.h
namespace ros
disableAllSignalsInThisThread ( )
_ZN3ros29disableAllSignalsInThisThreadEv
console.h
namespace ros::console
checkLogLocationEnabled ( struct LogLocation* loc )
_ZN3ros7console23checkLogLocationEnabledEPNS0_11LogLocationE
deregister_appender ( struct LogAppender* appender )
_ZN3ros7console19deregister_appenderEPNS0_11LogAppenderE
Formatter::getTokenStrings ( void* logger_handle, Level level, char const* str, char const* file, char const* function, int line ) const
_ZNK3ros7console9Formatter15getTokenStringsEPvNS0_6levels5LevelEPKcS6_S6_i
Formatter::init ( char const* fmt )
_ZN3ros7console9Formatter4initEPKc
Formatter::print ( void* logger_handle, Level level, char const* str, char const* file, char const* function, int line )
_ZN3ros7console9Formatter5printEPvNS0_6levels5LevelEPKcS6_S6_i
formatToBuffer ( boost::shared_array<char>& buffer, size_t& buffer_size, char const* fmt, ... )
_ZN3ros7console14formatToBufferERN5boost12shared_arrayIcEERjPKcz
formatToString ( char const* fmt, ... )
_ZN3ros7console14formatToStringEPKcz
g_formatter [data]
_ZN3ros7console11g_formatterE
g_initialized [data]
_ZN3ros7console13g_initializedE
g_last_error_message [data]
_ZN3ros7console20g_last_error_messageE
get_loggers ( std::map<std::string, enum levels::Level>& loggers )
_ZN3ros7console11get_loggersERNSt3mapINSt7__cxx1112basic_stringIcEENS0_6levels5LevelEEE
initialize ( )
_ZN3ros7console10initializeEv
initializeLogLocation ( struct LogLocation* loc, std::string const& name, Level level )
_ZN3ros7console21initializeLogLocationEPNS0_11LogLocationERKNSt7__cxx1112basic_stringIcEENS0_6levels5LevelE
LogLocation::__ct [C1] ( )
_ZN3ros7console11LogLocationC1Ev
LogLocation::__ct [C2] ( )
_ZN3ros7console11LogLocationC2Ev
LogLocation::__ct [C1] ( struct LogLocation const& p1 )
_ZN3ros7console11LogLocationC1ERKS1_
LogLocation::__ct [C2] ( struct LogLocation const& p1 )
_ZN3ros7console11LogLocationC2ERKS1_
LogLocation::__ct [C1] ( struct LogLocation& p1 )
_ZN3ros7console11LogLocationC1ERS1_
LogLocation::__ct [C2] ( struct LogLocation& p1 )
_ZN3ros7console11LogLocationC2ERS1_
LogLocation::~__dt [D0] ( )
_ZN3ros7console11LogLocationD0Ev
LogLocation::~__dt [D1] ( )
_ZN3ros7console11LogLocationD1Ev
LogLocation::~__dt [D2] ( )
_ZN3ros7console11LogLocationD2Ev
notifyLoggerLevelsChanged ( )
_ZN3ros7console25notifyLoggerLevelsChangedEv
print ( struct FilterBase* filter, void* logger, Level level, char const* file, int line, char const* function, char const* fmt, ... )
_ZN3ros7console5printEPNS0_10FilterBaseEPvNS0_6levels5LevelEPKciS7_S7_z
print ( struct FilterBase* filter, void* logger, Level level, std::stringstream const& str, char const* file, int line, char const* function )
_ZN3ros7console5printEPNS0_10FilterBaseEPvNS0_6levels5LevelERKNSt7__cxx1118basic_stringstreamIcEEPKciSC_
register_appender ( struct LogAppender* appender )
_ZN3ros7console17register_appenderEPNS0_11LogAppenderE
registerLogLocation ( struct LogLocation* loc )
_ZN3ros7console19registerLogLocationEPNS0_11LogLocationE
set_logger_level ( std::string const& name, enum levels::Level level )
_ZN3ros7console16set_logger_levelERKNSt7__cxx1112basic_stringIcEENS0_6levels5LevelE
setFixedFilterToken ( std::string const& key, std::string const& val )
_ZN3ros7console19setFixedFilterTokenERKNSt7__cxx1112basic_stringIcEES5_
setLogLocationLevel ( struct LogLocation* loc, Level level )
_ZN3ros7console19setLogLocationLevelEPNS0_11LogLocationENS0_6levels5LevelE
shutdown ( )
_ZN3ros7console8shutdownEv
vformatToBuffer ( boost::shared_array<char>& buffer, size_t& buffer_size, char const* fmt, va_list args )
_ZN3ros7console15vformatToBufferERN5boost12shared_arrayIcEERjPKc9__va_list
console_backend.h
namespace ros::console::backend
function_notifyLoggerLevelsChanged [data]
_ZN3ros7console7backend34function_notifyLoggerLevelsChangedE
function_print [data]
_ZN3ros7console7backend14function_printE
notifyLoggerLevelsChanged ( )
_ZN3ros7console7backend25notifyLoggerLevelsChangedEv
print ( void* logger_handle, ros::console::Level level, char const* str, char const* file, char const* function, int line )
_ZN3ros7console7backend5printEPvNS0_6levels5LevelEPKcS6_S6_i
to the top
Header Files 1
self_test.h
to the top
Libraries 0
to the top