From 3cf0bf466296cc244738c14e96c398bc9310ffc9 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 23 Aug 2017 22:30:20 +0200 Subject: Update with monitoring --- conf.d/cmake/config.cmake | 7 +++++-- htdocs/alsa-core.html | 2 ++ htdocs/alsa-hal.html | 2 ++ htdocs/audio-control.html | 2 ++ htdocs/audio-logic.html | 9 --------- nbproject/project.xml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 htdocs/audio-logic.html diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 1f07e15..7edac5d 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -95,8 +95,11 @@ set(COMPILE_OPTIONS # Print a helper message when every thing is finished # ---------------------------------------------------- -set(CLOSING_MESSAGE "Debug in ./buid: afb-daemon --port=1234 --ldpaths=. --workdir=. --roothttp=../htdocs --tracereq=common --token='' --verbose") -#set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") +if(IS_DIRECTORY $ENV{HOME}/opt/afb-monitoring) +set(MONITORING_ALIAS "--alias=/monitoring:$ENV{HOME}/opt/afb-monitoring") +endif() +set(CLOSING_MESSAGE "Debug from afb-daemon --port=1234 ${MONITORING_ALIAS} --ldpaths=. --workdir=. --roothttp=../htdocs --tracereq=common --token= --verbose ") +set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # Optional location for config.xml.in # ----------------------------------- diff --git a/htdocs/alsa-core.html b/htdocs/alsa-core.html index d8a02d6..39a4990 100644 --- a/htdocs/alsa-core.html +++ b/htdocs/alsa-core.html @@ -10,6 +10,8 @@ + +

Selected SndCard diff --git a/htdocs/alsa-hal.html b/htdocs/alsa-hal.html index c05605d..5909c2b 100644 --- a/htdocs/alsa-hal.html +++ b/htdocs/alsa-hal.html @@ -11,6 +11,8 @@

Simple AlsaHAL tests

+ +

Selected HAL diff --git a/htdocs/audio-control.html b/htdocs/audio-control.html index 46352c1..964dc62 100644 --- a/htdocs/audio-control.html +++ b/htdocs/audio-control.html @@ -10,6 +10,8 @@

Simple Audio Control Test

+ +

Selected HAL diff --git a/htdocs/audio-logic.html b/htdocs/audio-logic.html deleted file mode 100644 index 6eb97e3..0000000 --- a/htdocs/audio-logic.html +++ /dev/null @@ -1,9 +0,0 @@ - - - High Level API Simple Test Page - - - - - -ToBeDone \ No newline at end of file diff --git a/nbproject/project.xml b/nbproject/project.xml index b229af2..497e99e 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -3,7 +3,7 @@ org.netbeans.modules.cnd.makeproject - Audio-Bindings + AFB-aaaa c cpp,cxx h -- cgit 1.2.3-korg