The Robot Application Programming Interface Delegate Project
|
A collection of useful methods for dealing with objects of type Priority.
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 PriorityTypeSupport | get_instance () |
static PriorityTypeSupport | getInstance () |
Protected Member Functions | |
DataWriter | create_datawriter (long native_writer, DataWriterListener listener, int mask) |
DataReader | create_datareader (long native_reader, DataReaderListener listener, int mask) |
PriorityTypeSupport () |
PriorityTypeSupport | ( | ) | [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 PriorityTypeSupport 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 PriorityTypeSupport 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 | ||
) |