Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F386690
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
981 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/apps/ccam/ccam.cpp b/apps/ccam/ccam.cpp
index ab6cfd6..f477ac6 100644
--- a/apps/ccam/ccam.cpp
+++ b/apps/ccam/ccam.cpp
@@ -1,19 +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
//===----------------------------------------------------------------------===//
-int main(void) { return 0; }
+#include <iostream>
+
+int main(void) {
+ std::cout << "Test 123";
+ return 0;
+}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Jul 4, 4:44 AM (4 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
157357
Default Alt Text
(981 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment