|
cosi::Thread Class Reference#include <Thread.h>
Inheritance diagram for cosi::Thread:
Detailed DescriptionThis class represents a thread. A thread has a name, the name of the destination node, the name of the destination thread, the period of the messages that the thread generates and their length in bit.
Constructor & Destructor Documentation
Default constructor.
Default destructor.
Member Function Documentation
Returns this thread.
Sets this thread.
Sets the name of this thread.
Gets the name of this thread.
Sets the name of the destination thread.
Gets the name of the destination thread.
Sets the name of the destination node.
Gets the name of the destination node.
Sets the Id of the destination node.
Gets the id of the destination node.
Gets the message period generated by the thread.
Sets the message period generated by the thread.
Gets the length of the messages.
Sets the length of the messages.
Friends And Related Function Documentation
Member Data Documentation
Thread name.
Name of the destination node.
Id of the destination node.
Destination thread name.
Message period in seconds.
Message length in bits.
The documentation for this class was generated from the following files:
Generated on Sun Sep 7 18:37:46 2008 for COSI by 1.5.4 |