home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1999 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'TSpuntoHardwarePortIO_unit.pas' rev: 4.00
-
- #ifndef TSpuntoHardwarePortIO_unitHPP
- #define TSpuntoHardwarePortIO_unitHPP
-
- #pragma delphiheader begin
- #pragma option push -w-
- #include <SpuntoLedComponent.hpp> // Pascal unit
- #include <ExtCtrls.hpp> // Pascal unit
- #include <Controls.hpp> // Pascal unit
- #include <Classes.hpp> // Pascal unit
- #include <SysUtils.hpp> // Pascal unit
- #include <Messages.hpp> // Pascal unit
- #include <Windows.hpp> // Pascal unit
- #include <SysInit.hpp> // Pascal unit
- #include <System.hpp> // Pascal unit
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Tspuntohardwareportio_unit
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TSpuntoHardwarePortIO;
- #pragma pack(push, 4)
- class PASCALIMPLEMENTATION TSpuntoHardwarePortIO : public Spuntoledcomponent::TSpuntoLed
- {
- typedef Spuntoledcomponent::TSpuntoLed inherited;
-
- public:
- void __fastcall WritePort(Word PortAddress, Word PortData);
- Word __fastcall ReadPort(Word PortAddress);
- public:
- #pragma option push -w-inl
- /* TSpuntoLed.Create */ inline __fastcall virtual TSpuntoHardwarePortIO(Classes::TComponent* AOwner
- ) : Spuntoledcomponent::TSpuntoLed(AOwner) { }
- #pragma option pop
-
- public:
- #pragma option push -w-inl
- /* TShape.Destroy */ inline __fastcall virtual ~TSpuntoHardwarePortIO(void) { }
- #pragma option pop
-
- };
-
- #pragma pack(pop)
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE void __fastcall Register(void);
-
- } /* namespace Tspuntohardwareportio_unit */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Tspuntohardwareportio_unit;
- #endif
- #pragma option pop // -w-
-
- #pragma delphiheader end.
- //-- end unit ----------------------------------------------------------------
- #endif // TSpuntoHardwarePortIO_unit
-