You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/examples/out_of_tree
Victor Seva ff47897962
Imported Upstream version 1.6.0~20140516~eaa616
11 years ago
..
Makefile Imported Upstream version 1.6.0~20140516~eaa616 11 years ago
MyApp.cpp Imported Upstream version 1.6.0~20140516~eaa616 11 years ago
MyApp.h Imported Upstream version 1.6.0~20140516~eaa616 11 years ago
Readme.myapp Imported Upstream version 1.6.0~20140516~eaa616 11 years ago

Readme.myapp

MyApp

This is an empty template for a SEMS application plug-in written in C++.

It can reside out of the SEMS source tree and just needs the libsems1-dev
package installed to be compiled. For this to work, in the Makefile the
following needs to be defined:
 plug_in_name = myapp
 COREPATH ?=/usr/include/sems
 DEFSPATH ?=/usr/include/sems
 app_module_dir=.
 include $(COREPATH)/plug-in/Makefile.app_module