|
||||
File indexing completed on 2024-09-07 04:37:04
0001 #ifndef INTERFACE_RPCINPUTSIGNAL_H 0002 #define INTERFACE_RPCINPUTSIGNAL_H 1 0003 0004 // Include files 0005 0006 /** @class RPCInputSignal RPCInputSignal.h interface/RPCInputSignal.h 0007 * 0008 * 0009 * @author Andres Felipe Osorio Oliveros 0010 * @date 2008-11-27 0011 */ 0012 class RPCInputSignal { 0013 public: 0014 virtual ~RPCInputSignal() {} ///< Destructor 0015 0016 virtual void clear() = 0; 0017 0018 protected: 0019 private: 0020 }; 0021 #endif // INTERFACE_RPCINPUTSIGNAL_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |