org.irig106.chapter10.packets
Class AnalogPacket_Format1

java.lang.Object
  extended by org.irig106.chapter10.packets.AnalogPacket_Format1

public class AnalogPacket_Format1
extends java.lang.Object

IRIG 106 Chapter 10 Analog Packet (Format 1)

Author:
David Pinto

Nested Class Summary
 class AnalogPacket_Format1.ChannelSpecificDataWord
          Channel Specific Data Word (Analog Packet, Format 1)
static class AnalogPacket_Format1.Mode
          Mode Definitions (Analog Data Packet, Format 1)
 
Constructor Summary
AnalogPacket_Format1(byte[] packetBodyData)
          Creates a new instance of AnalogDataPacket
 
Method Summary
 AnalogPacket_Format1.ChannelSpecificDataWord[] getChannelSpecificDataWords()
          GET/SET METHODS
 int getNumberOfSamplingSchedules()
           
 java.lang.String toString()
          OBJECT METHODS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalogPacket_Format1

public AnalogPacket_Format1(byte[] packetBodyData)
                     throws java.lang.Exception
Creates a new instance of AnalogDataPacket

Throws:
java.lang.Exception
Method Detail

getNumberOfSamplingSchedules

public int getNumberOfSamplingSchedules()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

toString

public java.lang.String toString()
OBJECT METHODS

Overrides:
toString in class java.lang.Object

getChannelSpecificDataWords

public AnalogPacket_Format1.ChannelSpecificDataWord[] getChannelSpecificDataWords()
                                                                           throws java.lang.Exception
GET/SET METHODS

Throws:
java.lang.Exception