52 PvResult( uint32_t aCode, uint32_t aOSCode );
88 operator const char * ()
const;
99 bool operator == (
const PvResult & aB )
const;
108 bool operator == (
const uint32_t aCode )
const;
117 bool operator != (
const PvResult & aB )
const;
126 bool operator != (
const uint32_t aCode )
const;
142 void SetCode( uint32_t aIn );
149 uint32_t GetCode()
const;
170 void SetDescription(
const PvString & aDescription );
177 bool HasDescription()
const;
184 bool IsFailure()
const;
198 bool IsPending()
const;
212 bool IsSuccess()
const;
226 uint32_t GetInternalCode()
const;
237 uint32_t GetOSCode()
const;
503 NOT_INITIALIZED = 0x0605,
505 CANNOT_OPEN_FILE = 0x0006,
506 NO_MORE_ITEM = 0x0015,
507 NOT_CONNECTED = 0x0017,
508 STATE_ERROR = 0x001c,
509 THREAD_ERROR = 0x001d,
510 INVALID_DATA_FORMAT = 0x0501,
512 NOT_ENOUGH_MEMORY = 0x0018,
513 GENERIC_ERROR = 0x4000,
514 INVALID_PARAMETER = 0x4001,
519 GENICAM_XML_ERROR = 0x0904,
520 CANT_READ_MANIFEST = 0x0905,
521 NOT_IMPLEMENTED = 0x0604,
522 NOT_SUPPORTED = 0x001a,
524 ERR_OVERFLOW = 0x001b,
525 IMAGE_ERROR = 0x0025,
526 MISSING_PACKETS = 0x0027,
527 BUFFER_TOO_SMALL = 0x0004,
528 TOO_MANY_RESENDS = 0x0b00,
529 RESENDS_FAILURE = 0x0b01,
530 TOO_MANY_CONSECUTIVE_RESENDS = 0x0b03,
531 AUTO_ABORTED = 0x0b02,
532 BAD_VERSION = 0x0201,
533 NO_MORE_ENTRY = 0x0603,
534 NO_AVAILABLE_DATA = 0x0014,
535 NETWORK_ERROR = 0x0013,
538 CORRUPTED_DATA = 0x0303
545 uint32_t mInternalCode;
558 #define PV_NOT_INITIALIZED ( 0x0605 ) 559 #define PV_NOT_FOUND ( 0x0019 ) 560 #define PV_CANNOT_OPEN_FILE (0x0006 ) 561 #define PV_NO_MORE_ITEM ( 0x0015 ) 562 #define PV_NOT_CONNECTED ( 0x0017 ) 563 #define PV_STATE_ERROR ( 0x001c ) 564 #define PV_THREAD_ERROR ( 0x001d ) 565 #define PV_INVALID_DATA_FORMAT ( 0x0501 ) 566 #define PV_ABORTED ( 0x0001 ) 567 #define PV_NOT_ENOUGH_MEMORY ( 0x0018 ) 568 #define PV_GENERIC_ERROR ( 0x4000 ) 569 #define PV_INVALID_PARAMETER ( 0x4001 ) 570 #define PV_CANCEL ( 0x4002 ) 571 #define PV_PENDING ( 0xffff ) 572 #define PV_TIMEOUT ( 0x001e ) 573 #define PV_NO_LICENSE ( 0x0602 ) 574 #define PV_GENICAM_XML_ERROR ( 0x0904 ) 575 #define PV_CANT_READ_MANIFEST ( 0x0905 ) 576 #define PV_NOT_IMPLEMENTED ( 0x0604 ) 577 #define PV_NOT_SUPPORTED ( 0x001a ) 578 #define PV_FILE_ERROR ( 0x0010 ) 579 #define PV_ERR_OVERFLOW ( 0x001b ) 580 #define PV_IMAGE_ERROR ( 0x0025 ) 581 #define PV_MISSING_PACKETS ( 0x0027 ) 582 #define PV_BUFFER_TOO_SMALL ( 0x0004 ) 583 #define PV_TOO_MANY_RESENDS ( 0x0b00 ) 584 #define PV_RESENDS_FAILURE ( 0x0b01 ) 585 #define PV_TOO_MANY_CONSECUTIVE_RESENDS ( 0x0b03 ) 586 #define PV_AUTO_ABORTED ( 0x0b02 ) 587 #define PV_BAD_VERSION ( 0x0201 ) 588 #define PV_NO_MORE_ENTRY ( 0x0603 ) 589 #define PV_NO_AVAILABLE_DATA ( 0x0014 ) 590 #define PV_NETWORK_ERROR ( 0x0013 ) 591 #define PV_RESYNC ( 0x0028 ) 592 #define PV_BUSY ( 0x0202 ) 593 #define PV_CORRUPTED_DATA ( 0x0303 ) Definition: PvResult.h:498
String class.
Definition: PvString.h:25
Result information.
Definition: PvResult.h:29
CodeEnum
Definition: PvResult.h:500