| acceptConnection(int interfaceID) | simth::Device | |
| acceptNewData(int interfaceID) | simth::Device | [virtual] |
| CompatibleDevice(const PropertyList &pl=PropertyList()) | simth::CompatibleDevice | [inline] |
| connect(int fromInterfaceID, Device *toDev, int toInterfaceID) | simth::Device | |
| connectControlInterface(int interfaceNr, const std::string &globalName) | simth::Device | |
| controlInterface(int interfaceNr) | simth::Device | [protected, virtual] |
| Device(int deviceID, DeviceSystemIntf *system, const PropertyList &pl) | simth::Device | |
| endOfSimulation() | simth::Device | [inline, virtual] |
| flushProcessedInputSequence(int interface) | simth::Device | [protected] |
| flushProcessedInputSequences() | simth::Device | [protected] |
| flushProcessedOutputSequence(int interface) | simth::Device | [protected] |
| flushProcessedOutputSequences() | simth::Device | [protected] |
| flushProcessedSequences() | simth::Device | [protected] |
| getInputSequence(int interfaceID) | simth::Device | [inline, protected] |
| getOutputSequence(int interfaceID) | simth::Device | [inline, protected] |
| getProperty(const std::string &name) const | simth::Device | |
| hasProperty(const std::string &name) const | simth::Device | |
| ID() const | simth::Device | [inline, virtual] |
| inputInterface(int interfaceID) | simth::Device | [protected, virtual] |
| inputInterface(int interfaceID) const | simth::Device | [protected, virtual] |
| inputLength(int interfaceID) const | simth::Device | |
| inputLength() const | simth::Device | |
| insertAndConnectControlInterface(D *dev, void(D::*helpFuncPtr)(), const std::string &globalName) | simth::Device | [inline, protected] |
| insertAndConnectControlInterface(D *dev, void(D::*helpFuncPtr)(T), const std::string &globalName) | simth::Device | [inline, protected] |
| insertControlInterface(D *dev, void(D::*helpFuncPtr)()) | simth::Device | [inline, protected] |
| insertControlInterface(D *dev, void(D::*helpFuncPtr)(T)) | simth::Device | [inline, protected] |
| insertInputInterface(int number=1, const typename T::value_type &default_val=typename T::value_type()) | simth::Device | [inline, protected] |
| insertOutputInterface(int number=1) | simth::Device | [inline, protected] |
| invokeProcess() | simth::Device | |
| isControlInterface(int interfaceID) const | simth::Device | [protected] |
| isInputInterface(int interfaceID) const | simth::Device | [protected] |
| isInputInterfaceConnected(int interfaceID) const | simth::Device | [protected] |
| isInputLengthUndefined(int interfaceID) const | simth::Device | |
| isInputSequence(int interfaceID) const | simth::Device | [protected] |
| isOutputInterface(int interfaceID) const | simth::Device | [protected] |
| isOutputInterfaceConnected(int interfaceID) const | simth::Device | [protected] |
| isOutputLengthUndefined(int interfaceID) const | simth::Device | |
| outputCapacity(int interfaceID) const | simth::Device | |
| outputCapacity() const | simth::Device | |
| outputInterface(int interfaceID) | simth::Device | [protected, virtual] |
| outputInterface(int interfaceID) const | simth::Device | [protected, virtual] |
| outputLength(int interfaceID) const | simth::Device | |
| outputLength() const | simth::Device | |
| print(std::ostream &os) const | simth::Device | [virtual] |
| process()=0 | simth::Device | [pure virtual] |
| propertyIsSet(const std::string &name) const | simth::Device | |
| refresh() | simth::Device | [inline, virtual] |
| releaseProcessedInputSequence(int interface) | simth::Device | [protected] |
| reserveOutputLength(size_t newCapacity, int interfaceID) | simth::Device | |
| reserveOutputLength(size_t newCapacity) | simth::Device | |
| reset() | simth::Device | [virtual] |
| resetDevice() | simth::Device | |
| resetInterfaces() | simth::Device | |
| sendReadyToProcessSignal() | simth::Device | [protected] |
| sendStopIterationSignal() | simth::Device | [protected] |
| sendStopSimulationPrematureSignal() | simth::Device | [protected] |
| setID(int ID) | simth::CompatibleDevice | |
| setInputLength(size_t newLength, int interfaceID, bool enableUpdate=true) | simth::Device | |
| setInputLength(size_t newLength, bool enableUpdate=true) | simth::Device | |
| setOutputLength(size_t newLength, int interfaceID, bool enableUpdate=true) | simth::Device | |
| setOutputLength(size_t newLength, bool enableUpdate=true) | simth::Device | |
| setProperty(const std::string &name, const T &value) | simth::Device | [protected] |
| setSystemPtr(DeviceSystemIntf *systemPtr) | simth::CompatibleDevice | |
| startOfSimulation() | simth::Device | [inline, virtual] |
| startStopWatch() | simth::Device | [protected] |
| stopStopWatch() | simth::Device | [protected] |
| systemPtr() | simth::Device | [inline, protected] |
| updateInputLengths()=0 | simth::Device | [protected, pure virtual] |
| updateOutputLengths()=0 | simth::Device | [protected, pure virtual] |
| ~Device() | simth::Device | [virtual] |