-
Relay< T> is a class of port which relays Data< T>.
All class functions are defined inline.
[
libohymos |
Source |
Keywords |
Summary | Ancestors | All Members | Descendants ]
- DESCRIPTION
Class Summary
template <class T>
class Relay : public Relay_port, public Port_type<T>
{
public:
- char* Data_pack_type(void) ;
- Relay<T>* NewPort() ;
- Boolean Init(char* p_name, int p_num) ;
- Relay(char* p_name, int p_num) ;
- Relay(void) ;
- ~Relay(void) ;
protected:
}; // Relay
Back to the top of Relay
DESCRIPTION
Relay< T> is a class of port which relays Data< T>.
Relay< T> can be connected with Receive< T>, Send< T>,
Relay< T>, and O_file< T>.
Back to the top of Relay
char* Data_pack_type(void) ;
char* Data_pack_type(void)
;
Function is currently defined inline.
Back to the top of Relay
Relay<T>* NewPort() ;
Returns a new pointer to a new Relay< T> Port
virtual Relay<T>* NewPort()
;
Function is currently defined inline.
Back to the top of Relay
Boolean Init(char* p_name, int p_num) ;
Boolean Init(char* p_name, int p_num)
;
Function is currently defined inline.
Back to the top of Relay
Relay(char* p_name, int p_num) ;
Constructor
Relay(char* p_name, int p_num)
;
Function is currently defined inline.
Back to the top of Relay
Relay(void) ;
Constructor
Relay(void)
;
Function is currently defined inline.
Back to the top of Relay
~Relay(void) ;
Destructor
~Relay(void)
;
Function is currently defined inline.
Back to the top of Relay
All Members
- public:
- char* Class_name(void) ;
- char* Object_name(void) ;
- int Object_number(void) ;
- void* Owner(void) ;
- Boolean Compare(char* c_name, char* o_name, int o_num);
- Boolean Compare(char* o_name, int o_num);
- Boolean Compare(Object* obj);
- Boolean Set_owner(void* o);
- void Cprint(FILE* fp_out, char* head);
- void Cprint(FILE* fp_out) ;
- void Cprint(char* head ) ;
- void Oprint(FILE* fp_out, char* head);
- void Oprint(FILE* fp_out) ;
- void Oprint(char* head ) ;
- void Absname( char* absname );
- Boolean Init(char* o_name, int o_num);
- char* Data_pack_type(void) ;
- Boolean Set_sender(void* s);
- Boolean Register_receiver(void* r);
- Boolean Switch(void);
- Boolean Are_you_ready(void) ;
- void Creq(void) ;
- void Set_data_pack_array(void) ;
- Boolean Can_you_get_data(time_t t_from, time_t t_to) ;
- Boolean Can_you_get_data(time_t t) ;
- void Get_data_pack_array(void**& dp_array, int& num_of_dp) ;
- time_t Oldest_data_time(void) ;
- time_t Newest_data_time(void) ;
- int Number_of_data_packs(void) ;
- Boolean Get_data_pack( void*& former, time_t data_time, void*& later, char flag) ;
- Boolean Get_data_pack(void*& former, time_t data_time) ;
- Boolean Get_data_pack(time_t data_time, void*& later) ;
- time_t Necessary_time_from(void) ;
- time_t Necessary_time_to(void) ;
- void Reduce_data_pack_stock(void) ;
- void Print_connection(FILE* fp_out, char* head);
- void Print_connection(FILE*) ;
- void Print_connection(char* head ) ;
- Port* NewPort(); // pure virtual
- Boolean Init(char* p_name, int p_num) ;
- void Set_comment_string(char* cmt);
- char* Get_comment_string(void);
- Boolean Get_data_pack(void*& former, time_t data_time, void*& later, char flag ) ;
- void Print_connection(FILE* fp_out , char* head );
- Relay<T>* NewPort() ;
- protected:
- char* class_name;
- char* object_name;
- int object_number;
- void* owner;
- List* buffer_list;
- void** receiver_array;
- int number_of_receivers;
- char* comment_string;
- static char* data_pack_type;
- void* sender;
Back to the top of Relay
Ancestors
Inheritance chain for Relay:
Back to the top of Relay
Descendants
Class is not inherited by any others.
Back to the top of Relay
Generated from source by the Cocoon utilities on Sun Sep 3 22:52:05 2000
.
Report problems to jkotula@stratasys.com