Notification message for start of reception.
| Modifiers | Name | Description |
|---|---|---|
protected float |
detector |
|
protected java.lang.Integer |
rxDuration |
|
protected java.lang.Long |
rxStartTime |
|
protected int |
type |
| Type | Name and description |
|---|---|
float |
detector |
java.lang.Integer |
rxDuration |
java.lang.Long |
rxStartTime |
int |
type |
| Constructor and description |
|---|
RxFrameStartNtf
() |
RxFrameStartNtf
(org.arl.fjage.AgentID recipient) |
RxFrameStartNtf
(org.arl.fjage.Message inReplyTo) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
float |
getDetector()Gets the detector output. |
|
java.lang.Integer |
getRxDuration()Gets reception duration. |
|
java.lang.Long |
getRxStartTime()Gets reception timestamp. |
|
int |
getType()Gets the frame type. |
|
void |
setDetector(float x)Sets the detector output. |
|
void |
setRxDuration(java.lang.Integer duration)Sets the reception duration in us. |
|
void |
setRxDuration(int duration)Sets the reception duration in us. |
|
void |
setRxStartTime(java.lang.Long time)Sets the reception timestamp in us. |
|
void |
setRxStartTime(long time)Sets the reception timestamp in us. |
|
void |
setType(int type)Sets the frame type. |
|
java.lang.String |
toString() |
| Methods inherited from class | Name |
|---|---|
class org.arl.fjage.Message |
org.arl.fjage.Message#toString(), org.arl.fjage.Message#setPerformative(org.arl.fjage.Performative), org.arl.fjage.Message#getPerformative(), org.arl.fjage.Message#setRecipient(org.arl.fjage.AgentID), org.arl.fjage.Message#getRecipient(), org.arl.fjage.Message#setSender(org.arl.fjage.AgentID), org.arl.fjage.Message#getSender(), org.arl.fjage.Message#setMessageID(java.lang.String), org.arl.fjage.Message#getMessageID(), org.arl.fjage.Message#setInReplyTo(java.lang.String), org.arl.fjage.Message#getInReplyTo(), org.arl.fjage.Message#setSentAt(long), org.arl.fjage.Message#getSentAt(), org.arl.fjage.Message#getJsonCache(), org.arl.fjage.Message#setJsonCache(java.lang.String), org.arl.fjage.Message#wait(long, int), org.arl.fjage.Message#wait(long), org.arl.fjage.Message#wait(), org.arl.fjage.Message#equals(java.lang.Object), org.arl.fjage.Message#hashCode(), org.arl.fjage.Message#getClass(), org.arl.fjage.Message#notify(), org.arl.fjage.Message#notifyAll() |
Gets the detector output.
Gets reception duration.
Gets reception timestamp. Timestamp indicates the start of frame reception.
Gets the frame type.
Sets the detector output.
x - detector metric (0-1)Sets the reception duration in us.
duration - estimated duration in us.Sets the reception duration in us.
duration - estimated duration in us.Sets the reception timestamp in us. Timestamp indicates the start of frame reception.
time - timestamp in us.Sets the reception timestamp in us. Timestamp indicates the start of frame reception.
time - timestamp in us.Sets the frame type.
type - frame typeGroovy Documentation