comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Object as a member to object/class
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Object as a member to object/class [message #58696] Tue, 12 February 2008 16:50 Go to previous message
Michael Galloy is currently offline  Michael Galloy
Messages: 1114
Registered: April 2006
Senior Member
A few more comments...

On Feb 12, 1:45 pm, Sven Utcke <utcke+n...@informatik.uni-hamburg.de>
wrote:
>   PRO MODBUS__DEFINE
>       struct = { MODBUS, Host:"hasgkssccdkal.desy.de", Port:502, tid:0L }
>   END

Be careful here. Those values "hasgkssccdkal.desy.de", 502, and 0L are
only used for their type. The actual values are thrown away. Normally,
I do something like:

struct = { MODBUS, host: '', port: 0, tid: 0L }

so I don't fool myself.

I second that you should read David's article (N_ELEMENTS is probably
what you want to use in GKSSBC::INIT).

Mike
--
www.michaelgalloy.com
Tech-X Corporation
Software Developer II
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDLVM arguments
Next Topic: Using callable IDL from a Qt application

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 15:00:09 PDT 2025

Total time taken to generate the page: 1.12148 seconds