REPY-2.0 1.0
Mechanical module for modular robotics
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
BasicSquaredPCB Class Reference

Simple squared PCB with holes. More...

#include <basicsquaredpcb.h>

Inheritance diagram for BasicSquaredPCB:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BasicSquaredPCB (double thickness, double side, double drill_diam, double drill_x, double drill_y)
 Constructor.
double get_thickness ()
 Returns the thickness of the PCB.
double get_side ()
 Returns the side of the PCB.
double get_drill_diam ()
 Returns the diameter of the PCB drills.
double get_drill_x ()
 Returns the distance between drill centers on X axis.
double get_drill_y ()
 Returns the distance between drill centers on Y axis.

Protected Member Functions

virtual Component build ()

Private Member Functions

 BasicSquaredPCB ()
 Default constructor.

Private Attributes

double thickness
 Thickness of the PCB.
double side
 Side of the PCB.
double drill_diam
 Diameter of the PCB drills.
double drill_x
 Distance between drill centers on X axis.
double drill_y
 Distance between drill centers on Y axis.

Detailed Description

Simple squared PCB with holes.


The documentation for this class was generated from the following files:
 All Classes Functions Variables