diff --git a/Doxyfile b/Doxyfile index 19e08215..f8f9b7cf 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.7.1 +PROJECT_NUMBER = 1.8.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 @@ -793,7 +793,13 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = src_main +INPUT = src_main \ + src_crypt \ + src_fftw \ + src_io_utils \ + src_compress \ + src_opencl \ + src_usb # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -2096,11 +2102,12 @@ SEARCH_INCLUDES = YES INCLUDE_PATH = src_main/code \ src_main/containers \ src_main/core \ - src_main/io \ src_main/math \ src_main/system \ src_main/thread \ - src_main/console + src_main/console \ + src_main/io_devices \ + src_main/io_utils # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 0a0fc349..a427335e 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -27,7 +27,7 @@
PIP -  1.7.1 +  1.8.0
Platform-Independent Primitives
@@ -74,49 +74,49 @@ $(document).ready(function(){initNavTree('annotated.html','');});  CBinLogIndexStruct contains position, ID and timestamp of record in file  CBinLogInfoStruct contains full information about Binary Log file and about all Records using map of BinLogRecordInfo  CBinLogRecordInfoStruct contains information about all records with same ID - CPIByteArrayByte array - CRawDataHelp struct to store/restore custom blocks of data to/from PIByteArray - CPICharUnicode char - CPIChunkStreamClass for binary serialization - CPICLICommand-line arguments parser - CPICollectionInterface to discover element groups - CPIConfigConfiguration file - CBranchBranch is a list of entries of configuration file - CEntryEntry of configuration file - CPIConnectionComplex Input/Output point - CPIConsoleConsole output class - CPICoutClass for formatted output similar std::cout - CNotifierClass for emit notifications of PICout - CPIDiagnosticsConnection quality diagnostics - CStateInformation about current diagnostics state - CPIDirLocal directory - CPIEthernetEthernet device - 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 + CPIBroadcastBroadcast for all interfaces, including loopback + CPIByteArrayByte array + CRawDataHelp struct to store/restore custom blocks of data to/from PIByteArray + CPICharUnicode char + CPIChunkStreamClass for binary serialization + CPICLICommand-line arguments parser + CPICollectionInterface to discover element groups + CPIConfigConfiguration file + CBranchBranch is a list of entries of configuration file + CEntryEntry of configuration file + CPIConnectionComplex Input/Output point + CPIConsoleConsole output class + CPICoutClass for formatted output similar std::cout + CNotifierClass for emit notifications of PICout + CPIDiagnosticsConnection quality diagnostics + CStateInformation about current diagnostics state + CPIDirLocal directory + CPIEthernetEthernet device + CAddressIPv4 network address, IP and port + CInterfaceNetwork interface descriptor + CInterfaceListArray of Interface with some features + CPIEthUtilBaseBase class for ethernet utils + 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  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 + CPISerialSerial device + CPISetSet of any type + CPISharedMemoryShared memory + CPIStateMachineBase class for custom state machine + CRuleRule of transition between states of machine + CStateState of machine + CPIStreamPackerSimple packet wrap aroud any PIIODevice  CPIStringString class  CPIStringListStrings array class  CPISystemTimeSystem time @@ -136,7 +136,7 @@ $(document).ready(function(){initNavTree('annotated.html','');});