struct StructDepthDatagram | |
{ | |
StructDatagramHeader DgHeader; | |
long lTransducerCount; | |
StructChannelDepth Channel[]; | |
}; |
struct StructChannelDepth | |
{ | |
double Depth; | |
}; |
• | StructDepthDatagram |
• | DgHeader |
• | lTransducerCount |
• | Channel[] |
• | StructChannelDepth |
• | Depth: Depth [m] |
• | 1.23: New |