diff --git a/CMakeLists.txt b/CMakeLists.txt index 09278bed..0e257ea4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,6 +49,11 @@ set(LIBS_STATUS) endif() #endif() +if ("x${PIP_RC}" STREQUAL "x") + set(PIP_CMG "${CMAKE_CURRENT_BINARY_DIR}/utils/code_model_generator/pip_cmg") + set(PIP_RC "${CMAKE_CURRENT_BINARY_DIR}/utils/resources_compiler/pip_rc") +endif() + # Version file(READ "${PIP_SRC_MAIN}/piversion.h" VERSION_OFFSET LIMIT 4 OFFSET 3) diff --git a/Doxyfile b/Doxyfile index b93eb9d6..f30770c3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = PIP # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.0_rc3 +PROJECT_NUMBER = 1.4.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 7a881a38..a1bef900 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -26,7 +26,7 @@
PIP -  1.0.0_rc3 +  1.4.0
Platform-Independent Primitives
@@ -86,40 +86,44 @@ $(document).ready(function(){initNavTree('annotated.html','');});  CStateInformation about current diagnostics state  CPIDirLocal directory  CPIEthernetEthernet device - CInterfaceNetwork interface descriptor - CInterfaceListArray of Interface with some features - CPIEvaluatorThis class provide mathematical evaluations of custom expression - CPIFileLocal file - CPIFlagsThis class used as container for bit flags - CPIIOByteArrayPIIODevice wrapper around PIByteArray - CPIIODeviceBase class for input/output classes - CPIIOStringPIIODevice wrapper around PIString - CPIKbdListenerKeyboard console input listener - CKeyEventThis struct contains information about pressed keyboard key - CPIMultiProtocolDEPRECATED - CPIMultiProtocolBaseDEPRECATED - CPIMutexMutex - CPIObjectThis is base class for any classes which use events -> handlers mechanism - CPIPacketExtractorPackets extractor - CPIProcess - CPIProtocolDEPRECATED - CPISerialSerial device - CPISetSet of any type - CPISharedMemoryShared memory - CPIStateMachineBase class for custom state machine - CRuleRule of transition between states of machine - CStateState of machine - CPIStringString class - CPIStringListStrings array class - CPISystemTimeSystem time - CPIThreadThread class - CPITimeMeasurerTime measurements - CPITimerTimer - CPITransparentDevicePIIODevice that pass write to read - CPIVariantVariant type - CPIVectorDynamic array of any type - CTileVars - CTransferFunctionDifferential evaluations + CAddressIPv4 network address, IP and port + CInterfaceNetwork interface descriptor + CInterfaceListArray of Interface with some features + CPIEvaluatorThis class provide mathematical evaluations of custom expression + CPIFileLocal file + CPIFlagsThis class used as container for bit flags + CPIIOByteArrayPIIODevice wrapper around PIByteArray + CPIIODeviceBase class for input/output classes + CPIIOStringPIIODevice wrapper around PIString + CPIKbdListenerKeyboard console input listener + CKeyEventThis struct contains information about pressed keyboard key + CMouseEventThis struct contains information about mouse action + CWheelEventThis struct contains information about mouse wheel action + CPIMultiProtocolDEPRECATED + CPIMultiProtocolBaseDEPRECATED + CPIMutexMutex + CPIObjectThis is base class for any classes which use events -> handlers mechanism + CPIPacketExtractorPackets extractor + CPIProcess + CPIProtocolDEPRECATED + CPISerialSerial device + CPISetSet of any type + CPISharedMemoryShared memory + CPIStateMachineBase class for custom state machine + CRuleRule of transition between states of machine + CStateState of machine + CPIStringString class + CPIStringListStrings array class + CPISystemTimeSystem time + CPIThreadThread class + CPITimeMeasurerTime measurements + CPITimerTimer + CPITransparentDevicePIIODevice that pass write to read + CPIVariantVariant type + CPIVectorDynamic array of any type + CPIVector2D2D array, + CTileVars + CTransferFunctionDifferential evaluations @@ -127,7 +131,7 @@ $(document).ready(function(){initNavTree('annotated.html','');});