|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ImuData
Storage structure for the imu data records of a file.
Constructor Summary | |
ImuData(int len,
java.lang.String imageID)
Creates and initializes a ImuData object. |
Method Summary | |
void |
display()
Used for testing only. |
int |
getDeltaThetaX(int num)
Gets the records delta theta x |
int |
getDeltaThetaY(int num)
Gets the records delta theta y |
int |
getDeltaThetaZ(int num)
Gets the records delta theta z |
int |
getDeltaVX(int num)
Gets the records delta v x |
int |
getDeltaVY(int num)
Gets the records delta v y |
int |
getDeltaVZ(int num)
Gets the records delta v z |
HeaderData |
getHeaderData()
Gets the HeaderData object |
java.lang.String |
getImuID()
Gets the imu ID |
int |
getTimeTag(int num)
Gets the records time tag |
void |
setDeltaThetaX(int num,
int val)
Sets a records delta theta x |
void |
setDeltaThetaY(int num,
int val)
Sets a records delta theta y |
void |
setDeltaThetaZ(int num,
int val)
Sets a records delta theta z |
void |
setDeltaVX(int num,
int val)
Sets a records delta v x |
void |
setDeltaVY(int num,
int val)
Sets a records delta v y |
void |
setDeltaVZ(int num,
int val)
Sets a records delta v z |
void |
setHeaderValues(java.lang.String id,
int c,
int pass,
int file,
int len,
int ver,
int cnt,
java.lang.String date,
java.lang.String time)
Sets the records HeaderData, method is just a wrapper function for method in HeaderData |
void |
setTimeTag(int num,
int val)
Sets a records time tag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImuData(int len, java.lang.String imageID)
len
- the number of imu recordsimageID
- the image IDMethod Detail |
public void display()
public java.lang.String getImuID()
public HeaderData getHeaderData()
public int getTimeTag(int num)
num
- the record numberpublic int getDeltaThetaX(int num)
num
- the record numberpublic int getDeltaThetaY(int num)
num
- the record numberpublic int getDeltaThetaZ(int num)
num
- the record numberpublic int getDeltaVX(int num)
num
- the record numberpublic int getDeltaVY(int num)
num
- the record numberpublic int getDeltaVZ(int num)
num
- the record numberpublic void setHeaderValues(java.lang.String id, int c, int pass, int file, int len, int ver, int cnt, java.lang.String date, java.lang.String time)
id
- the header idc
- a constant valuepass
- the image pass numberfile
- the file IDlen
- the length of a single recordver
- the structure version of the file typecnt
- the number of records in the filedate
- the tape datetime
- the tape timepublic void setTimeTag(int num, int val)
val
- the time tag valuenum
- the record numberpublic void setDeltaThetaX(int num, int val)
val
- the delta theta x valuenum
- the record numberpublic void setDeltaThetaY(int num, int val)
val
- the delta theta y valuenum
- the record numberpublic void setDeltaThetaZ(int num, int val)
val
- the delta theta z valuenum
- the record numberpublic void setDeltaVX(int num, int val)
val
- the delta v x valuenum
- the record numberpublic void setDeltaVY(int num, int val)
val
- the delta v y valuenum
- the record numberpublic void setDeltaVZ(int num, int val)
val
- the delta v z valuenum
- the record number
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |