[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] target is ??



target is the object who is being given the packet. Say it is a classifier, then 
the method recv from the classifier is called.

As for NsObject either read up the manual or check out the class hierarchy by 
Antoine Clerget. It is not up to date but should suffice.

>Date: Wed, 8 Nov 2000 23:34:05 +0900
>From: �ǿ�ȯ <[email protected]>
>To: [email protected]
>Subject: [ns] target is ??
>Mime-Version: 1.0
>
>Hi~~ all ns users
>I want to know about send method in agent class..
>
>agent.h is declased this method.
>
>void send(Packet* p, Handler* h) { target_->recv(p,h); }
>
>but I don't know target_.
>
>What is target_?
>
>connector.h is declared this instance.
>
>NsObject* target_
>
>what is NsObject??
>
>Thanks in advance..
>
>agent is inherited by connector.


Tarik