-
Base class for creating output ports
[
libohymos |
Source |
Keywords |
Summary | Ancestors | All Members | Descendants ]
- DESCRIPTION
Class Summary
class Output_port : public Receive_port
{
public:
- char* Data_pack_type(void) ;
- void Output_data(void) ;
- Boolean Init(char* p_name, int p_num) ;
- Output_port(char* p_name, int p_num);
- Output_port(void);
- ~Output_port(void);
protected:
}; // Output_port
Back to the top of Output_port
DESCRIPTION
hello
Back to the top of Output_port
char* Data_pack_type(void) ;
Returns a string which expresses the type of datapacks received by
the current object. This is a pure virtual function. This
function must be defined in derived classes.
virtual char* Data_pack_type(void) = NULL;
Back to the top of Output_port
void Output_data(void) ;
Get datapacks from the sender and output it. This is a pure
virtual function declaration. It must be implemented in derived
classes.
virtual void Output_data(void) = NULL;
Back to the top of Output_port
Boolean Init(char* p_name, int p_num) ;
Init.
Boolean Init(char* p_name, int p_num)
;
Function is currently defined inline.
Back to the top of Output_port
Output_port(char* p_name, int p_num);
Constructor.
Output_port(char* p_name, int p_num);
Back to the top of Output_port
Output_port(void);
Constructor.
Output_port(void);
Back to the top of Output_port
~Output_port(void);
Destrucotor.
~Output_port(void);
Back to the top of Output_port
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) ;
- Boolean Can_you_get_data(time_t t_fromto) ;
- Boolean Get_data_pack(void*& former, time_t data_time, void*& later, char flag ) ;
- void Print_connection(FILE* fp_outr, char* head);
- void Output_data(void) ;
- protected:
- char* class_name;
- char* object_name;
- int object_number;
- void* owner;
- void* sender;
Back to the top of Output_port
Ancestors
Inheritance chain for Output_port:
Back to the top of Output_port
Descendants
Back to the top of Output_port
Generated from source by the Cocoon utilities on Sun Sep 3 22:52:04 2000
.
Report problems to jkotula@stratasys.com