Property | Type | Description | |
---|---|---|---|
DataType | string | ||
Dropped | bool | ||
HasHeader | bool | ||
Latch | bool | ||
MaxQueue | int | ||
Md5sum | string | ||
Name | string | ||
_seq | uint | ||
callbacks | List |
||
callbacks_mutex | object | ||
connection_header | |||
publish_queue_mutex | object | ||
seq_mutex | object | ||
subscriber_links | List |
||
subscriber_links_mutex | object |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetStats ( ) : XmlRpcValue | ||
Publication ( string name, string datatype, string md5sum, string message_definition, int max_queue, bool latch, bool has_header ) : System | ||
addCallbacks ( |
||
addSubscriberLink ( |
||
drop ( ) : void | ||
dropAllConnections ( ) : void | ||
dumphex ( byte test ) : string | ||
getInfo ( XmlRpcValue info ) : void | ||
incrementSequence ( ) : uint | ||
peerConnect ( |
||
peerDisconnect ( |
||
processPublishQueue ( ) : void | ||
removeCallbacks ( |
||
removeSubscriberLink ( |
||
validateHeader ( |
Method | Description | |
---|---|---|
EnqueueMessage ( |
||
getPublishTypes ( bool &serialize, bool &nocopy, MsgTypes typeEnum ) : void | ||
publish ( |
public Publication ( string name, string datatype, string md5sum, string message_definition, int max_queue, bool latch, bool has_header ) : System | ||
name | string | |
datatype | string | |
md5sum | string | |
message_definition | string | |
max_queue | int | |
latch | bool | |
has_header | bool | |
return | System |
public addCallbacks ( |
||
callbacks | ||
return | void |
public addSubscriberLink ( |
||
link | ||
return | void |
public peerConnect ( |
||
sub_link | ||
return | void |
public peerDisconnect ( |
||
sub_link | ||
return | void |
public removeCallbacks ( |
||
callbacks | ||
return | void |
public removeSubscriberLink ( |
||
link | ||
return | void |
public validateHeader ( |
||
header | ||
error_message | string | |
return | bool |