Coolquest, Inc. Home Products Support About Contact
cbold_logo_gif C++BOLD Example Parts Library cbold_logo_gif

<<  File View  >> Class View Parts Library Examples Home

 

// This File Generated by:  pt_to_h.exe
// Source File:             mechanical.pt
// Destination File:        mechanical.h
 
#ifndef _mechanical_h_
#define _mechanical_h_
 
// AR_OFF -- auto registration is not needed
 
// THIS FILE IS IN THE PUBLIC DOMAIN.
// IT IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
// NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
class CP_VME_PANEL_HOLE : public TPart {     // mounting hole from VME front panel
 
public:
  port   P;     
 
  CP_VME_PANEL_HOLE() {
    SetPackage( "VMEPHOLE", 1 );     // plated-through --> can be connected to ESD strip
    SetReferencePrefix( "M" );
  }
 
  virtual void Register() {
    reg(  P );
          P.SetPin( "1" );
  }
};
 
 
#endif

 

<<  File View  >> Class View Parts Library Examples Home

Legal Copyright © 2007 by Coolquest, Inc. Contact