-
[
libohymos |
Source |
Keywords |
Summary | Ancestors | All Members | Descendants ]
- DESCRIPTION
Class Summary
template <class T>
class Send : public Send_port, public Port_type<T>
{
public:
- char* Data_pack_type(void) ;
- void Send_data(time_t t, const T& v);
- void Send_by_string(char*& data_str);
- Send<T>* NewPort() ;
- Boolean Init(char* p_name, int p_num) ;
- Send(char* p_name, int p_num) ;
- Send(void) ;
- ~Send(void) ;
protected:
}; // Send
Back to the top of Send
DESCRIPTION
Send< T> is a class of port which sends data of type Data<
T>. Send< T> can be connected Receive< T>, Relay< T>,
O_file< T>.
Back to the top of Send
char* Data_pack_type(void) ;
Returns the data_pack_type which expresses the type of data to be
receided.
char* Data_pack_type(void)
;
Function is currently defined inline.
Back to the top of Send
void Send_data(time_t t, const T& v);
virtual void Send_data(time_t t, const T& v);
Back to the top of Send
void Send_by_string(char*& data_str);
virtual void Send_by_string(char*& data_str);
Back to the top of Send
Send<T>* NewPort() ;
Returns a new pointer to a new Send< T> Port
virtual Send<T>* NewPort()
;
Function is currently defined inline.
Back to the top of Send
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 Send
Send(char* p_name, int p_num) ;
Send(char* p_name, int p_num)
;
Function is currently defined inline.
Back to the top of Send
Send(void) ;
Send(void)
;
Function is currently defined inline.
Back to the top of Send
~Send(void) ;
~Send(void)
;
Function is currently defined inline.
Back to the top of Send
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);
- void Stock(void* d_pack);
- void Send_by_string(char*& dstr) ;
- Boolean Get_data_pack(void*& former, time_t data_time, void*& later, char flag );
- void Forget_data_pack_stock(time_t t_from);
- Boolean Set_protect_past_data_flag(Boolean pflag) ;
- void Clear_data_pack(void);
- void Save_send_port_stock(FILE* fp);
- void Send_data(time_t t, const T& v);
- void Send_by_string(char*& data_str);
- Send<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** data_pack_array;
- int number_of_data_packs;
- Boolean protect_past_data_flag;
Back to the top of Send
Ancestors
Inheritance chain for Send:
Back to the top of Send
Descendants
Class is not inherited by any others.
Back to the top of Send
Generated from source by the Cocoon utilities on Sun Sep 3 22:52:04 2000
.
Report problems to jkotula@stratasys.com