change some files

This commit is contained in:
Bastian Schroll 2018-01-07 11:33:38 +01:00
parent 620d848b4c
commit 2f4853b144
5 changed files with 33 additions and 19 deletions

View file

@ -453,7 +453,7 @@ EXTRACT_PACKAGE = YES
# included in the documentation.
# The default value is: NO.
EXTRACT_STATIC = NO
EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
@ -469,7 +469,7 @@ EXTRACT_LOCAL_CLASSES = YES
# included.
# The default value is: NO.
EXTRACT_LOCAL_METHODS = NO
EXTRACT_LOCAL_METHODS = YES
# If this flag is set to YES, the members of anonymous namespaces will be
# extracted and appear in the documentation as a namespace called

View file

@ -9,7 +9,7 @@
German BOS Information Script
by Bastian Schroll
@file: test_ServerClient.py
@file: FileHead.template.py
@date: ##.##.2018
@author: Bastian Schroll
@description: That is the FileHead that should be used for all files
@ -18,6 +18,8 @@ import logging
import boswatch.module
logging.debug("- %s loaded", __name__)
class ClassName:
"""!General class comment"""

View file

@ -16,6 +16,13 @@
<td>name of the boswatch client instance</td>
</tr>
<tr>
<td>clientIP</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td></td>
</tr>
<tr>
<td>clientVersion</td>
<td>X</td>
<td>X</td>
@ -27,7 +34,7 @@
<td>X</td>
<td>X</td>
<td>X</td>
<td>(rtl_fm, audio)</td>
<td>(stick, audio)</td>
</tr>
<tr>
<td>timestamp</td>
@ -44,13 +51,27 @@
<td></td>
</tr>
<tr>
<td>type</td>
<td>mode</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>(fms, pocsag, zvei)</td>
</tr>
<tr>
<td>descriptionShort</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>loaded from optional CSV file</td>
</tr>
<tr>
<td>descriptionLong</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>loaded from optional CSV file</td>
</tr>
<tr>
<td>bitrate</td>
<td></td>
<td>X</td>
@ -155,18 +176,4 @@
<td></td>
<td>(I, II, III, IV)</td>
</tr>
<tr>
<td>descriptionShort</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>loaded from optional CSV file</td>
</tr>
<tr>
<td>descriptionLong</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>loaded from optional CSV file</td>
</tr>
</table>

View file

@ -19,6 +19,8 @@ import platform # for python version nr
import boswatch.version
logging.debug("- %s loaded", __name__)
def logoToLog():
"""!Prints the BOSWatch logo to the log at debug level

View file

@ -14,6 +14,9 @@
@author: Bastian Schroll
@description: Version numbers, branch and release date of BOSWatch
"""
import logging
logging.debug("- %s loaded", __name__)
client = {"major": 3, "minor": 0, "patch": 0}
server = {"major": 3, "minor": 0, "patch": 0}