Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/apps/ccam/CMakeLists.txt b/apps/ccam/CMakeLists.txt
new file mode 100644
index 0000000..6dc3148
--- /dev/null
+++ b/apps/ccam/CMakeLists.txt
@@ -0,0 +1,4 @@
+ROSA_add_app(ccam ccam.cpp)
+ROSA_add_library_dependencies(ccam ROSAConfig)
+ROSA_add_library_dependencies(ccam ROSADeluxe)
+ROSA_add_library_dependencies(ccam ROSAAgent)
diff --git a/apps/ccam/ccam.cpp b/apps/ccam/ccam.cpp
new file mode 100644
index 0000000..f477ac6
--- /dev/null
+++ b/apps/ccam/ccam.cpp
@@ -0,0 +1,24 @@
+//===-- apps/ccam/ccam.cpp --------------------------------------*- C++ -*-===//
+//
+// The RoSA Framework -- Application CCAM
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file apps/ccam/ccam.cpp
+///
+/// \author Maximilian Goetzinger (maximilian.goetzinger@tuwien.ac.at)
+///
+/// \date 2019
+///
+/// \brief The application CCAM implements the case study from the paper:
+/// M. Goetzinger, N. TaheriNejad, H. A. Kholerdi, A. Jantsch, E. Willegger,
+/// T. Glatzl, A.M. Rahmani, T.Sauter, P. Liljeberg: Model - Free Condition
+/// Monitoring with Confidence
+//===----------------------------------------------------------------------===//
+
+#include <iostream>
+
+int main(void) {
+ std::cout << "Test 123";
+ return 0;
+}

File Metadata

Mime Type
text/x-diff
Expires
Thu, Jul 3, 11:11 PM (9 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
157415
Default Alt Text
(1 KB)

Event Timeline