Skip to content
Snippets Groups Projects
Commit e553d6ff authored by Charles Lesire's avatar Charles Lesire
Browse files

Orocos DOT service package

The rtt_dot_service is an RTT service which generates a file in
the DOT language containing an overview of your current deployment.
parent 3dc36f6e
No related branches found
No related tags found
No related merge requests found
The rtt_dot_service is an RTT service which generates a file in the DOT language containing an overview of your current deployment configuration. It can be visualised with any DOT visualizer to give you an overview of:
– all components currently deployed, together with their status information
– all component ports (connected and unconnected), and how they are connected
The service takes into account all peer components of the component in which you load the service. To get an overview of your complete deployment configuration, load this service in the Deployer component. You can trigger execution manually using the generate() function, but it will execute automatically with every component update as well (don’t forget to attach an activity to your Deployer component!)
# robotpkg depend.mk for: graphics/orocos-dot_service
# Created: Charles Lesire on Mon, 9 Sep 2013
#
NAME= orocos-dot_service
DISTNAME= ${NAME}-${VERSION}
VERSION= 20120308
CATEGORIES= graphics
DISTFILES= 98d79bd092f298d09bba368e1122ce499b6d2f30.tar.gz
MASTER_SITES= https://gitorious.org/rtt_dot_service/rtt_dot_service/archive/
WRKSRC= ${WRKDIR}/rtt_dot_service-rtt_dot_service
MASTER_REPOSITORY= git git://gitorious.org/rtt_dot_service/rtt_dot_service.git
MAINTAINER= charles.lesire@onera.fr
COMMENT= An Orocos service to create architecture 'dot' views
LICENSE= gnu-lgpl-v2.1
HOMEPAGE= http://gitorious.org/rtt_dot_service
DEPEND_ABI.orocos-rtt = orocos-rtt>=2
CMAKE_ARGS+= -DGRAPHVIZ_INCLUDE_DIR=${PREFIX.graphviz}/include
CMAKE_ARGS+= -DOROCOS-RTT_DIR=${PREFIX.orocos-rtt}/lib/cmake/orocos-rtt
include ../../middleware/orocos-rtt/depend.mk
include ../../mk/sysdep/graphviz.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c++.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
@comment Mon Sep 9 15:29:07 CEST 2013
lib/orocos/gnulinux/rtt_dot_service/plugins/librtt_dot_service-gnulinux.so
lib/pkgconfig/rtt_dot_service-gnulinux.pc
# robotpkg depend.mk for: graphics/orocos-dot_service
# Created: Charles Lesire on Mon, 9 Sep 2013
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
OROCOS_DOT_DEPEND_MK:=${OROCOS_DOT_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= orocos-dot_service
endif
ifeq (+,$(OROCOS_DOT_DEPEND_MK))
PREFER.orocos-dot_service?= robotpkg
DEPEND_USE+= orocos-dot_service
DEPEND_ABI.orocos-dot_service?= orocos-dot_service>=1.0
DEPEND_DIR.orocos-dot_service?= ../../onera/orocos-dot_service
SYSTEM_SEARCH.orocos-dot_service= \
lib/orocos/gnulinux/rtt_dot_service/plugins/librtt_dot_service-gnulinux.so \
lib/pkgconfig/rtt_dot_service-gnulinux.pc
endif
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (98d79bd092f298d09bba368e1122ce499b6d2f30.tar.gz) = 6c601f510d35fa2b6045725ace8f99c8974812ec
RMD160 (98d79bd092f298d09bba368e1122ce499b6d2f30.tar.gz) = 1c4c6a1b8df4e7acd5449f4f9475fd97e603251f
Size (98d79bd092f298d09bba368e1122ce499b6d2f30.tar.gz) = 5509 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment