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

rovsoft::io::TsFloatTypeSender Class Reference

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

#include <TsFloatTypeSender.hh>

Inheritance diagram for rovsoft::io::TsFloatTypeSender:

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

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 setTsFloatTypeReceiver (messages::TsFloatTypeMessageReceiver &listener)
 Use this method to set a listener to which this object will send TsFloatType messages.

Static Public Attributes

static const unsigned short type = 0x0500
 The FloatTypeSenderType.

Detailed Description

FloatTypeSender devices (Type: 0x05 (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::TsFloatTypeMessageSender class, its the general interface for classes sending Time stamped float type messages.


Member Function Documentation

void rovsoft::io::TsFloatTypeSender::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::TsFloatTypeSender::setTsFloatTypeReceiver messages::TsFloatTypeMessageReceiver listener  )  [virtual]
 

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

Reimplemented from rovsoft::messages::TsFloatTypeMessageSender.

Here is the call graph for this function:


Member Data Documentation

const unsigned short rovsoft::io::TsFloatTypeSender::type = 0x0500 [static]
 

The FloatTypeSenderType.


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