Editing NetMsgTypes

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 7: Line 7:
 
* [[GenericTwoBytesMsg|Generic Two Byte Msg]]  
 
* [[GenericTwoBytesMsg|Generic Two Byte Msg]]  
 
* [[GenericFourBytesMsg|Generic Four Byte Msg]]  
 
* [[GenericFourBytesMsg|Generic Four Byte Msg]]  
* [[GenericEightByteMsg|Generic Eight Byte Msg]]  
+
* [[GenericEightBytesMsg|Generic Eight Byte Msg]]  
 
* [[GenericMultiByteMsg|Generic Multi Byte Msg]]  
 
* [[GenericMultiByteMsg|Generic Multi Byte Msg]]  
 
* [[GenericOneStringMsg|Generic One String Msg]]
 
* [[GenericOneStringMsg|Generic One String Msg]]
* [[GenericMultiStringMsg|Generic Multi-String Msg]]
 
  
 
----
 
----
Line 19: Line 18:
 
Some NetMsgs will need to have custom bodies.  Here is a list of NetMsgs, their related MsgTypes, and links to details on that specific NetMsg:
 
Some NetMsgs will need to have custom bodies.  Here is a list of NetMsgs, their related MsgTypes, and links to details on that specific NetMsg:
 
<br /><br />
 
<br /><br />
'''NOTE:'''  This list is *NOT* up-to-date as of 3.25.11
+
'''NOTE:'''  This list *is* up-to-date as of 2.9.11
 
<br /><br />
 
<br /><br />
 
'''TODO:'''  Replace this with Doxy files
 
'''TODO:'''  Replace this with Doxy files
Line 33: Line 32:
 
|style="border: 1px solid #666699;"|RUALIVE
 
|style="border: 1px solid #666699;"|RUALIVE
 
|style="border: 1px solid #666699;"|[[TypeOnlyMsg]]
 
|style="border: 1px solid #666699;"|[[TypeOnlyMsg]]
|style="border: 1px solid #666699;"|Ping without time info (necessary?)
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0043
 
|style="border: 1px solid #666699;"|0x0043
 
|style="border: 1px solid #666699;"|IMALIVE
 
|style="border: 1px solid #666699;"|IMALIVE
 
|style="border: 1px solid #666699;"|[[TypeOnlyMsg]]
 
|style="border: 1px solid #666699;"|[[TypeOnlyMsg]]
|style="border: 1px solid #666699;"|Pong without time info (necessary?)
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0050
 
|style="border: 1px solid #666699;"|0x0050
 
|style="border: 1px solid #666699;"|Failure
 
|style="border: 1px solid #666699;"|Failure
 
|style="border: 1px solid #666699;"|[[GenericOneByteMsg]]
 
|style="border: 1px solid #666699;"|[[GenericOneByteMsg]]
|style="border: 1px solid #666699;"|1 byte 'error code'
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0051
 
|style="border: 1px solid #666699;"|0x0051
 
|style="border: 1px solid #666699;"|Success
 
|style="border: 1px solid #666699;"|Success
 
|style="border: 1px solid #666699;"|[[GenericOneByteMsg]]
 
|style="border: 1px solid #666699;"|[[GenericOneByteMsg]]
|style="border: 1px solid #666699;"|1 byte 'success code'
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0060
 
|style="border: 1px solid #666699;"|0x0060
 
|style="border: 1px solid #666699;"|PING
 
|style="border: 1px solid #666699;"|PING
 
|style="border: 1px solid #666699;"|[[GenericEightByteMsg]]
 
|style="border: 1px solid #666699;"|[[GenericEightByteMsg]]
|style="border: 1px solid #666699;"|8 byte time stamp for start time
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
|style="border: 1px solid #666699;"|0x0062
+
|style="border: 1px solid #666699;"|0x0061
 
|style="border: 1px solid #666699;"|PONG
 
|style="border: 1px solid #666699;"|PONG
 
|style="border: 1px solid #666699;"|[[GenericEightByteMsg]]
 
|style="border: 1px solid #666699;"|[[GenericEightByteMsg]]
|style="border: 1px solid #666699;"|8 byte time stamp for start time, dup of the ping value
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0100
 
|style="border: 1px solid #666699;"|0x0100
 
|style="border: 1px solid #666699;"|GS Remote Nodename Set
 
|style="border: 1px solid #666699;"|GS Remote Nodename Set
 
|style="border: 1px solid #666699;"|[[GenericOneStringMsg]]
 
|style="border: 1px solid #666699;"|[[GenericOneStringMsg]]
|style="border: 1px solid #666699;"|String is the Nodename
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0150
 
|style="border: 1px solid #666699;"|0x0150
Line 73: Line 72:
 
|style="border: 1px solid #666699;"|New Node on Network
 
|style="border: 1px solid #666699;"|New Node on Network
 
|style="border: 1px solid #666699;"|[[GenericOneStringMsg]]
 
|style="border: 1px solid #666699;"|[[GenericOneStringMsg]]
|style="border: 1px solid #666699;"|String is the Nodename
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0250
 
|style="border: 1px solid #666699;"|0x0250
Line 88: Line 87:
 
|style="border: 1px solid #666699;"|[[NewSessionReqMsg|New Session Request]]
 
|style="border: 1px solid #666699;"|[[NewSessionReqMsg|New Session Request]]
 
|style="border: 1px solid #666699;"|[[NetMsg]]
 
|style="border: 1px solid #666699;"|[[NetMsg]]
|style="border: 1px solid #666699;"|Two strings, username and password
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0305
 
|style="border: 1px solid #666699;"|0x0305
 
|style="border: 1px solid #666699;"|[[SessionInfoMsg|Session Information]]
 
|style="border: 1px solid #666699;"|[[SessionInfoMsg|Session Information]]
 
|style="border: 1px solid #666699;"|[[NetMsg]]
 
|style="border: 1px solid #666699;"|[[NetMsg]]
|style="border: 1px solid #666699;"|One string, the session UUID
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0400
 
|style="border: 1px solid #666699;"|0x0400
|style="border: 1px solid #666699;"|[[GeometryReqMsg|Geometry Request]]
+
|style="border: 1px solid #666699;"|[[GeometryReqMsg|Geoemtry Request]]
 
|style="border: 1px solid #666699;"|[[GenericOneStringMsg]]
 
|style="border: 1px solid #666699;"|[[GenericOneStringMsg]]
 
|style="border: 1px solid #666699;"|Has additional custom fields.
 
|style="border: 1px solid #666699;"|Has additional custom fields.
|-
 
|style="border: 1px solid #666699;"|0x0401
 
|style="border: 1px solid #666699;"|[[GeometryBoTReqMsg|BoT Geometry Request]]
 
|style="border: 1px solid #666699;"|[[GenericOneStringMsg]]
 
|style="border: 1px solid #666699;"|Requests geometry in BoT format, with exactly one BoT per region.
 
|-
 
|style="border: 1px solid #666699;"|0x0402
 
|style="border: 1px solid #666699;"|[[GeometryListReqMsg|Geometry List Request]]
 
|style="border: 1px solid #666699;"|[[GenericOneStringMsg]]
 
|style="border: 1px solid #666699;"|Requests a list of geometry artifacts at given location.
 
|-
 
|style="border: 1px solid #666699;"|0x0403
 
|style="border: 1px solid #666699;"|[[GeometryListResMsg|Geometry List Results]]
 
|style="border: 1px solid #666699;"|[[GenericMultiStringMsg]]
 
|style="border: 1px solid #666699;"|Display a list of geometry artifact names.
 
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0405
 
|style="border: 1px solid #666699;"|0x0405
 
|style="border: 1px solid #666699;"|[[GeometryManifestMsg|Geometry Manifest]]
 
|style="border: 1px solid #666699;"|[[GeometryManifestMsg|Geometry Manifest]]
|style="border: 1px solid #666699;"|[[GenericMultiStringMsg]]
+
|style="border: 1px solid #666699;"|[[NetMsg]]
|style="border: 1px solid #666699;"|List of 'object' names about to be received as chunks. ReUUID is the associated GeometryReqMsg UUID.
+
|style="border: 1px solid #666699;"|
 
|-
 
|-
 
|style="border: 1px solid #666699;"|0x0410
 
|style="border: 1px solid #666699;"|0x0410
 
|style="border: 1px solid #666699;"|[[GeometryChunkMsg|Geometry Chunk]]
 
|style="border: 1px solid #666699;"|[[GeometryChunkMsg|Geometry Chunk]]
 
|style="border: 1px solid #666699;"|[[GenericMultiByteMsg]]
 
|style="border: 1px solid #666699;"|[[GenericMultiByteMsg]]
|style="border: 1px solid #666699;"|Raw .g information. Chunks can be written to a file to produce a viable V5 .g db. ReUUID is the associated GeometryReqMsg UUID.
+
|style="border: 1px solid #666699;"|
 
|}
 
|}

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)