mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
api: Introduce common.types.base_types.Time
This is needed to represent pad-to-die delays.
This commit is contained in:
parent
29c733c651
commit
eaac9a6465
@ -223,6 +223,12 @@ message Ratio
|
|||||||
double value = 1;
|
double value = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Represents a time delay in picoseconds. Since 10.0.0.
|
||||||
|
message Time
|
||||||
|
{
|
||||||
|
int64 value_ps = 1;
|
||||||
|
}
|
||||||
|
|
||||||
// Corresponds to COLOR4D. Each color channel is a double from 0.0 to 1.0.
|
// Corresponds to COLOR4D. Each color channel is a double from 0.0 to 1.0.
|
||||||
message Color
|
message Color
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user