|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BaseMessageType in jp.ac.nagoyau.is.ss.kishii.suntori.message |
---|
Fields in jp.ac.nagoyau.is.ss.kishii.suntori.message declared as BaseMessageType | |
---|---|
protected BaseMessageType |
RCRSCSMessage.messageType
|
Methods in jp.ac.nagoyau.is.ss.kishii.suntori.message that return BaseMessageType | |
---|---|
BaseMessageType |
RCRSCSMessage.getMessageType()
Return type of this message. |
static BaseMessageType |
BaseMessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BaseMessageType[] |
BaseMessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in jp.ac.nagoyau.is.ss.kishii.suntori.message with parameters of type BaseMessageType | |
---|---|
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 |
Uses of BaseMessageType in jp.ac.nagoyau.is.ss.kishii.suntori.message.information |
---|
Constructors in jp.ac.nagoyau.is.ss.kishii.suntori.message.information with parameters of type BaseMessageType | |
---|---|
BlockadeInformation(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. |
|
UnpassableInformation(BaseMessageType type,
java.util.List<java.lang.Integer> bitList,
int offset,
java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
|
|
VictimInformation(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. |
|
WorldInformation(BaseMessageType type,
int time)
Constructor |
|
WorldInformation(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. |
Uses of BaseMessageType in jp.ac.nagoyau.is.ss.kishii.suntori.message.report |
---|
Constructors in jp.ac.nagoyau.is.ss.kishii.suntori.message.report with parameters of type BaseMessageType | |
---|---|
ReportMessage(BaseMessageType type,
int time,
rescuecore2.worldmodel.EntityID platoonID)
|
|
ReportMessage(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. |
Uses of BaseMessageType in jp.ac.nagoyau.is.ss.kishii.suntori.message.task |
---|
Constructors in jp.ac.nagoyau.is.ss.kishii.suntori.message.task with parameters of type BaseMessageType | |
---|---|
TaskMessage(BaseMessageType type,
int time,
rescuecore2.worldmodel.EntityID ownerID)
Constructor |
|
TaskMessage(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. |
Uses of BaseMessageType in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.at |
---|
Constructors in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.at with parameters of type BaseMessageType | |
---|---|
AmbulanceTeamTaskMessage(BaseMessageType type,
int time,
rescuecore2.worldmodel.EntityID ownerID,
rescuecore2.worldmodel.EntityID atID)
Constructor |
|
AmbulanceTeamTaskMessage(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. |
Uses of BaseMessageType in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.fb |
---|
Constructors in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.fb with parameters of type BaseMessageType | |
---|---|
FireBrigadeTaskMessage(BaseMessageType type,
int time,
rescuecore2.worldmodel.EntityID ownerID,
rescuecore2.worldmodel.EntityID fbID)
Constructor |
|
FireBrigadeTaskMessage(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. |
Uses of BaseMessageType in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.pf |
---|
Constructors in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.pf with parameters of type BaseMessageType | |
---|---|
PoliceForceTaskMessage(BaseMessageType type,
int time,
rescuecore2.worldmodel.EntityID ownerID,
rescuecore2.worldmodel.EntityID pfID)
Constructor |
|
PoliceForceTaskMessage(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |