| The Robot Application Programming Interface Delegate Project |   | 
A collection of useful methods for dealing with objects of type AckCompletedStatus.


| Public Member Functions | |
| Object | create_data () | 
| void | destroy_data (Object data) | 
| Object | copy_data (Object destination, Object source) | 
| void | serialize (Object endpoint_data, Object src, CdrOutputStream dst, boolean serialize_encapsulation, short encapsulation_id, boolean serialize_sample, Object endpoint_plugin_qos) | 
| Object | deserialize_sample (Object endpoint_data, Object dst, CdrInputStream src, boolean deserialize_encapsulation, boolean deserialize_sample, Object endpoint_plugin_qos) | 
| void | skip (Object endpoint_data, CdrInputStream src, boolean skip_encapsulation, boolean skip_sample, Object endpoint_plugin_qos) | 
| long | get_serialized_sample_max_size (Object endpoint_data, boolean include_encapsulation, short encapsulation_id, long currentAlignment) | 
| long | get_serialized_sample_min_size (Object endpoint_data, boolean include_encapsulation, short encapsulation_id, long currentAlignment) | 
| long | get_serialized_sample_size (Object endpoint_data, boolean include_encapsulation, short encapsulation_id, long current_alignment, Object sample) | 
| void | serialize_key (Object endpoint_data, Object src, CdrOutputStream dst, boolean serialize_encapsulation, short encapsulation_id, boolean serialize_key, Object endpoint_plugin_qos) | 
| Object | deserialize_key_sample (Object endpoint_data, Object dst, CdrInputStream src, boolean deserialize_encapsulation, boolean deserialize_key, Object endpoint_plugin_qos) | 
| long | get_serialized_key_max_size (Object endpoint_data, boolean include_encapsulation, short encapsulation_id, long currentAlignment) | 
| Object | serialized_sample_to_key (Object endpoint_data, Object sample, CdrInputStream src, boolean deserialize_encapsulation, boolean deserialize_key, Object endpoint_plugin_qos) | 
| Class | get_type () | 
| Static Public Member Functions | |
| static String | get_type_name () | 
| static AckCompletedStatusTypeSupport | get_instance () | 
| static AckCompletedStatusTypeSupport | getInstance () | 
| Protected Member Functions | |
| DataWriter | create_datawriter (long native_writer, DataWriterListener listener, int mask) | 
| DataReader | create_datareader (long native_reader, DataReaderListener listener, int mask) | 
| AckCompletedStatusTypeSupport () | |
| AckCompletedStatusTypeSupport | ( | ) |  [protected] | 
| Object copy_data | ( | Object | destination, | 
| Object | source | ||
| ) | 
| Object create_data | ( | ) | 
| DataReader create_datareader | ( | long | native_reader, | 
| DataReaderListener | listener, | ||
| int | mask | ||
| ) |  [protected] | 
| DataWriter create_datawriter | ( | long | native_writer, | 
| DataWriterListener | listener, | ||
| int | mask | ||
| ) |  [protected] | 
| Object deserialize_key_sample | ( | Object | endpoint_data, | 
| Object | dst, | ||
| CdrInputStream | src, | ||
| boolean | deserialize_encapsulation, | ||
| boolean | deserialize_key, | ||
| Object | endpoint_plugin_qos | ||
| ) | 

| Object deserialize_sample | ( | Object | endpoint_data, | 
| Object | dst, | ||
| CdrInputStream | src, | ||
| boolean | deserialize_encapsulation, | ||
| boolean | deserialize_sample, | ||
| Object | endpoint_plugin_qos | ||
| ) | 

| void destroy_data | ( | Object | data | ) | 
| static AckCompletedStatusTypeSupport get_instance | ( | ) |  [static] | 
| long get_serialized_key_max_size | ( | Object | endpoint_data, | 
| boolean | include_encapsulation, | ||
| short | encapsulation_id, | ||
| long | currentAlignment | ||
| ) | 

| long get_serialized_sample_max_size | ( | Object | endpoint_data, | 
| boolean | include_encapsulation, | ||
| short | encapsulation_id, | ||
| long | currentAlignment | ||
| ) | 
| long get_serialized_sample_min_size | ( | Object | endpoint_data, | 
| boolean | include_encapsulation, | ||
| short | encapsulation_id, | ||
| long | currentAlignment | ||
| ) | 

| long get_serialized_sample_size | ( | Object | endpoint_data, | 
| boolean | include_encapsulation, | ||
| short | encapsulation_id, | ||
| long | current_alignment, | ||
| Object | sample | ||
| ) | 

| Class get_type | ( | ) | 
| static String get_type_name | ( | ) |  [static] | 
| static AckCompletedStatusTypeSupport getInstance | ( | ) |  [static] | 

| void serialize | ( | Object | endpoint_data, | 
| Object | src, | ||
| CdrOutputStream | dst, | ||
| boolean | serialize_encapsulation, | ||
| short | encapsulation_id, | ||
| boolean | serialize_sample, | ||
| Object | endpoint_plugin_qos | ||
| ) | 
| void serialize_key | ( | Object | endpoint_data, | 
| Object | src, | ||
| CdrOutputStream | dst, | ||
| boolean | serialize_encapsulation, | ||
| short | encapsulation_id, | ||
| boolean | serialize_key, | ||
| Object | endpoint_plugin_qos | ||
| ) | 

| Object serialized_sample_to_key | ( | Object | endpoint_data, | 
| Object | sample, | ||
| CdrInputStream | src, | ||
| boolean | deserialize_encapsulation, | ||
| boolean | deserialize_key, | ||
| Object | endpoint_plugin_qos | ||
| ) | 

| void skip | ( | Object | endpoint_data, | 
| CdrInputStream | src, | ||
| boolean | skip_encapsulation, | ||
| boolean | skip_sample, | ||
| Object | endpoint_plugin_qos | ||
| ) |