TwiceAsNice
2019-02-18
|
Public Member Functions | |
def | __init__ (self) |
Public Attributes | |
basenames | |
Private Member Functions | |
def | _get_defelementtag (self, basename) |
def | _get_defvectortag (self, basename) |
def | _get_setelementtag (self, basename) |
def | _get_setvectortag (self, basename) |
def | _get_newelementtag (self, basename) |
def | _get_newvectortag (self, basename) |
def | _get_message_tag (self) |
def | _get_vector_repr (self, basename) |
def | _get_element_repr (self, basename) |
The INDI naming scheme. @ivar basenames : The possible "Basenames" of an L{indiobject} ["Text","Switch","Number","BLOB","Light"] @type basenames : list of StringType
def indiclient._indinameconventions.__init__ | ( | self | ) |
|
private |
@param basename : The basename of the tag see (L{basenames}) @type basename : StringType @return: xml tag of an element that is send by the server when an C{IDDef*} function is called on vector which contains the element (like C{defText}). @rtype: StringType
|
private |
@param basename : The basename of the tag see (L{basenames}) @type basename : StringType @return: xml tag of a vector that is send by the server when an C{IDDef*} function is called(like C{defTextVector}). @rtype: StringType
|
private |
@param basename : The basename of the tag see (L{basenames}) @type basename : StringType @return: printable representation of the type of the element . @rtype: StringType
|
private |
@return: xml tag of an INDI message. @rtype: StringType
|
private |
@param basename : The basename of the tag see (L{basenames}) @type basename : StringType @return: xml tag of an element that is send by the client (like C{oneText}). @rtype: StringType
|
private |
@param basename : The basename of the tag see (L{basenames}) @type basename : StringType @return: xml tag of a vector that is send by the client (like C{newTextVector}). @rtype: StringType
|
private |
@param basename : The basename of the tag see (L{basenames}) @type basename : StringType @return: xml tag of an element that is send by the server when an C{IDSet*} function is called on vector which contains the element (like C{oneText}). @rtype: StringType
|
private |
@param basename : The basename of the tag see (L{basenames}) @type basename : StringType @return: xml tag of a vector that is send by the server when am C{IDSet*} function is called (like C{setTextVector}). @rtype: StringType
|
private |
@param basename : The basename of the tag see (L{basenames}) @type basename : StringType @return: printable representation of the type of the vector . @rtype: StringType
indiclient._indinameconventions.basenames |