From c05e47abf2e1010070d75fd88b000b0362f45ed9 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Thu, 26 Aug 2021 11:35:26 -0400 Subject: [PATCH] add bibliographies --- ESTA.bib | 124 +++++++++++++++++++++++++++++++++++++++++++++++ IETF.bib | 14 ++++++ docs/Doxyfile.in | 3 +- 3 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 ESTA.bib create mode 100644 IETF.bib diff --git a/ESTA.bib b/ESTA.bib new file mode 100644 index 0000000..8a0f4e6 --- /dev/null +++ b/ESTA.bib @@ -0,0 +1,124 @@ +@String{ESTA.org = "Entertainment Services and Technology Association"} + +@manual{DMX, + key = "DMX", + title = "American National Standard ANSI E1.11 – 2008 (R2018) + Entertainment Technology—USITT DMX512-A Asynchronous Serial + Digital Data Transmission Standard for Controlling Lighting + Equipment and Accessories", + organization = ESTA.org, + year = 2018, + address = "New York City", + note = "TSP Document CP/2007-1013r3.1" +} + + +@manual{ACN, + key = "ACN", + title = "ANSI E1.17-2015 (R2020) Architecture + for Control Networks – ACN Architecture", + organization = ESTA.org, + year = 2020, + address = "New York City", + note = "TSP Document CP/2003-1007-R4-draft-439:454M" +} + + +@manual{DMP, + key = "ACN-DMP", + title = "ANSI E1.17-2015 (R2020), Architecture for + Control Networks–Device Management Protocol", + organization = ESTA.org, + year = 2020, + address = "New York City", +} + + +@manual{SDT, + key = "ACN-SDT", + title = "ANSI E1.17- 2015 (R2020), Architecture for Control + Networks–Session Data Transport Protocol", + organization = ESTA.org, + year = 2020, + address = "New York City", +} + + +@manual{DDL, + key = "ACN-DDL", + title = "ANSI E1.17-2015 (R2020), Architecture for Control Networks + Device Description Language (DDL)", + organization = ESTA.org, + year = 2020, + address = "New York City", + note = "TSP Document CP/2009-1024r1" +} + + +@manual{epi17, + key = "ACN-xEPI-17", + title = "ANSI E1.17-2010 (R2020) Architecture for Control Networks – + EPI 17. ACN Root Layer Protocol Operation on UDP", + organization = ESTA.org, + year = 2020, + address = "New York City", + note = "TSP Document CP/2004-1028-R2-draft-439:454M" +} + + +@manual{epi33, + key = "ACN-xEPI-33", + title = "ANSI E1.30-11 – 2019, + EPI 33. ACN Root Layer Protocol Operation on TCP", + organization = ESTA.org, + year = 2019, + address = "New York City", + note = "TSP Document CP/2014-1002a" +} + + +@manual{sACN, + key = "sACN", + title = "ANSI E1.31 — 2018 + Entertainment Technology Lightweight streaming protocol + for transport of DMX512 using ACN", + organization = ESTA.org, + year = 2018, + address = "New York City", + note = "TSP Document CP/2014-1009r6a" +} + + +@manual{RDM, + key = "RDM", + title = "ANSI E1.20 - 2010 + Entertainment Technology—RDM Remote Device Management Over + DMX512 Networks", + organization = ESTA.org, + year = 2017, + address = "New York City", + note = "TSP Document CP/2009-1017r2" +} + + +@manual{RDMnet, + key = "RDMnet", + title = "ANSI E1.33 (RDMnet) + Message Transport and Management for ANSI E1.20 (RDM) + compatible and similar devices over IP Networks", + organization = ESTA.org, + year = 2019, + address = "New York City", + note = "TSP Document CP/2010-1032r8" +} + + +@manual{OTP, + key = "OTP", + title = "ANSI E1.59 – 2021 + Entertainment Technology – Object Transform Protocol (OTP)", + organization = ESTA.org, + year = 2021, + address = "New York City", + note = "TSP Document CP/2018-1034r5" +} diff --git a/IETF.bib b/IETF.bib new file mode 100644 index 0000000..e70fd71 --- /dev/null +++ b/IETF.bib @@ -0,0 +1,14 @@ +@misc{rfc4122, + series = {Request for Comments}, + number = 4122, + howpublished = {RFC 4122}, + publisher = {RFC Editor}, + doi = {10.17487/RFC4122}, + url = {https://rfc-editor.org/rfc/rfc4122.txt}, + author = {Paul J. Leach and Rich Salz and Michael H. Mealling}, + title = {{A Universally Unique IDentifier (UUID) URN Namespace}}, + pagetotal = 32, + year = 2005, + month = jul, + abstract = {This specification defines a Uniform Resource Name namespace for UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDentifier). A UUID is 128 bits long, and can guarantee uniqueness across space and time. UUIDs were originally used in the Apollo Network Computing System and later in the Open Software Foundation\textbackslash{}'s (OSF) Distributed Computing Environment (DCE), and then in Microsoft Windows platforms. This specification is derived from the DCE specification with the kind permission of the OSF (now known as The Open Group). Information from earlier versions of the DCE specification have been incorporated into this document. {[}STANDARDS-TRACK{]}}, +} diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 771829d..c74b273 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -103,7 +103,8 @@ SHOW_FILES = NO SHOW_NAMESPACES = YES FILE_VERSION_FILTER = LAYOUT_FILE = -CITE_BIB_FILES = +CITE_BIB_FILES = @CMAKE_CURRENT_SOURCE_DIR@/ESTA.bib \ + @CMAKE_CURRENT_SOURCE_DIR@/IETF.bib #--------------------------------------------------------------------------- # Configuration options related to warning and progress messages #---------------------------------------------------------------------------