Msg File src/inet/clock/contract/IClock.msg
Name | Type | Description |
---|---|---|
IClock | class | (no description) |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // cplusplus {{ #include "inet/clock/contract/IClock.h" }} import inet.common.INETDefs; namespace inet; class IClock { @existingClass; @descriptor(false); @cppType(inet::IClock); }