NEOCCA bindings Specification  0.2.8
TimeProducerPort.hh
Go to the documentation of this file.
00001 #ifndef __neoTIMEPRODUCERPORT_H__
00002 #define __neoTIMEPRODUCERPORT_H__
00003 
00004 namespace neo {
00005 namespace cca {
00006 namespace ports {
00007 
00008 
00012 class TimeProducerPort : public virtual neo::cca::Port {
00013 private:
00014 public:
00015         
00017   virtual ~TimeProducerPort(){}
00018 
00020   virtual std::string getTime()= 0;
00021 };
00022 
00023 
00024 }  // end namespace ports
00025 }  // end namespace cca
00026 }  // end namespace neo
00027 
00028 #endif //__neoTIMEPRODUCERPORT_H__