#include <Typed_SV_Message.h>
Public Methods | |
ACE_Typed_SV_Message (long type = 0, int length = sizeof (T), int max_size = sizeof (T)) | |
ACE_Typed_SV_Message (const T &data, long type = 0, int length = sizeof (T), int max_size = sizeof (T)) | |
~ACE_Typed_SV_Message (void) | |
long | type (void) const |
void | type (long type) |
int | length (void) const |
void | length (int l) |
int | max_size (void) const |
void | max_size (int m) |
T& | data (void) |
void | data (const T &data) |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Private Attributes | |
long | type_ |
Type of message. | |
int | length_ |
Length of this message. | |
int | max_ |
Maximum length of any message. | |
T | data_ |
Data stored in a message. |
|
|
|
|
|
|
|
|
|
|
|
Dump the state of an object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Declare the dynamic allocation hooks.
|
|
Data stored in a message.
|
|
Length of this message.
|
|
Maximum length of any message.
|
|
Type of message.
|