Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

rovsoft::io::TsUByteTypeSender Class Reference

CriticalEventWatcher devices (Type: 0x06 (see Devices document)), are represented in software by objects of this class. More...

#include <TsUByteTypeSender.hh>

Inheritance diagram for rovsoft::io::TsUByteTypeSender:

Inheritance graph
[legend]
Collaboration diagram for rovsoft::io::TsUByteTypeSender:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void parseMessageStream (unsigned short sa, unsigned short da, IStreamer &stream, messages::MessageReceiver *out=0) throw (lib::ExceptionPtr)
 This method tries to read the data part of a message from the stream specified by stream.
virtual void setTsUByteTypeReceiver (messages::TsUByteTypeMessageReceiver &listener)
 Use this method to set a listener to which this object will send TsUByteType messages.

Static Public Attributes

static const unsigned short type = 0x0600
 The TsUByteTypeSenderType.

Detailed Description

CriticalEventWatcher devices (Type: 0x06 (see Devices document)), are represented in software by objects of this class.

This class can create messages from an IStreamer. The method parseMessageStream will block until at least one receiver is set.

Don't get confused with the messages::TsUByteTypeMessageSender class, its the general interface for classes sending Time stamped float type messages.


Member Function Documentation

void rovsoft::io::TsUByteTypeSender::parseMessageStream unsigned short  sa,
unsigned short  da,
IStreamer stream,
messages::MessageReceiver out = 0
throw (lib::ExceptionPtr) [virtual]
 

This method tries to read the data part of a message from the stream specified by stream.

Parameters:
sa The source address of the message being read.
da The destination address of the message being read.
stream The stream to read the data part of the message from.
out The messageReceiver that will be used for writing messages to the destination specified by sa! (reply)
Exceptions:
Exception throws any exception that occur while reading from stream.

Implements rovsoft::io::MessageStreamParser.

Here is the call graph for this function:

void rovsoft::io::TsUByteTypeSender::setTsUByteTypeReceiver messages::TsUByteTypeMessageReceiver listener  )  [virtual]
 

Use this method to set a listener to which this object will send TsUByteType messages.

Reimplemented from rovsoft::messages::TsUByteTypeMessageSender.

Here is the call graph for this function:


Member Data Documentation

const unsigned short rovsoft::io::TsUByteTypeSender::type = 0x0600 [static]
 

The TsUByteTypeSenderType.


The documentation for this class was generated from the following files:
Generated on Tue May 31 14:19:47 2005 for Rovsoft by  doxygen 1.4.3