Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - channel flags: (8 Items)
   
channel flags  
Any way to see a channel's flag ?
AW: channel flags  
If you see the ChannelCreate() in the kernel trace the flags are shown as data d0 in both modes, fast and wide.

/hp


-----Ursprüngliche Nachricht-----
Von:	Mario Charest [mailto:community-noreply@qnx.com]
Gesendet:	Fr 12.12.2008 18:08
An:	general-ide
Cc:	
Betreff:	channel flags

Any way to see a channel's flag ?

_______________________________________________
General
http://community.qnx.com/sf/go/post18525 
 
*******************************************
Harman Becker Automotive Systems GmbH
Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael Mauser
Chairman of the Supervisory Board: Ansgar Rempp | Domicile: Karlsbad | 
Local Court Mannheim: Register No. 361395

 
*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat 
sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und loeschen Sie diese Mail
. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have 
received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************
Attachment: Text winmail.dat 3.06 KB
RE: channel flags  
Thanks HP.  That will get me going for now but I would like to access this information after a program has started.

> -----Original Message-----
> From: Hans-Peter Reichert [mailto:community-noreply@qnx.com]
> Sent: December-12-08 12:15 PM
> To: general-ide
> Subject: AW: channel flags
> 
> If you see the ChannelCreate() in the kernel trace the flags are shown
> as data d0 in both modes, fast and wide.
> 
> /hp
> 
> 
> -----Ursprüngliche Nachricht-----
> Von:	Mario Charest [mailto:community-noreply@qnx.com]
> Gesendet:	Fr 12.12.2008 18:08
> An:	general-ide
> Cc:
> Betreff:	channel flags
> 
> Any way to see a channel's flag ?
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post18525
> 
> *******************************************
> Harman Becker Automotive Systems GmbH
> Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael
> Mauser Chairman of the Supervisory Board: Ansgar Rempp | Domicile:
> Karlsbad | Local Court Mannheim: Register No. 361395
> 
> 
> *******************************************
> Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
> Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den
> Absender und loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die
> unbefugte Weitergabe dieser Mail ist nicht gestattet.
> This e-mail may contain confidential and/or privileged information. If
> you are not the intended recipient (or have received this e-mail in
> error) please notify the sender immediately and delete this e-mail. Any
> unauthorized copying, disclosure or distribution of the contents in
> this e-mail is strictly forbidden.
> *******************************************
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post18526
AW: channel flags  
hmmm, not that I know - in the past we have been looking for this information too.
The only inforomation that is available is the "ConnectionInformation" in the "System Information" perspective, but as 
far as I know the channel flags are not shown.

may be there's any DCMD on procfs available, but this should be answered by Q

/hp


-----Ursprüngliche Nachricht-----
Von:	Mario Charest [mailto:community-noreply@qnx.com]
Gesendet:	Fr 12.12.2008 18:16
An:	general-ide
Cc:	
Betreff:	RE: channel flags

Thanks HP.  That will get me going for now but I would like to access this information after a program has started.

> -----Original Message-----
> From: Hans-Peter Reichert [mailto:community-noreply@qnx.com]
> Sent: December-12-08 12:15 PM
> To: general-ide
> Subject: AW: channel flags
> 
> If you see the ChannelCreate() in the kernel trace the flags are shown
> as data d0 in both modes, fast and wide.
> 
> /hp
> 
> 
> -----Ursprüngliche Nachricht-----
> Von:	Mario Charest [mailto:community-noreply@qnx.com]
> Gesendet:	Fr 12.12.2008 18:08
> An:	general-ide
> Cc:
> Betreff:	channel flags
> 
> Any way to see a channel's flag ?
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post18525
> 
> *******************************************
> Harman Becker Automotive Systems GmbH
> Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael
> Mauser Chairman of the Supervisory Board: Ansgar Rempp | Domicile:
> Karlsbad | Local Court Mannheim: Register No. 361395
> 
> 
> *******************************************
> Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
> Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den
> Absender und loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die
> unbefugte Weitergabe dieser Mail ist nicht gestattet.
> This e-mail may contain confidential and/or privileged information. If
> you are not the intended recipient (or have received this e-mail in
> error) please notify the sender immediately and delete this e-mail. Any
> unauthorized copying, disclosure or distribution of the contents in
> this e-mail is strictly forbidden.
> *******************************************
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post18526


_______________________________________________
General
http://community.qnx.com/sf/go/post18527



Attachment: Text winmail.dat 3.62 KB
Re: AW: channel flags  
pidin channel uses the DCMD_PROC_CHANNELS devctl to get the flags.

There's also ChannelConnectAttr() - which for some reason isn't documented?

Hans-Peter Reichert wrote:
> hmmm, not that I know - in the past we have been looking for this 
> information too.
> The only inforomation that is available is the "ConnectionInformation" 
> in the "System Information" perspective, but as far as I know the 
> channel flags are not shown.
> 
> may be there's any DCMD on procfs available, but this should be answered 
> by Q
> 
> /hp
> 
> 
> -----Ursprüngliche Nachricht-----
> Von:    Mario Charest [mailto:community-noreply@qnx.com]
> Gesendet:       Fr 12.12.2008 18:16
> An:     general-ide
> Cc:    
> Betreff:        RE: channel flags
> 
> Thanks HP.  That will get me going for now but I would like to access 
> this information after a program has started.
> 
>  > -----Original Message-----
>  > From: Hans-Peter Reichert [mailto:community-noreply@qnx.com]
>  > Sent: December-12-08 12:15 PM
>  > To: general-ide
>  > Subject: AW: channel flags
>  >
>  > If you see the ChannelCreate() in the kernel trace the flags are shown
>  > as data d0 in both modes, fast and wide.
>  >
>  > /hp
>  >
>  >
>  > -----Ursprüngliche Nachricht-----
>  > Von:  Mario Charest [mailto:community-noreply@qnx.com]
>  > Gesendet:     Fr 12.12.2008 18:08
>  > An:   general-ide
>  > Cc:
>  > Betreff:      channel flags
>  >
>  > Any way to see a channel's flag ?
>  >
>  > _______________________________________________
>  > General
>  > http://community.qnx.com/sf/go/post18525
>  >
>  > *******************************************
>  > Harman Becker Automotive Systems GmbH
>  > Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael
>  > Mauser Chairman of the Supervisory Board: Ansgar Rempp | Domicile:
>  > Karlsbad | Local Court Mannheim: Register No. 361395
>  >
>  >
>  > *******************************************
>  > Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
>  > Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
>  > Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den
>  > Absender und loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die
>  > unbefugte Weitergabe dieser Mail ist nicht gestattet.
>  > This e-mail may contain confidential and/or privileged information. If
>  > you are not the intended recipient (or have received this e-mail in
>  > error) please notify the sender immediately and delete this e-mail. Any
>  > unauthorized copying, disclosure or distribution of the contents in
>  > this e-mail is strictly forbidden.
>  > *******************************************
>  >
>  >
>  > _______________________________________________
>  > General
>  > http://community.qnx.com/sf/go/post18526
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post18527
> 
> 
> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post18529
> 

-- 
cburgess@qnx.com
AW: AW: channel flags  
Colin,
Ho Ho Ho, your coat is read and ....
this looks like a little present for Xmas
Is this something new in 6.4 or is it also available in older ones?
/hp

-----Ursprüngliche Nachricht-----
Von:	Colin Burgess [mailto:community-noreply@qnx.com]
Gesendet:	Fr 12.12.2008 18:59
An:	general-ide
Cc:	
Betreff:	Re: AW: channel flags

pidin channel uses the DCMD_PROC_CHANNELS devctl to get the flags.

There's also ChannelConnectAttr() - which for some reason isn't documented?

Hans-Peter Reichert wrote:
> hmmm, not that I know - in the past we have been looking for this 
> information too.
> The only inforomation that is available is the "ConnectionInformation" 
> in the "System Information" perspective, but as far as I know the 
> channel flags are not shown.
> 
> may be there's any DCMD on procfs available, but this should be answered 
> by Q
> 
> /hp
> 
> 
> -----Ursprüngliche Nachricht-----
> Von:    Mario Charest [mailto:community-noreply@qnx.com]
> Gesendet:       Fr 12.12.2008 18:16
> An:     general-ide
> Cc:    
> Betreff:        RE: channel flags
> 
> Thanks HP.  That will get me going for now but I would like to access 
> this information after a program has started.
> 
>  > -----Original Message-----
>  > From: Hans-Peter Reichert [mailto:community-noreply@qnx.com]
>  > Sent: December-12-08 12:15 PM
>  > To: general-ide
>  > Subject: AW: channel flags
>  >
>  > If you see the ChannelCreate() in the kernel trace the flags are shown
>  > as data d0 in both modes, fast and wide.
>  >
>  > /hp
>  >
>  >
>  > -----Ursprüngliche Nachricht-----
>  > Von:  Mario Charest [mailto:community-noreply@qnx.com]
>  > Gesendet:     Fr 12.12.2008 18:08
>  > An:   general-ide
>  > Cc:
>  > Betreff:      channel flags
>  >
>  > Any way to see a channel's flag ?
>  >
>  > _______________________________________________
>  > General
>  > http://community.qnx.com/sf/go/post18525
>  >
>  > *******************************************
>  > Harman Becker Automotive Systems GmbH
>  > Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael
>  > Mauser Chairman of the Supervisory Board: Ansgar Rempp | Domicile:
>  > Karlsbad | Local Court Mannheim: Register No. 361395
>  >
>  >
>  > *******************************************
>  > Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
>  > Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
>  > Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den
>  > Absender und loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die
>  > unbefugte Weitergabe dieser Mail ist nicht gestattet.
>  > This e-mail may contain confidential and/or privileged information. If
>  > you are not the intended recipient (or have received this e-mail in
>  > error) please notify the sender immediately and delete this e-mail. Any
>  > unauthorized copying, disclosure or distribution of the contents in
>  > this e-mail is strictly forbidden.
>  > *******************************************
>  >
>  >
>  > _______________________________________________
>  > General
>  > http://community.qnx.com/sf/go/post18526
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post18527
> 
> 
> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post18529
> 

-- 
cburgess@qnx.com

_______________________________________________
General
http://community.qnx.com/sf/go/post18532



Attachment: Text winmail.dat 4.01 KB
Re: AW: AW: channel flags  
I think it was in 6.3.2 as well - it appears to have been put in for async and global channel support.

Hans-Peter Reichert wrote:
> Colin,
> Ho Ho Ho, your coat is read and ....
> this looks like a little present for Xmas
> Is this something new in 6.4 or is it also available in older ones?
> /hp
> 
> -----Ursprüngliche Nachricht-----
> Von:    Colin Burgess [mailto:community-noreply@qnx.com]
> Gesendet:       Fr 12.12.2008 18:59
> An:     general-ide
> Cc:    
> Betreff:        Re: AW: channel flags
> 
> pidin channel uses the DCMD_PROC_CHANNELS devctl to get the flags.
> 
> There's also ChannelConnectAttr() - which for some reason isn't documented?
> 
> Hans-Peter Reichert wrote:
>  > hmmm, not that I know - in the past we have been looking for this
>  > information too.
>  > The only inforomation that is available is the "ConnectionInformation"
>  > in the "System Information" perspective, but as far as I know the
>  > channel flags are not shown.
>  >
>  > may be there's any DCMD on procfs available, but this should be answered
>  > by Q
>  >
>  > /hp
>  >
>  >
>  > -----Ursprüngliche Nachricht-----
>  > Von:    Mario Charest [mailto:community-noreply@qnx.com]
>  > Gesendet:       Fr 12.12.2008 18:16
>  > An:     general-ide
>  > Cc:   
>  > Betreff:        RE: channel flags
>  >
>  > Thanks HP.  That will get me going for now but I would like to access
>  > this information after a program has started.
>  >
>  >  > -----Original Message-----
>  >  > From: Hans-Peter Reichert [mailto:community-noreply@qnx.com]
>  >  > Sent: December-12-08 12:15 PM
>  >  > To: general-ide
>  >  > Subject: AW: channel flags
>  >  >
>  >  > If you see the ChannelCreate() in the kernel trace the flags are shown
>  >  > as data d0 in both modes, fast and wide.
>  >  >
>  >  > /hp
>  >  >
>  >  >
>  >  > -----Ursprüngliche Nachricht-----
>  >  > Von:  Mario Charest [mailto:community-noreply@qnx.com]
>  >  > Gesendet:     Fr 12.12.2008 18:08
>  >  > An:   general-ide
>  >  > Cc:
>  >  > Betreff:      channel flags
>  >  >
>  >  > Any way to see a channel's flag ?
>  >  >
>  >  > _______________________________________________
>  >  > General
>  >  > http://community.qnx.com/sf/go/post18525
>  >  >
>  >  > *******************************************
>  >  > Harman Becker Automotive Systems GmbH
>  >  > Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael
>  >  > Mauser Chairman of the Supervisory Board: Ansgar Rempp | Domicile:
>  >  > Karlsbad | Local Court Mannheim: Register No. 361395
>  >  >
>  >  >
>  >  > *******************************************
>  >  > Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
>  >  > Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
>  >  > Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den
>  >  > Absender und loeschen Sie diese Mail. Das unerlaubte Kopieren 
> sowie die
>  >  > unbefugte Weitergabe dieser Mail ist nicht gestattet.
>  >  > This e-mail may contain confidential and/or privileged information. If
>  >  > you are not the intended recipient (or have received this e-mail in
>  >  > error) please notify the sender immediately and delete this 
> e-mail. Any
>  >  > unauthorized copying, disclosure or distribution of the contents in
>  >  > this e-mail is strictly forbidden.
> ...
View Full Message
RE: AW: channel flags  
pidin channel is not in 6.3.2

> -----Original Message-----
> From: Hans-Peter Reichert [mailto:community-noreply@qnx.com]
> Sent: December-12-08 1:03 PM
> To: general-ide
> Subject: AW: AW: channel flags
> 
> Colin,
> Ho Ho Ho, your coat is read and ....
> this looks like a little present for Xmas Is this something new in 6.4
> or is it also available in older ones?
> /hp
> 
> -----Ursprüngliche Nachricht-----
> Von:	Colin Burgess [mailto:community-noreply@qnx.com]
> Gesendet:	Fr 12.12.2008 18:59
> An:	general-ide
> Cc:
> Betreff:	Re: AW: channel flags
> 
> pidin channel uses the DCMD_PROC_CHANNELS devctl to get the flags.
> 
> There's also ChannelConnectAttr() - which for some reason isn't
> documented?
> 
> Hans-Peter Reichert wrote:
> > hmmm, not that I know - in the past we have been looking for this
> > information too.
> > The only inforomation that is available is the
> "ConnectionInformation"
> > in the "System Information" perspective, but as far as I know the
> > channel flags are not shown.
> >
> > may be there's any DCMD on procfs available, but this should be
> > answered by Q
> >
> > /hp
> >
> >
> > -----Ursprüngliche Nachricht-----
> > Von:    Mario Charest [mailto:community-noreply@qnx.com]
> > Gesendet:       Fr 12.12.2008 18:16
> > An:     general-ide
> > Cc:
> > Betreff:        RE: channel flags
> >
> > Thanks HP.  That will get me going for now but I would like to access
> > this information after a program has started.
> >
> >  > -----Original Message-----
> >  > From: Hans-Peter Reichert [mailto:community-noreply@qnx.com]
> >  > Sent: December-12-08 12:15 PM
> >  > To: general-ide
> >  > Subject: AW: channel flags
> >  >
> >  > If you see the ChannelCreate() in the kernel trace the flags are
> > shown  > as data d0 in both modes, fast and wide.
> >  >
> >  > /hp
> >  >
> >  >
> >  > -----Ursprüngliche Nachricht-----
> >  > Von:  Mario Charest [mailto:community-noreply@qnx.com]
> >  > Gesendet:     Fr 12.12.2008 18:08
> >  > An:   general-ide
> >  > Cc:
> >  > Betreff:      channel flags
> >  >
> >  > Any way to see a channel's flag ?
> >  >
> >  > _______________________________________________
> >  > General
> >  > http://community.qnx.com/sf/go/post18525
> >  >
> >  > *******************************************
> >  > Harman Becker Automotive Systems GmbH  > Management Board: Dr.
> > Klaus Blickle (Chairman), Dr. Udo Hüls, Michael  > Mauser Chairman of
> > the Supervisory Board: Ansgar Rempp | Domicile:
> >  > Karlsbad | Local Court Mannheim: Register No. 361395  >  >  >
> > *******************************************
> >  > Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
> > > Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
> > E-  > Mail irrtuemlich erhalten haben, informieren Sie bitte sofort
> > den  > Absender und loeschen Sie diese Mail. Das unerlaubte Kopieren
> > sowie die  > unbefugte Weitergabe dieser Mail ist nicht gestattet.
> >  > This e-mail may contain confidential and/or privileged
> information.
> > If  > you are not the intended recipient (or have received this e-
> mail
> > in  > error) please notify the sender immediately and delete this
> > e-mail. Any  > unauthorized copying, disclosure or distribution of
> the
> > contents in  > this e-mail is strictly forbidden.
>...
View Full Message