Menu

#16 Getting acess to a place

v_0_9_x
open
nobody
5
2002-10-24
2002-10-24
No

That would be interesting (and useful) to get acess
to places in the functions, at leats in the match
function.
I have some like this in mind: Since there's already
access to the sensor, we could request a reference
from it to the place it's connected. For example:
Place p=getPlace_sensorname()

And the place could give information like the total
number of objects or an array of objects in it. For
example:
int n=p.size()
Object[] obj=p.readAll()

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.