CARMA C++
clockSystem.idl
Go to the documentation of this file.
1 
10 #ifndef CARMA_CLOCK_SYSTEM_IDL
11 #define CARMA_CLOCK_SYSTEM_IDL
12 
26 
27 module carma {
28 module clock {
29 
38 interface System {
39 
45  carma::clock::ClockControl GlobalClock()
47 
54  carma::clock::ClockControl Clock()
56 
62  void reset() raises (carma::util::UserException);
63 
69  void softReset() raises (carma::util::UserException);
70 
77  void quit() raises (carma::util::UserException);
78 
79 }; // End SystemControl interface
80 }; // End downconverter module
81 }; // End carma module
82 #endif
Generic Carma variant of CORBA::UserException.
Carma Master Clock system access interface.
Definition: clockSystem.idl:38
The Clock class is an instantiation of the carma::canbus::Device class for the Master Clock...
Definition: Clock.h:41