This group contains files, classes and their members that are distributed as VR-Link Examples.
More...
Detailed Description
This group contains files, classes and their members that are distributed as VR-Link Examples.
These members are not considered part of the VR-Link API. Customers may use these classes as a starting point for their own applications. For more information about VR-Link Examples please see the VR-Link Examples page.
Typedef Documentation
The TestPdu class will represent a hypothetical variable-length "Test PDU".
- one that has three fields: an integer named "a", a variable-length array of integers named "b" whose cardinality is the value of "a", and a float called c. Define as much of the network representation structure as is possible with a C-style structure. The cardinality of "b" in the structure doesn't matter, since we'll only be casting buffers to pointers to this structure, and not creating instances of the structure or relying on its size. We won't be able to access "c" at all through the structure, since it comes after the variable length array "b". We will have to use byte-arithmetic to reach "c".
| typedef void(* TestPduCb)(TestPdu *pdu, void *usr) |
Variable Documentation
Extend the DtPduKind enumeration, adding our chosen value.
This is the number that ends up in the PDU header's kind field.