LcSettingC - various functions to set date into a setting …
More...
LcSettingC - various functions to set date into a setting …
◆ pylcconfig_LcSettingC_SetBool()
Python: setting.SetBool(value:bool)
→ C-API
These functions set the value of the given setting to value …
Definition at line 1014 of file LcSettingC_py.c.
1014 {
1022 goto end;
1023 error:
1025 end:
1027}
#define OT_CHECK_bool(val)
#define OT_SETUP_ONEARG(d)
#define OT_retObj_SET_Error
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_SET_None
#define MkErrorC_Check(mng, PROC)
static enum MkErrorE LcSettingSetBool(LC_CFS setting, MK_BOOL value)
These functions set the value of the given setting to value …
◆ pylcconfig_LcSettingC_SetBoolElem()
Python: LcSettingC setting.SetBoolElem(idx:int32, value:int32)
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 902 of file LcSettingC_py.c.
902 {
911 if (retVal == NULL) {
913 goto error;
914 }
916 goto end;
917 error:
919 end:
921}
#define OT_retObj_SET_CFS(nat)
#define OT_SETUP_VARARGS(min, max, d)
#define OT_CHECK_NI4(val)
#define OT_ERROR_SOFT_CONSTRUCTOR(class)
static LC_CFS LcSettingSetBoolElem(LC_CFS setting, MK_I32 idx, MK_I32 value)
These functions set the value at the specified index index in the setting setting to value …
Struct to represent the data from the LcSettingC …
◆ pylcconfig_LcSettingC_SetFloat()
Python: setting.SetFloat(value:double)
→ C-API
These functions set the value of the given setting to value …
Definition at line 1030 of file LcSettingC_py.c.
1030 {
1038 goto end;
1039 error:
1041 end:
1043}
#define OT_CHECK_NF8(val)
static enum MkErrorE LcSettingSetFloat(LC_CFS setting, MK_DBL value)
These functions set the value of the given setting to value …
◆ pylcconfig_LcSettingC_SetFloatElem()
Python: LcSettingC setting.SetFloatElem(idx:int32, value:double)
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 924 of file LcSettingC_py.c.
924 {
933 if (retVal == NULL) {
935 goto error;
936 }
938 goto end;
939 error:
941 end:
943}
static LC_CFS LcSettingSetFloatElem(LC_CFS setting, MK_I32 idx, MK_DBL value)
These functions set the value at the specified index index in the setting setting to value …
◆ pylcconfig_LcSettingC_SetFormat()
Python: setting.SetFormat(format:LcConfigFormatE)
→ C-API
These functions get and set the external format for the setting setting …
Definition at line 1046 of file LcSettingC_py.c.
1046 {
1054 goto end;
1055 error:
1057 end:
1059}
LcConfigFormatE
set the format of a LcSettingC …
static enum MkErrorE LcSettingSetFormat(LC_CFS setting, enum LcConfigFormatE format)
These functions get and set the external format for the setting setting …
#define OT_CHECK_ENUM(ename, val)
◆ pylcconfig_LcSettingC_SetInt()
Python: setting.SetInt(value:int32)
→ C-API
These functions set the value of the given setting to value …
Definition at line 1062 of file LcSettingC_py.c.
1062 {
1070 goto end;
1071 error:
1073 end:
1075}
static enum MkErrorE LcSettingSetInt(LC_CFS setting, MK_I32 value)
These functions set the value of the given setting to value …
◆ pylcconfig_LcSettingC_SetInt64()
Python: setting.SetInt64(value:int64)
→ C-API
These functions set the value of the given setting to value …
Definition at line 1078 of file LcSettingC_py.c.
1078 {
1086 goto end;
1087 error:
1089 end:
1091}
#define OT_CHECK_NI8(val)
static enum MkErrorE LcSettingSetInt64(LC_CFS setting, MK_I64 value)
These functions set the value of the given setting to value …
◆ pylcconfig_LcSettingC_SetInt64Elem()
Python: LcSettingC setting.SetInt64Elem(idx:int32, value:int64)
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 946 of file LcSettingC_py.c.
946 {
955 if (retVal == NULL) {
957 goto error;
958 }
960 goto end;
961 error:
963 end:
965}
static LC_CFS LcSettingSetInt64Elem(LC_CFS setting, MK_I32 idx, MK_I64 value)
These functions set the value at the specified index index in the setting setting to value …
◆ pylcconfig_LcSettingC_SetIntElem()
Python: LcSettingC setting.SetIntElem(idx:int32, value:int32)
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 968 of file LcSettingC_py.c.
968 {
977 if (retVal == NULL) {
979 goto error;
980 }
982 goto end;
983 error:
985 end:
987}
static LC_CFS LcSettingSetIntElem(LC_CFS setting, MK_I32 idx, MK_I32 value)
These functions set the value at the specified index index in the setting setting to value …
◆ pylcconfig_LcSettingC_SetString()
Python: setting.SetString(value:string)
→ C-API
These functions set the value of the given setting to value …
Definition at line 1094 of file LcSettingC_py.c.
1094 {
1102 goto end;
1103 error:
1105 end:
1107}
#define OT_CHECK_STRN(val)
static enum MkErrorE LcSettingSetString(LC_CFS setting, MK_STRN value)
These functions set the value of the given setting to value …
◆ pylcconfig_LcSettingC_SetStringElem()
Python: LcSettingC setting.SetStringElem(idx:int32, value:string)
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 990 of file LcSettingC_py.c.
990 {
999 if (retVal == NULL) {
1001 goto error;
1002 }
1004 goto end;
1005 error:
1007 end:
1009}
#define SetStringElem_doc
static LC_CFS LcSettingSetStringElem(LC_CFS setting, MK_I32 idx, MK_STRN value)
These functions set the value at the specified index index in the setting setting to value …