Documentation ¶
Index ¶
Constants ¶
View Source
const ( ApplicationEntity = "AE" AgeString = "AS" AttributeTag = "AT" CodeString = "CS" Date = "DA" DecimalString = "DS" DateTime = "DT" FloatingPointSingle = "FL" FloatingPointDouble = "FD" IntegerString = "IS" LongString = "LO" LongText = "LT" OtherByte = "OB" OtherDouble = "OD" OtherFloat = "OF" OtherLong = "OL" OtherVeryLong = "VL" OtherWord = "OW" PersonName = "PN" ShortString = "SH" SignedLong = "SL" SequenceOfItems = "SQ" SignedShort = "SS" ShortText = "ST" SignedVeryLong = "SV" Time = "TM" UnlimitedCharacters = "UC" UniqueIdentifier = "UI" UnsignedLong = "UL" Unknown = "UN" UniversalResourceIdentifier = "UR" UnsignedShort = "US" UnlimitedText = "UT" UnsignedVeryLong = "UV" SignedShortOrUnsignedShort = "XS" OtherByteOrOtherWord = "OX" )
Variables ¶
View Source
var VRMapper = map[string]bool{ ApplicationEntity: true, AgeString: true, AttributeTag: true, CodeString: true, Date: true, DecimalString: true, DateTime: true, FloatingPointSingle: true, FloatingPointDouble: true, IntegerString: true, LongString: true, LongText: true, OtherByte: true, OtherDouble: true, OtherFloat: true, OtherLong: true, OtherVeryLong: true, OtherWord: true, PersonName: true, ShortString: true, SignedLong: true, SequenceOfItems: true, SignedShort: true, ShortText: true, SignedVeryLong: true, Time: true, UnlimitedCharacters: true, UniqueIdentifier: true, UnsignedLong: true, Unknown: true, UniversalResourceIdentifier: true, UnsignedShort: true, UnlimitedText: true, UnsignedVeryLong: true, SignedShortOrUnsignedShort: true, OtherByteOrOtherWord: true, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.