|
def | __copy__ (self) |
|
def | __deepcopy__ (self, memo) |
|
def | __getattr__ (self, attr) |
|
def | __init__ (self, _uavcan_type, _mode=None, *args, **kwargs) |
|
def | __repr__ (self) |
|
def | __setattr__ (self, attr, value) |
|
def | __init__ (self, _uavcan_type, *_args, **_kwargs) |
|
|
def | _pack (self, tao=True) |
|
def | _unpack (self, stream, tao=True) |
|
Definition at line 474 of file transport.py.
◆ __init__()
def pyuavcan_v0.transport.CompoundValue.__init__ |
( |
|
self, |
|
|
|
_uavcan_type, |
|
|
|
_mode = None , |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ __copy__()
def pyuavcan_v0.transport.CompoundValue.__copy__ |
( |
|
self | ) |
|
◆ __deepcopy__()
def pyuavcan_v0.transport.CompoundValue.__deepcopy__ |
( |
|
self, |
|
|
|
memo |
|
) |
| |
◆ __getattr__()
def pyuavcan_v0.transport.CompoundValue.__getattr__ |
( |
|
self, |
|
|
|
attr |
|
) |
| |
◆ __repr__()
def pyuavcan_v0.transport.CompoundValue.__repr__ |
( |
|
self | ) |
|
◆ __setattr__()
def pyuavcan_v0.transport.CompoundValue.__setattr__ |
( |
|
self, |
|
|
|
attr, |
|
|
|
value |
|
) |
| |
◆ _pack()
def pyuavcan_v0.transport.CompoundValue._pack |
( |
|
self, |
|
|
|
tao = True |
|
) |
| |
|
private |
◆ _unpack()
def pyuavcan_v0.transport.CompoundValue._unpack |
( |
|
self, |
|
|
|
stream, |
|
|
|
tao = True |
|
) |
| |
|
private |
◆ _is_union
pyuavcan_v0.transport.CompoundValue._is_union |
|
private |
◆ _mode
pyuavcan_v0.transport.CompoundValue._mode |
|
private |
◆ _union_field
pyuavcan_v0.transport.CompoundValue._union_field |
|
private |
The documentation for this class was generated from the following file: