-
-
binary-types
... lisp strings.
* Compound records of other binary types. Maps to lisp DEFCLASS
classes or, when you prefer, DEFSTRUCT structs.
Typically, a complete binary record format/type can be specified in a
single (nested) declaration statement. Such compound ...
-
USBDescriptorKitchen
... is as plain C header file, and the
tool is also able to read back the file and reconstruct the descriptors from
the C structs. The important detail here is that indentation is taken into
account, so be sure to keep it in order when editing manually.
== ...
-
tlssh
... Cons:
* Less portable
* Less tested
* Less audited
* Fewer features (channels, etc). This is on purpose.
* Requires CA
* SSL data structs are pure madness, odds of OpenSSL being perfect
when parsing them is less than 100%
# Where can I get it?
http:// ...
-
rasterizr
... Rasterizr Studio and use visual debugging tools, including a pixel history tool.
* Vertex data is supplied using user-defined structs, and can include an arbitrary number of per-vertex attributes.
* System-value semantics, such as SV_PrimitiveID, are ...
-
Plot-o-matic
... plugins to read from serial ports, files, network sockets etc. and decoders for common data formats e.g. CSV, C structs etc.
Installation
============
Plot-o-matic requires the following python modules to be installed:
* numpy
* wx
* setupdocs ( ...
-
de.setf.thrift
... prescribes. decoders apply make-struct to an initargs list.
particularly at the service end, there are advantages to resourcing structs and decoding
with direct side-effects on slot-values
### maps:
Maps are now represented as hash tables. As data ...
-
NANOS
...
* Component: `Scheduler` (scheduler.c and .h)
* Namespace: `sd`
* Some function: `sd_foo()`;
The same also counts for structs, variables, defines, enums etc. However, default C library functions don't contain some special prefix or suffix and they are ...
-
ECAN_dspic
... .mdl** - The Simulink library model.
**/CircularBuffer.{h,c}** - A circular buffer implementation supporting CAN message structs.
**/ecanDefinitions.h** - A file defining common strucuts, unions, and constants used by other code.
**/ecanFunctions ...
-
NRefactory
... >)
- a type parameter (ITypeParameter, e.g. T)
- or a type definition (ITypeDefiniton)
Type definitions are only classes, structs, enums and delegates.
Every type definition is a type, but not every type is a type definition.
NRefactory's ...
-
sharktools
... ) Sharktools then provides this data as a cell array of structs in Matlab, or
a list of dictionaries in Python.
4 ... a
display filter string. matshark will return a cellarray of structs.
Example usage:
>> b = matshark('capture1.pcap', {'frame.number', 'ip ...
-