You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef INPUTCONNECTOR_H
- #define INPUTCONNECTOR_H
- #include "Connector.h"
- #include <QBitArray>
-
- class CInputConnector : public CConnector
- {
- public:
- CInputConnector();
-
- QBitArray GetInputPinsStates();
-
- };
-
- #endif // INPUTCONNECTOR_H
|