On Sat, Mar 03, 2001 at 11:56:14AM +0100, Tobias Oetiker wrote: > An other question I am thinking about is the interface for passing data to > the modules ... at the moment this is done with ARGC/ARGV which is ideal for > command line interfaces. But with perl and other language bindings in the > picture, it might make sense to allow typed information to be passed directly > to the modules ... any ideas on this ?
Maybe the right way to do this is to pass in structs and unions, to preserve type information without having the argument lists get out of hand. Of course, this could all be finessed away with a C++ API. -- - mdz -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-developers WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
