Shop OBEX P1 Docs P2 Docs Learn Events
Objects that use Objects that I am already using... — Parallax Forums

Objects that use Objects that I am already using...

BeagleBeagle Posts: 7
edited 2009-09-19 01:26 in Propeller 1
Good evening.

I have several objects in my project.

OBJ
· myLCDobj····· : "FullDuplexSerial"
· sht·········· : "Sensirion"
· fp············: "FloatString"
· f··············: "Float32"
· XB··········· : "XBee_Object"

If I look at the "XBee_Object" I see that it has an object listed too:

OBJ
· FDSerial : "FullDuplexSerial"

When I compile this, am I going to have two copies of "FullDuplexSerial" in the Propeller memory???

Thank you for your time
Clint

Comments

  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2009-09-19 01:26
    You will have two copies in the hub of FullDuplexSerial's VARs (if there are any), but not its code or any DAT data.

    -Phil
Sign In or Register to comment.