diff options
Diffstat (limited to 'interfaces/distrio_common.idl')
| -rw-r--r-- | interfaces/distrio_common.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/distrio_common.idl b/interfaces/distrio_common.idl index 8756732..033811e 100644 --- a/interfaces/distrio_common.idl +++ b/interfaces/distrio_common.idl @@ -36,7 +36,7 @@ module Distrio { * @brief describes when the error was detected * (it's helpful to sync all boards with ntp) */ - struct Error_timestamp { + struct Timestamp { long seconds; long nanoseconds; }; @@ -47,7 +47,7 @@ module Distrio { struct Error { Error_code code; Error_level level; - Error_timestamp time; + Timestamp time; /** id of the digital/analog IO or the IO device */ long module_id; /** a human readable description which can be displayed in GUIs */ |
