Public Member Functions | Properties | List of all members
OpenRTM_aist.uuid.UUID Class Reference
Inheritance diagram for OpenRTM_aist.uuid.UUID:
Inheritance graph
[legend]

Public Member Functions

def __cmp__ (self, other)
 
def __hash__ (self)
 
def __init__ (self, hex=None, bytes=None, fields=None, int=None, version=None)
 
def __int__ (self)
 
def __repr__ (self)
 
def __setattr__ (self, name, value)
 
def __str__ (self)
 
def get_bytes (self)
 
def get_clock_seq (self)
 
def get_clock_seq_hi_variant (self)
 
def get_clock_seq_low (self)
 
def get_fields (self)
 
def get_hex (self)
 
def get_node (self)
 
def get_time (self)
 
def get_time_hi_version (self)
 
def get_time_low (self)
 
def get_time_mid (self)
 
def get_urn (self)
 
def get_variant (self)
 
def get_version (self)
 

Properties

 bytes = property(get_bytes)
 
 clock_seq = property(get_clock_seq)
 
 clock_seq_hi_variant = property(get_clock_seq_hi_variant)
 
 clock_seq_low = property(get_clock_seq_low)
 
 fields = property(get_fields)
 
 hex = property(get_hex)
 
 node = property(get_node)
 
 time = property(get_time)
 
 time_hi_version = property(get_time_hi_version)
 
 time_low = property(get_time_low)
 
 time_mid = property(get_time_mid)
 
 urn = property(get_urn)
 
 variant = property(get_variant)
 
 version = property(get_version)
 

Detailed Description

Definition at line 34 of file OpenRTM_aist/uuid.py.

Constructor & Destructor Documentation

def OpenRTM_aist.uuid.UUID.__init__ (   self,
  hex = None,
  bytes = None,
  fields = None,
  int = None,
  version = None 
)

Definition at line 37 of file OpenRTM_aist/uuid.py.

Member Function Documentation

def OpenRTM_aist.uuid.UUID.__cmp__ (   self,
  other 
)

Definition at line 106 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.__hash__ (   self)

Definition at line 111 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.__int__ (   self)

Definition at line 114 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.__repr__ (   self)

Definition at line 117 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.__setattr__ (   self,
  name,
  value 
)

Definition at line 120 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.__str__ (   self)

Definition at line 123 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_bytes (   self)

Definition at line 128 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_clock_seq (   self)

Definition at line 173 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_clock_seq_hi_variant (   self)

Definition at line 157 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_clock_seq_low (   self)

Definition at line 162 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_fields (   self)

Definition at line 136 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_hex (   self)

Definition at line 184 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_node (   self)

Definition at line 179 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_time (   self)

Definition at line 167 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_time_hi_version (   self)

Definition at line 152 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_time_low (   self)

Definition at line 142 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_time_mid (   self)

Definition at line 147 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_urn (   self)

Definition at line 189 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_variant (   self)

Definition at line 194 of file OpenRTM_aist/uuid.py.

def OpenRTM_aist.uuid.UUID.get_version (   self)

Definition at line 206 of file OpenRTM_aist/uuid.py.

Property Documentation

OpenRTM_aist.uuid.UUID.bytes = property(get_bytes)
static

Definition at line 134 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.clock_seq = property(get_clock_seq)
static

Definition at line 177 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.clock_seq_hi_variant = property(get_clock_seq_hi_variant)
static

Definition at line 160 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.clock_seq_low = property(get_clock_seq_low)
static

Definition at line 165 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.fields = property(get_fields)
static

Definition at line 140 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.hex = property(get_hex)
static

Definition at line 187 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.node = property(get_node)
static

Definition at line 182 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.time = property(get_time)
static

Definition at line 171 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.time_hi_version = property(get_time_hi_version)
static

Definition at line 155 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.time_low = property(get_time_low)
static

Definition at line 145 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.time_mid = property(get_time_mid)
static

Definition at line 150 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.urn = property(get_urn)
static

Definition at line 192 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.variant = property(get_variant)
static

Definition at line 204 of file OpenRTM_aist/uuid.py.

OpenRTM_aist.uuid.UUID.version = property(get_version)
static

Definition at line 211 of file OpenRTM_aist/uuid.py.


The documentation for this class was generated from the following file:


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:38