Ejemplo n.º 1
0
void asn1Init_Peaktable (Peaktable* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   pvalue->name = 0;
   rtxDListFastInit (&pvalue->parameter_list);
   rtxDListFastInit (&pvalue->peak_list);
}
Ejemplo n.º 2
0
void asn1Init_Ydata (Ydata* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   pvalue->label = 0;
   rtxDListFastInit (&pvalue->parameter_list);
   asn1Init_Values (&pvalue->values);
   rtxDListFastInit (&pvalue->peaktable_list);
}
Ejemplo n.º 3
0
void asn1Init_Experiment (Experiment* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   pvalue->name = 0;
   pvalue->collectdate = 0;
   rtxDListFastInit (&pvalue->parameter_list);
   rtxDListFastInit (&pvalue->trace_list);
}
Ejemplo n.º 4
0
void asn1Init_Trace (Trace* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   pvalue->name = 0;
   rtxDListFastInit (&pvalue->parameter_list);
   rtxDListFastInit (&pvalue->coordinates_list);
   rtxDListFastInit (&pvalue->xdata_list);
}
Ejemplo n.º 5
0
void asn1Init_GAML (GAML* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   pvalue->name = 0;
   pvalue->version = 0;
   asn1Init_GAML_integrity (&pvalue->integrity);
   rtxDListFastInit (&pvalue->parameter_list);
   rtxDListFastInit (&pvalue->experiment_list);
}
Ejemplo n.º 6
0
void asn1Init_AltXdata (AltXdata* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   pvalue->label = 0;
   pvalue->linkid = 0;
   rtxDListFastInit (&pvalue->link_list);
   rtxDListFastInit (&pvalue->parameter_list);
   asn1Init_Values (&pvalue->values);
}
Ejemplo n.º 7
0
void asn1Init_GeographicalCoordinates (GeographicalCoordinates* pvalue)
{
   if (0 == pvalue) return;
   OSCRTLMEMSET (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_ProtocolExtensionContainer (&pvalue->iE_Extensions);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 8
0
void asn1Init_PERIODIC_TABLE_aTOM (PERIODIC_TABLE_aTOM* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   pvalue->sTATE = 0;
   rtxDListFastInit (&pvalue->choice_list);
}
Ejemplo n.º 9
0
void asn1Init_PTMSIRAI (PTMSIRAI* pvalue)
{
   if (0 == pvalue) return;
   asn1Init_PTMSI (&pvalue->pTMSI);
   asn1Init_RAI (&pvalue->rAI);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 10
0
void asn1Init_ContactType (ContactType* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_CCT_TextType (&pvalue->name);
   rtxDListFastInit (&pvalue->communication_list);
}
Ejemplo n.º 11
0
void asn1Init_Peaktable_peak_baseline (Peaktable_peak_baseline* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   rtxDListFastInit (&pvalue->parameter_list);
   asn1Init_Peaktable_peak_baseline_basecurve (&pvalue->basecurve);
}
Ejemplo n.º 12
0
void asn1Init_UE_Capabilities (UE_Capabilities* pvalue)
{
   if (0 == pvalue) return;
   OSCRTLMEMSET (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_ProtocolExtensionContainer (&pvalue->iE_Extensions);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 13
0
void asn1Init_RAI (RAI* pvalue)
{
   if (0 == pvalue) return;
   asn1Init_LAI (&pvalue->lAI);
   asn1Init_RAC (&pvalue->rAC);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 14
0
void asn1Init_LAI (LAI* pvalue)
{
   if (0 == pvalue) return;
   asn1Init_PLMNidentity (&pvalue->pLMNID);
   asn1Init_LAC (&pvalue->lAC);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 15
0
void asn1Init_HnbHNBRegisterRequest (HnbHNBRegisterRequest* pvalue)
{
   if (0 == pvalue) return;
   OSCRTLMEMSET (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_ProtocolIE_Container (&pvalue->protocolIEs);
   asn1Init_ProtocolExtensionContainer (&pvalue->protocolExtensions);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 16
0
void asn1Init_CriticalityDiagnostics (CriticalityDiagnostics* pvalue)
{
   if (0 == pvalue) return;
   OSCRTLMEMSET (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_CriticalityDiagnostics_IE_List (&pvalue->iEsCriticalityDiagnostics);
   asn1Init_ProtocolExtensionContainer (&pvalue->iE_Extensions);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 17
0
void asn1Init_MacroCoverageInformation (MacroCoverageInformation* pvalue)
{
   if (0 == pvalue) return;
   OSCRTLMEMSET (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_MacroCellID (&pvalue->cellIdentity);
   asn1Init_ProtocolExtensionContainer (&pvalue->iE_Extensions);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 18
0
void asn1Init_HnbErrorIndication (HnbErrorIndication* pvalue)
{
   if (0 == pvalue) return;
   OSCRTLMEMSET (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_ProtocolIE_Container (&pvalue->protocolIEs);
   asn1Init_ProtocolExtensionContainer (&pvalue->protocolExtensions);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 19
0
void asn1Init_HNB_Identity (HNB_Identity* pvalue)
{
   if (0 == pvalue) return;
   OSCRTLMEMSET (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_HNB_Identity_Info (&pvalue->hNB_Identity_Info);
   asn1Init_ProtocolExtensionContainer (&pvalue->iE_Extensions);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 20
0
void asn1Init_IP_Address (IP_Address* pvalue)
{
   if (0 == pvalue) return;
   OSCRTLMEMSET (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_IP_Address_ipaddress (&pvalue->ipaddress);
   asn1Init_ProtocolExtensionContainer (&pvalue->iE_Extensions);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 21
0
void asn1Init_GeographicalLocation (GeographicalLocation* pvalue)
{
   if (0 == pvalue) return;
   OSCRTLMEMSET (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_GeographicalCoordinates (&pvalue->geographicalCoordinates);
   asn1Init_AltitudeAndDirection (&pvalue->altitudeAndDirection);
   asn1Init_ProtocolExtensionContainer (&pvalue->iE_Extensions);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 22
0
void asn1Init_Peaktable_peak (Peaktable_peak* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   pvalue->group = 0;
   pvalue->name = 0;
   rtxDListFastInit (&pvalue->parameter_list);
   asn1Init_Peaktable_peak_baseline (&pvalue->baseline);
}
Ejemplo n.º 23
0
void asn1Init_HNB_Location_Information (HNB_Location_Information* pvalue)
{
   if (0 == pvalue) return;
   OSCRTLMEMSET (&pvalue->m, 0, sizeof (pvalue->m));
   asn1Init_MacroCoverageInformation (&pvalue->macroCoverageInfo);
   asn1Init_GeographicalLocation (&pvalue->geographicalCoordinates);
   asn1Init_ProtocolExtensionContainer (&pvalue->iE_Extensions);
   rtxDListFastInit (&pvalue->extElem1);
}
Ejemplo n.º 24
0
void asn1Init_Par (Par* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   pvalue->id = 0;
   pvalue->group_id = 0;
   pvalue->master_element = 0;
   pvalue->preset_id = 0;
   pvalue->preset_sub_type = 0;
   pvalue->begin = 0;
   pvalue->dur = 0;
   pvalue->end = 0;
   pvalue->repeatDur = 0;
   rtxDListFastInit (&pvalue->choice_list);
}
Ejemplo n.º 25
0
void asn1Init_Command (Command* pvalue)
{
   if (0 == pvalue) return;
   memset (&pvalue->m, 0, sizeof (pvalue->m));
   pvalue->command = 0;
   pvalue->id = 0;
   pvalue->sub_item = 0;
   pvalue->group_id = 0;
   pvalue->master_element = 0;
   pvalue->preset_id = 0;
   pvalue->preset_sub_type = 0;
   pvalue->begin = 0;
   pvalue->end = 0;
   pvalue->targetElement = 0;
   rtxDListFastInit (&pvalue->param_list);
}
Ejemplo n.º 26
0
void asn1Init_XSD_NMTOKENS (XSD_NMTOKENS* pvalue)
{
   if (0 == pvalue) return;
   rtxDListFastInit (pvalue);
}
Ejemplo n.º 27
0
void asn1Init_XSD_IDREFS (XSD_IDREFS* pvalue)
{
   if (0 == pvalue) return;
   rtxDListFastInit (pvalue);
}
Ejemplo n.º 28
0
void asn1Init_XSD__SeqOfXSD_String (XSD__SeqOfXSD_String* pvalue)
{
   if (0 == pvalue) return;
   rtxDListFastInit (pvalue);
}
Ejemplo n.º 29
0
void asn1Init_XSD_ENTITIES (XSD_ENTITIES* pvalue)
{
   if (0 == pvalue) return;
   rtxDListFastInit (pvalue);
}
Ejemplo n.º 30
0
void asn1Init_DataStoreType (DataStoreType* pvalue)
{
   if (0 == pvalue) return;
   rtxDListFastInit (pvalue);
}