|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcommlib.message.RCRSCSMessage
public abstract class RCRSCSMessage
This class represent the transmitted message.
| コンストラクタの概要 | |
|---|---|
RCRSCSMessage(BaseMessageType type,
int time)
Constructor |
|
RCRSCSMessage(BaseMessageType type,
java.util.List<java.lang.Integer> bitList,
int offset,
java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
The method that the library use to convert the message. |
|
RCRSCSMessage(java.util.List<RCRSCSData<?>> data,
BaseMessageType type)
Constructor |
|
| メソッドの概要 | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<RCRSCSData<?>> |
getData()
Return list of data registered on the message. |
int |
getMessageBitSize(java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
Return bit num of this message. |
BaseMessageType |
getMessageType()
Return type of this message. |
int |
getSendTime()
Return stem num that the message is created. |
int |
hashCode()
|
boolean |
isSendable()
This method confirm whether data necessary for sending message are existing. |
void |
setData(RCRSCSData<?> data)
Register data on the message. |
void |
setData(RCRSCSData<?> data,
int index)
Register data on the message using specified index. |
| クラス java.lang.Object から継承されたメソッド |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public RCRSCSMessage(BaseMessageType type,
int time)
type - time -
public RCRSCSMessage(java.util.List<RCRSCSData<?>> data,
BaseMessageType type)
data - type -
public RCRSCSMessage(BaseMessageType type,
java.util.List<java.lang.Integer> bitList,
int offset,
java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
type - bitList - offset - bitSizeMap - | メソッドの詳細 |
|---|
public int getMessageBitSize(java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
bitSizeMap -
public java.util.List<RCRSCSData<?>> getData()
IMessage の記述:
IMessage 内の getDatapublic void setData(RCRSCSData<?> data)
IMessage の記述:
IMessage 内の setDatadata - setted data
public void setData(RCRSCSData<?> data,
int index)
IMessage の記述:
IMessage 内の setDatadata - setted datapublic boolean isSendable()
public BaseMessageType getMessageType()
public int hashCode()
java.lang.Object 内の hashCodepublic boolean equals(java.lang.Object obj)
java.lang.Object 内の equalspublic int getSendTime()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||