Page MenuHomePhorge

ccam.cpp
No OneTemporary

Size
776 B
Referenced Files
None
Subscribers
None

ccam.cpp

//===-- 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-c
Expires
Sun, Apr 12, 11:39 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
307452
Default Alt Text
ccam.cpp (776 B)

Event Timeline