| Home | Trees | Index | Help |
|---|
| Package tp :: Package netlib :: Package objects :: Module Design :: Class Design |
|
object--+ |Header--+ |Processed--+ | Design
Design_Add,
Design_Modify
The Design packet consists of:
* a SInt32, design ID
* a SInt64, the last modified time
* a list of,
* a UInt32, category this design is in
* a String, name of the design
* a String, description of the design
* a SInt32, number of times in use
* a SInt32, owner of the design
* a list of,
* a UInt32, the ID of the component
* a UInt32, the number of this component
* a String, design feedback
* a list of,
* a UInt32, property id
* a String, property display string
| Method Summary | |
|---|---|
__init__(self,
sequence,
id,
modify_time,
categories,
name,
desc,
used,
owner,
components,
feedback,
properties)
| |
Produce a string suitable to be send over the wire. | |
| Inherited from Processed | |
| |
| Inherited from Header | |
| |
Return a reconisable string. | |
Processes the data of the packet. | |
Look at the packet type and morph this object into the correct type. (Class method) | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__setattr__('name', value) <==> x.name = value... | |
| Class Variable Summary | |
|---|---|
int |
no = 48 |
str |
struct = 'jT[I]SSjj[II]S[IS]'
|
| Inherited from Header | |
int |
size = 16 |
| Instance Method Details |
|---|
__str__(self)
|
| Class Variable Details |
|---|
no
|
struct
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 1 08:00:27 2010 | http://epydoc.sf.net |