CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmsdk3.PsyType Class Reference
Inheritance diagram for cmsdk3.PsyType:
[legend]
Collaboration diagram for cmsdk3.PsyType:
[legend]

Public Member Functions

 isValid (self)
 __eq__ (self, othertype)
 __ne__ (self, othertype)
 __lt__ (self, othertype)
 __gt__ (self, othertype)
 setLevel (self, i, value)
 matches (self, otherType)
 toString (self, *args)
 fromString (self, text)
 __init__ (self)

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 levels = property(_cmsdk3.PsyType_levels_get, _cmsdk3.PsyType_levels_set)

Detailed Description

Definition at line 129 of file cmsdk3.py.

Constructor & Destructor Documentation

◆ __init__()

cmsdk3.PsyType.__init__ ( self)

Definition at line 161 of file cmsdk3.py.

Member Function Documentation

◆ __eq__()

cmsdk3.PsyType.__eq__ ( self,
othertype )

Definition at line 137 of file cmsdk3.py.

◆ __gt__()

cmsdk3.PsyType.__gt__ ( self,
othertype )

Definition at line 146 of file cmsdk3.py.

◆ __lt__()

cmsdk3.PsyType.__lt__ ( self,
othertype )

Definition at line 143 of file cmsdk3.py.

◆ __ne__()

cmsdk3.PsyType.__ne__ ( self,
othertype )

Definition at line 140 of file cmsdk3.py.

◆ fromString()

cmsdk3.PsyType.fromString ( self,
text )

Definition at line 158 of file cmsdk3.py.

◆ isValid()

cmsdk3.PsyType.isValid ( self)

Definition at line 134 of file cmsdk3.py.

◆ matches()

cmsdk3.PsyType.matches ( self,
otherType )

Definition at line 152 of file cmsdk3.py.

◆ setLevel()

cmsdk3.PsyType.setLevel ( self,
i,
value )

Definition at line 149 of file cmsdk3.py.

◆ toString()

cmsdk3.PsyType.toString ( self,
* args )

Definition at line 155 of file cmsdk3.py.

Property Documentation

◆ levels

cmsdk3.PsyType.levels = property(_cmsdk3.PsyType_levels_get, _cmsdk3.PsyType_levels_set)
static

Definition at line 132 of file cmsdk3.py.

◆ thisown

cmsdk3.PsyType.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 130 of file cmsdk3.py.


The documentation for this class was generated from the following file:
  • /home/ubuntu/c/partner/psyclone2/CMSDK/src/cmsdk3.py