blob: daba8e9afc572e4160e91aad622f1a40c60429c3 [file] [log] [blame]
/*
* Copyright (c) 2019 Google LLC.
* Copyright (c) 2016-2018 Nest Labs, Inc.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
* THIS FILE IS GENERATED. DO NOT MODIFY.
*
* SOURCE TEMPLATE: trait.cpp
* SOURCE PROTO: weave/trait/heartbeat/liveness_signal_trait.proto
*
*/
#include <weave/trait/heartbeat/LivenessSignalTrait.h>
namespace Schema {
namespace Weave {
namespace Trait {
namespace Heartbeat {
namespace LivenessSignalTrait {
using namespace ::nl::Weave::Profiles::DataManagement;
//
// Property Table
//
const TraitSchemaEngine::PropertyInfo PropertyMap[] = {
};
//
// Schema
//
const TraitSchemaEngine TraitSchema = {
{
kWeaveProfileId,
PropertyMap,
sizeof(PropertyMap) / sizeof(PropertyMap[0]),
1,
#if (TDM_EXTENSION_SUPPORT) || (TDM_VERSIONING_SUPPORT)
2,
#endif
NULL,
NULL,
NULL,
NULL,
NULL,
#if (TDM_EXTENSION_SUPPORT)
NULL,
#endif
#if (TDM_VERSIONING_SUPPORT)
NULL,
#endif
}
};
//
// Events
//
const nl::FieldDescriptor LivenessSignalEventFieldDescriptors[] =
{
{
NULL, offsetof(LivenessSignalEvent, signalType), SET_TYPE_AND_FLAGS(nl::SerializedFieldTypeInt32, 0), 1
},
{
NULL, offsetof(LivenessSignalEvent, wdmSubscriptionId), SET_TYPE_AND_FLAGS(nl::SerializedFieldTypeInt64, 1), 2
},
};
const nl::SchemaFieldDescriptor LivenessSignalEvent::FieldSchema =
{
.mNumFieldDescriptorElements = sizeof(LivenessSignalEventFieldDescriptors)/sizeof(LivenessSignalEventFieldDescriptors[0]),
.mFields = LivenessSignalEventFieldDescriptors,
.mSize = sizeof(LivenessSignalEvent)
};
const nl::Weave::Profiles::DataManagement::EventSchema LivenessSignalEvent::Schema =
{
.mProfileId = kWeaveProfileId,
.mStructureType = 0x1,
.mImportance = nl::Weave::Profiles::DataManagement::ProductionCritical,
.mDataSchemaVersion = 1,
.mMinCompatibleDataSchemaVersion = 1,
};
} // namespace LivenessSignalTrait
} // namespace Heartbeat
} // namespace Trait
} // namespace Weave
} // namespace Schema